netxduo
LEFT_ROTATE24
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
LEFT_ROTATE24
LEFT_ROTATE24 macro
Syntax
Show:
Summary
Declaration
from
nx_crypto_aes.c:367
#define
LEFT_ROTATE24
(
val
)
(
(
(
val
)
>
>
24
)
|
(
(
val
)
<
<
8
)
)
Arguments
Argument
val
Examples
References
from
examples
Code
Location
#define
LEFT_ROTATE24
(
val
)
(
(
(
val
)
>
>
24
)
|
(
(
val
)
<
<
8
)
)
nx_crypto_aes.c:367
(
LEFT_ROTATE24
(
aes_encryption_table
[
EXTRACT_2ND_BYTE
(
saved_state
[
1
]
)
]
)
)
^
nx_crypto_aes.c:822
(
LEFT_ROTATE24
(
aes_encryption_table
[
EXTRACT_2ND_BYTE
(
saved_state
[
2
]
)
]
)
)
^
nx_crypto_aes.c:828
(
LEFT_ROTATE24
(
aes_encryption_table
[
EXTRACT_2ND_BYTE
(
saved_state
[
3
]
)
]
)
)
^
nx_crypto_aes.c:834
(
LEFT_ROTATE24
(
aes_encryption_table
[
EXTRACT_2ND_BYTE
(
saved_state
[
0
]
)
]
)
)
^
nx_crypto_aes.c:840
V1
=
LEFT_ROTATE24
(
val
)
;
nx_crypto_aes.c:936
V1
=
LEFT_ROTATE24
(
val
)
;
nx_crypto_aes.c:949
V1
=
LEFT_ROTATE24
(
val
)
;
nx_crypto_aes.c:962
V1
=
LEFT_ROTATE24
(
val
)
;
nx_crypto_aes.c:975
V1
=
LEFT_ROTATE24
(
val
)
;
/* (val >> 8) | (val << 24); */
nx_crypto_aes.c:1391
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