mbedTLS
PSA_ALG_GCM
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_GCM
PSA_ALG_GCM macro
The GCM authenticated encryption algorithm. The underlying block cipher is determined by the key type.
Syntax
Show:
Summary
Declaration
from
crypto_values.h:1281
#define
PSA_ALG_GCM
(
(
psa_algorithm_t
)
0x05500200
)
Examples
References
from
examples
Code
Location
#define
PSA_ALG_GCM
(
(
psa_algorithm_t
)
0x05500200
)
crypto_values.h:1281
MBEDTLS_PSA_ALG_AEAD_EQUAL
(
alg
,
PSA_ALG_GCM
)
?
12u
:
\
crypto_sizes.h:468
PSA_ALG_AEAD_WITH_DEFAULT_LENGTH_TAG_CASE
(
aead_alg
,
PSA_ALG_GCM
)
\
crypto_values.h:1358
case
PSA_ALG_GCM
:
psa_crypto.c:4709
case
PSA_ALG_AEAD_WITH_SHORTENED_TAG
(
PSA_ALG_GCM
,
0
)
:
psa_crypto.c:4902
case
PSA_ALG_GCM
:
psa_crypto.c:5158
case
PSA_ALG_AEAD_WITH_SHORTENED_TAG
(
PSA_ALG_GCM
,
0
)
:
psa_crypto_aead.c:67
operation
->
alg
=
PSA_ALG_GCM
;
psa_crypto_aead.c:68
if
(
operation
.
alg
==
PSA_ALG_GCM
)
{
psa_crypto_aead.c:158
if
(
operation
.
alg
==
PSA_ALG_GCM
)
{
psa_crypto_aead.c:269
if
(
operation
->
alg
==
PSA_ALG_GCM
)
{
psa_crypto_aead.c:370
if
(
operation
->
alg
==
PSA_ALG_GCM
)
{
psa_crypto_aead.c:452
if
(
operation
->
alg
==
PSA_ALG_GCM
)
{
psa_crypto_aead.c:498
if
(
operation
->
alg
==
PSA_ALG_GCM
)
{
psa_crypto_aead.c:566
case
PSA_ALG_GCM
:
psa_crypto_aead.c:633
alg
==
PSA_ALG_AEAD_WITH_SHORTENED_TAG
(
PSA_ALG_GCM
,
0
)
||
psa_crypto_cipher.c:98
case
PSA_ALG_AEAD_WITH_SHORTENED_TAG
(
PSA_ALG_GCM
,
0
)
:
psa_crypto_cipher.c:191
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