Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/otfad/
Dfsl_otfad.c144 const uint32_t *tempKey = config->key; in OTFAD_SetEncryptionConfig() local
175 base->CTX[contextIndex].KEY[0] = tempKey[0]; in OTFAD_SetEncryptionConfig()
176 base->CTX[contextIndex].KEY[1] = tempKey[1]; in OTFAD_SetEncryptionConfig()
177 base->CTX[contextIndex].KEY[2] = tempKey[2]; in OTFAD_SetEncryptionConfig()
178 base->CTX[contextIndex].KEY[3] = tempKey[3]; in OTFAD_SetEncryptionConfig()
/hal_nxp-latest/mcux/mcux-sdk/drivers/cau3/
Dfsl_cau3.c4517 } tempKey; in CAU3_CHACHA20_POLY1305_SetKey() local
4519 for (uint32_t i = 0; i < ARRAY_SIZE(tempKey.w); i++) in CAU3_CHACHA20_POLY1305_SetKey()
4521 tempKey.w[i] = __REV(((const uint32_t *)(uintptr_t)key)[i]); in CAU3_CHACHA20_POLY1305_SetKey()
4524 return cau3_load_key(base, tempKey.b, keySize, (uint32_t)handle->keySlot, handle->taskDone); in CAU3_CHACHA20_POLY1305_SetKey()