netxduo
aes_rcon_array
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
aes_rcon_array
aes_rcon_array variable
Syntax
Show:
Summary
Declaration
from
nx_crypto_aes.c:358
NX_CRYPTO_AES_TABLE
UCHAR
aes_rcon_array
[
]
=
{
0x01
,
0x02
,
0x04
,
0x08
,
0x10
,
0x20
,
0x40
,
0x80
,
0x1b
,
0x36
}
;
Examples
References
from
examples
Code
Location
Referrer
NX_CRYPTO_AES_TABLE
UCHAR
aes_rcon_array
[
]
=
{
0x01
,
0x02
,
0x04
,
0x08
,
0x10
,
0x20
,
0x40
,
0x80
,
0x1b
,
0x36
}
;
nx_crypto_aes.c:358
temp
^=
SET_MSB_BYTE
(
(
UINT
)
aes_rcon_array
[
loop_count
]
)
;
/* (((UINT)aes_rcon_array[loop_count]) << 24); */
nx_crypto_aes.c:1266
_nx_crypto_aes_key_expansion()
temp
^=
SET_MSB_BYTE
(
(
UINT
)
aes_rcon_array
[
loop_count
]
)
;
/* (((UINT)aes_rcon_array[loop_count]) << 24); */
nx_crypto_aes.c:1297
_nx_crypto_aes_key_expansion()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
aes_rcon_array
is read by 1 function:
All items filtered out
aes_rcon_array
_nx_crypto_aes_key_expansion()
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