netxduo
_nx_crypto_aes_subword()
is only used within netxduo.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
netxduo
_nx_crypto_aes_subword()
_nx_crypto_aes_subword() function
Syntax
Show:
Summary
Declaration
from
nx_crypto_aes.c:1179
static
UINT
_nx_crypto_aes_subword
(
UINT
word
)
;
Arguments
Argument
word
Examples
References
from
examples
Code
Location
Referrer
NX_CRYPTO_KEEP
static
UINT
_nx_crypto_aes_subword
(
UINT
word
)
nx_crypto_aes.c:1179
temp
=
_nx_crypto_aes_subword
(
temp
)
;
nx_crypto_aes.c:1265
_nx_crypto_aes_key_expansion()
temp
=
_nx_crypto_aes_subword
(
temp
)
;
nx_crypto_aes.c:1281
_nx_crypto_aes_key_expansion()
temp
=
_nx_crypto_aes_subword
(
temp
)
;
nx_crypto_aes.c:1296
_nx_crypto_aes_key_expansion()
Call Tree
from
examples
_nx_crypto_aes_subword()
is called by 1 function:
_nx_crypto_aes_key_expansion()
All items filtered out
_nx_crypto_aes_subword()
All items filtered out
Data Use
from
examples
_nx_crypto_aes_subword()
reads 1 variable:
sub_bytes_sbox
All items filtered out
_nx_crypto_aes_subword()
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