SET_2ND_BYTE is only used within netxduo.
 
Symbols
loading...
Files
loading...

SET_2ND_BYTE macro

Syntax

#define SET_2ND_BYTE(val) ((UINT)(val) << 8)

Arguments

val

References

LocationText
nx_crypto_aes.c:369
#define SET_2ND_BYTE(val) ((UINT)(val) << 8)
nx_crypto_aes.c:533
(SET_2ND_BYTE(sub_bytes_sbox[S[5]])) |
nx_crypto_aes.c:538
(SET_2ND_BYTE(sub_bytes_sbox[S[9]])) |
nx_crypto_aes.c:543
(SET_2ND_BYTE(sub_bytes_sbox[S[13]])) |
nx_crypto_aes.c:548
(SET_2ND_BYTE(sub_bytes_sbox[S[1]])) |
nx_crypto_aes.c:625
(SET_2ND_BYTE(inverse_sub_bytes_sbox[S[13]])) |
nx_crypto_aes.c:630
(SET_2ND_BYTE(inverse_sub_bytes_sbox[S[1]])) |
nx_crypto_aes.c:635
(SET_2ND_BYTE(inverse_sub_bytes_sbox[S[5]])) |
nx_crypto_aes.c:640
(SET_2ND_BYTE(inverse_sub_bytes_sbox[S[9]])) |