mbedTLS
mbedtls_aes_context::rk
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_aes_context::rk
mbedtls_aes_context::rk field
AES round keys.
Syntax
Show:
Summary
Declaration
from
aes.h:89
uint32_t
*
rk
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
*
rk
;
/*!< AES round keys. */
aes.h:89
ctx
->
rk
=
RK
=
ctx
->
buf
;
aes.c:589
mbedtls_aes_setkey_enc()
ctx
->
rk
=
RK
=
ctx
->
buf
;
aes.c:693
mbedtls_aes_setkey_dec()
SK
=
cty
.
rk
+
cty
.
nr
*
4
;
aes.c:710
mbedtls_aes_setkey_dec()
RK
=
ctx
->
rk
;
aes.c:877
mbedtls_internal_aes_encrypt()
RK
=
ctx
->
rk
;
aes.c:945
mbedtls_internal_aes_decrypt()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_aes_context::rk
is written by 2 functions and is read by 3 functions:
mbedtls_aes_setkey_enc()
mbedtls_aes_setkey_dec()
All items filtered out
mbedtls_aes_context::rk
mbedtls_aes_setkey_dec()
mbedtls_internal_aes_encrypt()
mbedtls_internal_aes_decrypt()
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