mbedTLS
mbedtls_psa_mac_operation_t::ctx
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::ctx
mbedtls_psa_mac_operation_t::ctx field
Syntax
Show:
Summary
Declaration
from
crypto_builtin_composites.h:59
union
{
unsigned
MBEDTLS_PRIVATE
(
dummy
)
;
#if
defined
(
MBEDTLS_PSA_BUILTIN_ALG_HMAC
)
||
defined
(
PSA_CRYPTO_DRIVER_TEST
)
mbedtls_psa_hmac_operation_t
MBEDTLS_PRIVATE
(
hmac
)
;
#endif
#if
defined
(
MBEDTLS_PSA_BUILTIN_ALG_CMAC
)
||
defined
(
PSA_CRYPTO_DRIVER_TEST
)
mbedtls_cipher_context_t
MBEDTLS_PRIVATE
(
cmac
)
;
#endif
}
MBEDTLS_PRIVATE
(
ctx
;
Examples
References
from
examples
Code
Location
Referrer
}
MBEDTLS_PRIVATE
(
ctx
)
;
crypto_builtin_composites.h:67
ret
=
mbedtls_cipher_setup
(
&
operation
->
ctx
.
cmac
,
cipher_info
)
;
psa_crypto_mac.c:184
cmac_setup()
ret
=
mbedtls_cipher_cmac_starts
(
&
operation
->
ctx
.
cmac
,
psa_crypto_mac.c:189
cmac_setup()
mbedtls_cipher_init
(
&
operation
->
ctx
.
cmac
)
;
psa_crypto_mac.c:212
mac_init()
operation
->
ctx
.
hmac
.
alg
=
0
;
psa_crypto_mac.c:219
mac_init()
mbedtls_cipher_free
(
&
operation
->
ctx
.
cmac
)
;
psa_crypto_mac.c:244
mbedtls_psa_mac_abort()
psa_hmac_abort_internal
(
&
operation
->
ctx
.
hmac
)
;
psa_crypto_mac.c:249
mbedtls_psa_mac_abort()
status
=
psa_hmac_setup_internal
(
&
operation
->
ctx
.
hmac
,
psa_crypto_mac.c:299
psa_mac_setup()
mbedtls_cipher_cmac_update
(
&
operation
->
ctx
.
cmac
,
psa_crypto_mac.c:353
mbedtls_psa_mac_update()
return
psa_hmac_update_internal
(
&
operation
->
ctx
.
hmac
,
psa_crypto_mac.c:359
mbedtls_psa_mac_update()
int
ret
=
mbedtls_cipher_cmac_finish
(
&
operation
->
ctx
.
cmac
,
tmp
)
;
psa_crypto_mac.c:379
psa_mac_finish_internal()
return
psa_hmac_finish_internal
(
&
operation
->
ctx
.
hmac
,
psa_crypto_mac.c:389
psa_mac_finish_internal()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_psa_mac_operation_t::ctx
is read by 6 functions:
All items filtered out
mbedtls_psa_mac_operation_t::ctx
cmac_setup()
mac_init()
mbedtls_psa_mac_abort()
psa_mac_setup()
mbedtls_psa_mac_update()
psa_mac_finish_internal()
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