Home
last modified time | relevance | path

Searched refs:subbyte (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/ble_host/bt_crypto/tinycrypt/source/
A Daes_encrypt.c67 #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 Daes_encrypt.c67 #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