mbedTLS
mbedtls_psa_mac_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_mac_operation_t::alg
mbedtls_psa_mac_operation_t::alg field
Syntax
Show:
Summary
Declaration
from
crypto_builtin_composites.h:58
psa_algorithm_t
MBEDTLS_PRIVATE
(
alg
;
Examples
References
from
examples
Code
Location
Referrer
psa_algorithm_t
MBEDTLS_PRIVATE
(
alg
)
;
crypto_builtin_composites.h:58
operation
->
alg
=
alg
;
psa_crypto_mac.c:208
mac_init()
if
(
PSA_ALG_FULL_LENGTH_MAC
(
operation
->
alg
)
==
PSA_ALG_CMAC
)
{
psa_crypto_mac.c:211
mac_init()
if
(
PSA_ALG_IS_HMAC
(
operation
->
alg
)
)
{
psa_crypto_mac.c:217
mac_init()
if
(
operation
->
alg
==
0
)
{
psa_crypto_mac.c:236
mbedtls_psa_mac_abort()
if
(
PSA_ALG_FULL_LENGTH_MAC
(
operation
->
alg
)
==
PSA_ALG_CMAC
)
{
psa_crypto_mac.c:243
mbedtls_psa_mac_abort()
if
(
PSA_ALG_IS_HMAC
(
operation
->
alg
)
)
{
psa_crypto_mac.c:248
mbedtls_psa_mac_abort()
operation
->
alg
=
0
;
psa_crypto_mac.c:258
mbedtls_psa_mac_abort()
if
(
operation
->
alg
!=
0
)
{
psa_crypto_mac.c:280
psa_mac_setup()
if
(
operation
->
alg
==
0
)
{
psa_crypto_mac.c:346
mbedtls_psa_mac_update()
if
(
PSA_ALG_FULL_LENGTH_MAC
(
operation
->
alg
)
==
PSA_ALG_CMAC
)
{
psa_crypto_mac.c:351
mbedtls_psa_mac_update()
if
(
PSA_ALG_IS_HMAC
(
operation
->
alg
)
)
{
psa_crypto_mac.c:358
mbedtls_psa_mac_update()
if
(
PSA_ALG_FULL_LENGTH_MAC
(
operation
->
alg
)
==
PSA_ALG_CMAC
)
{
psa_crypto_mac.c:377
psa_mac_finish_internal()
if
(
PSA_ALG_IS_HMAC
(
operation
->
alg
)
)
{
psa_crypto_mac.c:388
psa_mac_finish_internal()
if
(
operation
->
alg
==
0
)
{
psa_crypto_mac.c:411
mbedtls_psa_mac_sign_finish()
if
(
operation
->
alg
==
0
)
{
psa_crypto_mac.c:431
mbedtls_psa_mac_verify_finish()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_psa_mac_operation_t::alg
is written by 2 functions and is read by 7 functions:
mac_init()
mbedtls_psa_mac_abort()
All items filtered out
mbedtls_psa_mac_operation_t::alg
mac_init()
mbedtls_psa_mac_abort()
psa_mac_setup()
mbedtls_psa_mac_update()
psa_mac_finish_internal()
mbedtls_psa_mac_sign_finish()
mbedtls_psa_mac_verify_finish()
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