mbedTLS
PSA_ALG_CCM
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
mbedTLS
PSA_ALG_CCM
PSA_ALG_CCM macro
The CCM authenticated encryption algorithm. The underlying block cipher is determined by the key type.
Syntax
Show:
Summary
Declaration
from
crypto_values.h:1264
#define
PSA_ALG_CCM
(
(
psa_algorithm_t
)
0x05500100
)
Examples
References
from
examples
Code
Location
#define
PSA_ALG_CCM
(
(
psa_algorithm_t
)
0x05500100
)
crypto_values.h:1264
MBEDTLS_PSA_ALG_AEAD_EQUAL
(
alg
,
PSA_ALG_CCM
)
?
13u
:
\
crypto_sizes.h:467
PSA_ALG_AEAD_WITH_DEFAULT_LENGTH_TAG_CASE
(
aead_alg
,
PSA_ALG_CCM
)
\
crypto_values.h:1357
case
PSA_ALG_CCM
:
psa_crypto.c:4722
case
PSA_ALG_AEAD_WITH_SHORTENED_TAG
(
PSA_ALG_CCM
,
0
)
:
psa_crypto.c:4893
case
PSA_ALG_CCM
:
psa_crypto.c:5172
else
if
(
operation
->
alg
==
PSA_ALG_CCM
)
{
psa_crypto.c:5238
else
if
(
operation
->
alg
==
PSA_ALG_CCM
)
{
psa_crypto.c:5306
case
PSA_ALG_AEAD_WITH_SHORTENED_TAG
(
PSA_ALG_CCM
,
0
)
:
psa_crypto_aead.c:47
operation
->
alg
=
PSA_ALG_CCM
;
psa_crypto_aead.c:48
if
(
operation
.
alg
==
PSA_ALG_CCM
)
{
psa_crypto_aead.c:146
if
(
operation
.
alg
==
PSA_ALG_CCM
)
{
psa_crypto_aead.c:257
if
(
operation
->
alg
==
PSA_ALG_CCM
)
{
psa_crypto_aead.c:380
if
(
operation
->
alg
==
PSA_ALG_CCM
)
{
psa_crypto_aead.c:426
if
(
operation
->
alg
==
PSA_ALG_CCM
)
{
psa_crypto_aead.c:458
if
(
operation
->
alg
==
PSA_ALG_CCM
)
{
psa_crypto_aead.c:507
if
(
operation
->
alg
==
PSA_ALG_CCM
)
{
psa_crypto_aead.c:574
case
PSA_ALG_CCM
:
psa_crypto_aead.c:628
if
(
alg
==
PSA_ALG_AEAD_WITH_SHORTENED_TAG
(
PSA_ALG_CCM
,
0
)
||
psa_crypto_cipher.c:97
case
PSA_ALG_AEAD_WITH_SHORTENED_TAG
(
PSA_ALG_CCM
,
0
)
:
psa_crypto_cipher.c:186
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out