mbedTLS
mbedtls_cmac_context_t::state
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_cmac_context_t::state
mbedtls_cmac_context_t::state field
The internal state of the CMAC algorithm.
Syntax
Show:
Summary
Declaration
from
cmac.h:61
unsigned
char
MBEDTLS_PRIVATE
(
state
)
[
MBEDTLS_CMAC_MAX_BLOCK_SIZE
]
;
Examples
References
from
examples
Code
Location
Referrer
unsigned
char
MBEDTLS_PRIVATE
(
state
)
[
MBEDTLS_CMAC_MAX_BLOCK_SIZE
]
;
cmac.h:61
mbedtls_platform_zeroize
(
cmac_ctx
->
state
,
sizeof
(
cmac_ctx
->
state
)
)
;
cmac.c:193
mbedtls_cipher_cmac_starts()
state
=
ctx
->
cmac_ctx
->
state
;
cmac.c:213
mbedtls_cipher_cmac_update()
state
=
cmac_ctx
->
state
;
cmac.c:287
mbedtls_cipher_cmac_finish()
mbedtls_platform_zeroize
(
cmac_ctx
->
state
,
cmac.c:341
mbedtls_cipher_cmac_reset()
sizeof
(
cmac_ctx
->
state
)
)
;
cmac.c:342
mbedtls_cipher_cmac_reset()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_cmac_context_t::state
is read by 4 functions:
All items filtered out
mbedtls_cmac_context_t::state
mbedtls_cipher_cmac_starts()
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