Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/porting/ext/tinycrypt/src/
Daes_encrypt.c62 static inline unsigned int rotword(unsigned int a) in rotword() function
93 t = subword(rotword(t)) ^ rconst[i/Nk]; in tc_aes128_set_encrypt_key()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/tinycrypt/src/
Daes_encrypt.c62 static inline unsigned int rotword(unsigned int a) in rotword() function
93 t = subword(rotword(t)) ^ rconst[i / Nk]; in tc_aes128_set_encrypt_key()