mbedTLS
mbedtls_cipher_context_t::cmac_ctx
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
mbedTLS
mbedtls_cipher_context_t::cmac_ctx
mbedtls_cipher_context_t::cmac_ctx field
CMAC-specific context.
Syntax
Show:
Summary
Declaration
from
cipher.h:354
mbedtls_cmac_context_t
*
MBEDTLS_PRIVATE
(
cmac_ctx
;
Examples
References
from
examples
Code
Location
Referrer
mbedtls_cmac_context_t
*
MBEDTLS_PRIVATE
(
cmac_ctx
)
;
cipher.h:354
if
(
ctx
->
cmac_ctx
)
{
cipher.c:232
mbedtls_cipher_free()
mbedtls_zeroize_and_free
(
ctx
->
cmac_ctx
,
cipher.c:233
mbedtls_cipher_free()
ctx
->
cmac_ctx
=
cmac_ctx
;
cmac.c:191
mbedtls_cipher_cmac_starts()
ctx
->
cmac_ctx
==
NULL
)
{
cmac.c:207
mbedtls_cipher_cmac_update()
cmac_ctx
=
ctx
->
cmac_ctx
;
cmac.c:211
mbedtls_cipher_cmac_update()
state
=
ctx
->
cmac_ctx
->
state
;
cmac.c:213
mbedtls_cipher_cmac_update()
if
(
ctx
==
NULL
||
ctx
->
cipher_info
==
NULL
||
ctx
->
cmac_ctx
==
NULL
||
cmac.c:279
mbedtls_cipher_cmac_finish()
cmac_ctx
=
ctx
->
cmac_ctx
;
cmac.c:284
mbedtls_cipher_cmac_finish()
if
(
ctx
==
NULL
||
ctx
->
cipher_info
==
NULL
||
ctx
->
cmac_ctx
==
NULL
)
{
cmac.c:331
mbedtls_cipher_cmac_reset()
cmac_ctx
=
ctx
->
cmac_ctx
;
cmac.c:335
mbedtls_cipher_cmac_reset()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_cipher_context_t::cmac_ctx
is written by 1 function and is read by 4 functions:
mbedtls_cipher_cmac_starts()
All items filtered out
mbedtls_cipher_context_t::cmac_ctx
mbedtls_cipher_free()
mbedtls_cipher_cmac_update()
mbedtls_cipher_cmac_finish()
mbedtls_cipher_cmac_reset()
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