netxduo
NX_CRYPTO_AES_STRUCT::nx_crypto_aes_rounds
is only used within netxduo.
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
netxduo
NX_CRYPTO_AES_STRUCT::nx_crypto_aes_rounds
NX_CRYPTO_AES_STRUCT::nx_crypto_aes_rounds field
Syntax
Show:
Summary
Declaration
from
nx_crypto_aes.h:134
UCHAR
nx_crypto_aes_rounds
;
Examples
References
from
examples
Code
Location
Referrer
UCHAR
nx_crypto_aes_rounds
;
nx_crypto_aes.h:134
num_rounds
=
aes_ptr
->
nx_crypto_aes_rounds
;
nx_crypto_aes.c:1066
_nx_crypto_aes_encrypt()
num_rounds
=
aes_ptr
->
nx_crypto_aes_rounds
;
nx_crypto_aes.c:1371
_nx_crypto_aes_key_expansion_inverse()
num_rounds
=
aes_ptr
->
nx_crypto_aes_rounds
;
nx_crypto_aes.c:1562
_nx_crypto_aes_decrypt()
aes_ptr
->
nx_crypto_aes_rounds
=
10
;
nx_crypto_aes.c:1678
_nx_crypto_aes_key_set()
aes_ptr
->
nx_crypto_aes_rounds
=
12
;
nx_crypto_aes.c:1681
_nx_crypto_aes_key_set()
aes_ptr
->
nx_crypto_aes_rounds
=
14
;
nx_crypto_aes.c:1685
_nx_crypto_aes_key_set()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
NX_CRYPTO_AES_STRUCT::nx_crypto_aes_rounds
is written by 1 function and is read by 3 functions:
_nx_crypto_aes_key_set()
All items filtered out
NX_CRYPTO_AES_STRUCT::nx_crypto_aes_rounds
_nx_crypto_aes_encrypt()
_nx_crypto_aes_key_expansion_inverse()
_nx_crypto_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