Searched refs:subbyte (Results 1 – 2 of 2) sorted by relevance
/hal_espressif-latest/components/bt/porting/ext/tinycrypt/src/ |
D | aes_encrypt.c | 67 #define subbyte(a, o)(sbox[((a) >> (o))&0xff] << (o)) macro 68 #define subword(a)(subbyte(a, 24)|subbyte(a, 16)|subbyte(a, 8)|subbyte(a, 0))
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/tinycrypt/src/ |
D | aes_encrypt.c | 67 #define subbyte(a, o)(sbox[((a) >> (o))&0xff] << (o)) macro 68 #define subword(a)(subbyte(a, 24)|subbyte(a, 16)|subbyte(a, 8)|subbyte(a, 0))
|