netxduo
_nx_crypto_aes_encryption_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_encryption_round()
_nx_crypto_aes_encryption_round() function
Syntax
Show:
Summary
Declaration
from
nx_crypto_aes.c:722
static
VOID
_nx_crypto_aes_encryption_round
(
NX_CRYPTO_AES
*
aes_ptr
,
int
num_rounds
)
;
Arguments
Argument
aes_ptr
num_rounds
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_decryption_round()
_nx_crypto_aes_inv_sub_shift_roundkey()
Examples
References
from
examples
Code
Location
Referrer
NX_CRYPTO_KEEP
static
VOID
_nx_crypto_aes_encryption_round
(
NX_CRYPTO_AES
*
aes_ptr
,
int
num_rounds
)
nx_crypto_aes.c:722
_nx_crypto_aes_encryption_round
(
aes_ptr
,
(
INT
)
num_rounds
)
;
nx_crypto_aes.c:1101
_nx_crypto_aes_encrypt()
Call Tree
from
examples
_nx_crypto_aes_encryption_round()
is called by 1 function:
_nx_crypto_aes_encrypt()
All items filtered out
_nx_crypto_aes_encryption_round()
All items filtered out
Data Use
from
examples
_nx_crypto_aes_encryption_round()
reads 3 variables:
NX_CRYPTO_AES_STRUCT::nx_crypto_aes_state
NX_CRYPTO_AES_STRUCT::nx_crypto_aes_key_schedule
aes_encryption_table
All items filtered out
_nx_crypto_aes_encryption_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