Searched refs:tempKey (Results 1 – 2 of 2) sorted by relevance
3873 } tempKey; in CAU3_CHACHA20_POLY1305_SetKey() local3875 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()
4068 } tempKey; in CAU3_CHACHA20_POLY1305_SetKey() local4070 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()