netxduo
_nx_crypto_aes_key_expansion()
is only used within netxduo.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
netxduo
_nx_crypto_aes_key_expansion()
_nx_crypto_aes_key_expansion() function
Syntax
Show:
Summary
Declaration
from
nx_crypto_aes.c:1230
static
VOID
_nx_crypto_aes_key_expansion
(
NX_CRYPTO_AES
*
aes_ptr
)
;
Arguments
Argument
aes_ptr
Related Functions
Found 9 other functions taking a
NX_CRYPTO_AES_STRUCT
argument:
Function
_nx_crypto_aes_encrypt()
_nx_crypto_aes_key_set()
_nx_crypto_aes_decrypt()
_nx_crypto_aes_add_round_key()
_nx_crypto_aes_key_expansion_inverse()
_nx_crypto_aes_sub_shift_roundkey()
_nx_crypto_aes_decryption_round()
_nx_crypto_aes_inv_sub_shift_roundkey()
_nx_crypto_aes_encryption_round()
Examples
References
from
examples
Code
Location
Referrer
NX_CRYPTO_KEEP
static
VOID
_nx_crypto_aes_key_expansion
(
NX_CRYPTO_AES
*
aes_ptr
)
nx_crypto_aes.c:1230
_nx_crypto_aes_key_expansion
(
aes_ptr
)
;
nx_crypto_aes.c:1690
_nx_crypto_aes_key_set()
Call Tree
from
examples
_nx_crypto_aes_key_expansion()
is called by 1 function and calls 1 function:
_nx_crypto_aes_key_set()
All items filtered out
_nx_crypto_aes_key_expansion()
_nx_crypto_aes_subword()
All items filtered out
Data Use
from
examples
_nx_crypto_aes_key_expansion()
reads 3 variables:
NX_CRYPTO_AES_STRUCT::nx_crypto_aes_key_size
NX_CRYPTO_AES_STRUCT::nx_crypto_aes_key_schedule
aes_rcon_array
All items filtered out
_nx_crypto_aes_key_expansion()
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