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

SET_3RD_BYTE macro

Syntax

#define SET_3RD_BYTE(val) ((UINT)(val) << 16)

Arguments

val

References

LocationText
nx_crypto_aes.c:370
#define SET_3RD_BYTE(val) ((UINT)(val) << 16)
nx_crypto_aes.c:534
(SET_3RD_BYTE(sub_bytes_sbox[S[10]])) |
nx_crypto_aes.c:539
(SET_3RD_BYTE(sub_bytes_sbox[S[14]])) |
nx_crypto_aes.c:544
(SET_3RD_BYTE(sub_bytes_sbox[S[02]])) |
nx_crypto_aes.c:549
(SET_3RD_BYTE(sub_bytes_sbox[S[06]])) |
nx_crypto_aes.c:626
(SET_3RD_BYTE(inverse_sub_bytes_sbox[S[10]])) |
nx_crypto_aes.c:631
(SET_3RD_BYTE(inverse_sub_bytes_sbox[S[14]])) |
nx_crypto_aes.c:636
(SET_3RD_BYTE(inverse_sub_bytes_sbox[S[2]])) |
nx_crypto_aes.c:641
(SET_3RD_BYTE(inverse_sub_bytes_sbox[S[6]])) |