netxduo
_nx_crypto_aes_decryption_round()
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_decryption_round()
_nx_crypto_aes_decryption_round() function
Syntax
Show:
Summary
Declaration
from
nx_crypto_aes.c:906
static
VOID
_nx_crypto_aes_decryption_round
(
NX_CRYPTO_AES
*
aes_ptr
,
int
round
)
;
Arguments
Argument
aes_ptr
round
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_key_expansion()
_nx_crypto_aes_sub_shift_roundkey()
_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_decryption_round
(
NX_CRYPTO_AES
*
aes_ptr
,
int
round
)
nx_crypto_aes.c:906
_nx_crypto_aes_decryption_round
(
aes_ptr
,
(
INT
)
round
)
;
nx_crypto_aes.c:1574
_nx_crypto_aes_decrypt()
Call Tree
from
examples
_nx_crypto_aes_decryption_round()
is called by 1 function:
_nx_crypto_aes_decrypt()
All items filtered out
_nx_crypto_aes_decryption_round()
All items filtered out
Data Use
from
examples
_nx_crypto_aes_decryption_round()
reads 3 variables:
NX_CRYPTO_AES_STRUCT::nx_crypto_aes_state
NX_CRYPTO_AES_STRUCT::nx_crypto_aes_decrypt_key_schedule
aes_decryption_table
All items filtered out
_nx_crypto_aes_decryption_round()
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