netxduo
_nx_crypto_aes_key_expansion_inverse()
is only used within netxduo.
Symbol previews are coming soon...
Symbols
loading (2/7)...
Files
loading (6/7)...
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_inverse()
_nx_crypto_aes_key_expansion_inverse() function
Syntax
Show:
Summary
Declaration
from
nx_crypto_aes.c:1358
static
VOID
_nx_crypto_aes_key_expansion_inverse
(
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()
_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_inverse
(
NX_CRYPTO_AES
*
aes_ptr
)
nx_crypto_aes.c:1358
_nx_crypto_aes_key_expansion_inverse
(
aes_ptr
)
;
nx_crypto_aes.c:1528
_nx_crypto_aes_decrypt()
Call Tree
from
examples
_nx_crypto_aes_key_expansion_inverse()
is called by 1 function:
_nx_crypto_aes_decrypt()
All items filtered out
_nx_crypto_aes_key_expansion_inverse()
All items filtered out
Data Use
from
examples
_nx_crypto_aes_key_expansion_inverse()
reads 4 variables and writes 1 variable:
NX_CRYPTO_AES_STRUCT::nx_crypto_aes_rounds
NX_CRYPTO_AES_STRUCT::nx_crypto_aes_key_schedule
NX_CRYPTO_AES_STRUCT::nx_crypto_aes_decrypt_key_schedule
aes_inv_mix_table
All items filtered out
_nx_crypto_aes_key_expansion_inverse()
NX_CRYPTO_AES_STRUCT::nx_crypto_aes_inverse_key_expanded
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