Searched refs:subbyte (Results 1 – 2 of 2) sorted by relevance
/AliOS-Things-master/components/ble_host/bt_crypto/tinycrypt/source/ |
A 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))
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/utils/crypto/ |
A 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))
|
Completed in 10 milliseconds