mbedTLS
mbedtls_ctr_drbg_context::aes_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
STM32 Libraries and Samples
mbedTLS
mbedtls_ctr_drbg_context::aes_ctx
mbedtls_ctr_drbg_context::aes_ctx field
The AES context.
Syntax
Show:
Summary
Declaration
from
ctr_drbg.h:138
mbedtls_aes_context
aes_ctx
;
Examples
References
from
examples
Code
Location
Referrer
mbedtls_aes_context
aes_ctx
;
/*!< The AES context. */
ctr_drbg.h:138
mbedtls_aes_init
(
&
ctx
->
aes_ctx
)
;
ctr_drbg.c:94
mbedtls_ctr_drbg_seed_entropy_len()
if
(
(
ret
=
mbedtls_aes_setkey_enc
(
&
ctx
->
aes_ctx
,
key
,
MBEDTLS_CTR_DRBG_KEYBITS
)
)
!=
0
)
ctr_drbg.c:105
mbedtls_ctr_drbg_seed_entropy_len()
mbedtls_aes_free
(
&
ctx
->
aes_ctx
)
;
ctr_drbg.c:135
mbedtls_ctr_drbg_free()
if
(
(
ret
=
mbedtls_aes_crypt_ecb
(
&
ctx
->
aes_ctx
,
MBEDTLS_AES_ENCRYPT
,
ctx
->
counter
,
p
)
)
!=
0
)
ctr_drbg.c:301
ctr_drbg_update_internal()
if
(
(
ret
=
mbedtls_aes_setkey_enc
(
&
ctx
->
aes_ctx
,
tmp
,
MBEDTLS_CTR_DRBG_KEYBITS
)
)
!=
0
)
ctr_drbg.c:313
ctr_drbg_update_internal()
if
(
(
ret
=
mbedtls_aes_crypt_ecb
(
&
ctx
->
aes_ctx
,
MBEDTLS_AES_ENCRYPT
,
ctx
->
counter
,
tmp
)
)
!=
0
)
ctr_drbg.c:499
mbedtls_ctr_drbg_random_with_add()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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