Home
last modified time | relevance | path

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

/hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/
Dfsl_cau3.c3873 } tempKey; in CAU3_CHACHA20_POLY1305_SetKey() local
3875 for (int i = 0; i < ARRAY_SIZE(tempKey.w); i++) in CAU3_CHACHA20_POLY1305_SetKey()
3877 tempKey.w[i] = __REV(((const uint32_t *)(uintptr_t)key)[i]); in CAU3_CHACHA20_POLY1305_SetKey()
3880 return cau3_load_key(base, tempKey.b, keySize, handle->keySlot, handle->taskDone); in CAU3_CHACHA20_POLY1305_SetKey()
Dfsl_cau3_ble.c4068 } tempKey; in CAU3_CHACHA20_POLY1305_SetKey() local
4070 for (int i = 0; i < ARRAY_SIZE(tempKey.w); i++) in CAU3_CHACHA20_POLY1305_SetKey()
4072 tempKey.w[i] = __REV(((const uint32_t *)(uintptr_t)key)[i]); in CAU3_CHACHA20_POLY1305_SetKey()
4075 return cau3_load_key(base, tempKey.b, keySize, handle->keySlot, handle->taskDone); in CAU3_CHACHA20_POLY1305_SetKey()