netxduo
SET_MSB_BYTE
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
SET_MSB_BYTE
SET_MSB_BYTE macro
Syntax
Show:
Summary
Declaration
from
nx_crypto_aes.c:368
#define
SET_MSB_BYTE
(
val
)
(
(
UINT
)
(
val
)
)
Arguments
Argument
val
Examples
References
from
examples
Code
Location
#define
SET_MSB_BYTE
(
val
)
(
(
UINT
)
(
val
)
)
nx_crypto_aes.c:368
S0
=
(
(
SET_MSB_BYTE
(
sub_bytes_sbox
[
S
[
0
]
]
)
)
|
nx_crypto_aes.c:532
S1
=
(
(
SET_MSB_BYTE
(
sub_bytes_sbox
[
S
[
4
]
]
)
)
|
nx_crypto_aes.c:537
S2
=
(
(
SET_MSB_BYTE
(
sub_bytes_sbox
[
S
[
8
]
]
)
)
|
nx_crypto_aes.c:542
S3
=
(
(
SET_MSB_BYTE
(
sub_bytes_sbox
[
S
[
12
]
]
)
)
|
nx_crypto_aes.c:547
S0
=
(
(
SET_MSB_BYTE
(
inverse_sub_bytes_sbox
[
S
[
0
]
]
)
)
|
nx_crypto_aes.c:624
S1
=
(
(
SET_MSB_BYTE
(
inverse_sub_bytes_sbox
[
S
[
4
]
]
)
)
|
nx_crypto_aes.c:629
S2
=
(
(
SET_MSB_BYTE
(
inverse_sub_bytes_sbox
[
S
[
8
]
]
)
)
|
nx_crypto_aes.c:634
S3
=
(
(
SET_MSB_BYTE
(
inverse_sub_bytes_sbox
[
S
[
12
]
]
)
)
|
nx_crypto_aes.c:639
temp
^=
SET_MSB_BYTE
(
(
UINT
)
aes_rcon_array
[
loop_count
]
)
;
/* (((UINT)aes_rcon_array[loop_count]) << 24); */
nx_crypto_aes.c:1266
temp
^=
SET_MSB_BYTE
(
(
UINT
)
aes_rcon_array
[
loop_count
]
)
;
/* (((UINT)aes_rcon_array[loop_count]) << 24); */
nx_crypto_aes.c:1297
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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