mbedTLS
mbedtls_psa_aead_operation_t::alg
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
mbedtls_psa_aead_operation_t::alg
mbedtls_psa_aead_operation_t::alg field
Syntax
Show:
Summary
Declaration
from
crypto_builtin_composites.h:80
psa_algorithm_t
MBEDTLS_PRIVATE
(
alg
;
Examples
References
from
examples
Code
Location
Referrer
psa_algorithm_t
MBEDTLS_PRIVATE
(
alg
)
;
crypto_builtin_composites.h:80
operation
->
alg
=
PSA_ALG_CCM
;
psa_crypto_aead.c:48
psa_aead_setup()
operation
->
alg
=
PSA_ALG_GCM
;
psa_crypto_aead.c:68
psa_aead_setup()
if
(
operation
.
alg
==
PSA_ALG_CCM
)
{
psa_crypto_aead.c:146
mbedtls_psa_aead_encrypt()
if
(
operation
.
alg
==
PSA_ALG_GCM
)
{
psa_crypto_aead.c:158
mbedtls_psa_aead_encrypt()
if
(
operation
.
alg
==
PSA_ALG_CCM
)
{
psa_crypto_aead.c:257
mbedtls_psa_aead_decrypt()
if
(
operation
.
alg
==
PSA_ALG_GCM
)
{
psa_crypto_aead.c:269
mbedtls_psa_aead_decrypt()
if
(
operation
->
alg
==
PSA_ALG_GCM
)
{
psa_crypto_aead.c:370
mbedtls_psa_aead_set_nonce()
if
(
operation
->
alg
==
PSA_ALG_CCM
)
{
psa_crypto_aead.c:380
mbedtls_psa_aead_set_nonce()
if
(
operation
->
alg
==
PSA_ALG_CCM
)
{
psa_crypto_aead.c:426
mbedtls_psa_aead_set_lengths()
if
(
operation
->
alg
==
PSA_ALG_GCM
)
{
psa_crypto_aead.c:452
mbedtls_psa_aead_update_ad()
if
(
operation
->
alg
==
PSA_ALG_CCM
)
{
psa_crypto_aead.c:458
mbedtls_psa_aead_update_ad()
if
(
operation
->
alg
==
PSA_ALG_GCM
)
{
psa_crypto_aead.c:498
mbedtls_psa_aead_update()
if
(
operation
->
alg
==
PSA_ALG_CCM
)
{
psa_crypto_aead.c:507
mbedtls_psa_aead_update()
if
(
operation
->
alg
==
PSA_ALG_GCM
)
{
psa_crypto_aead.c:566
mbedtls_psa_aead_finish()
if
(
operation
->
alg
==
PSA_ALG_CCM
)
{
psa_crypto_aead.c:574
mbedtls_psa_aead_finish()
switch
(
operation
->
alg
)
{
psa_crypto_aead.c:626
mbedtls_psa_aead_abort()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_psa_aead_operation_t::alg
is written by 1 function and is read by 8 functions:
psa_aead_setup()
All items filtered out
mbedtls_psa_aead_operation_t::alg
mbedtls_psa_aead_encrypt()
mbedtls_psa_aead_decrypt()
mbedtls_psa_aead_set_nonce()
mbedtls_psa_aead_set_lengths()
mbedtls_psa_aead_update_ad()
mbedtls_psa_aead_update()
mbedtls_psa_aead_finish()
mbedtls_psa_aead_abort()
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