Searched refs:cryptoKey (Results 1 - 5 of 5) sorted by relevance

/netgear-R7800-V1.0.2.28/target/linux/generic/files/crypto/ocf/kirkwood/cesa/
H A DmvCesa.h135 MV_U8 cryptoKey[MV_CESA_MAX_CRYPTO_KEY_LENGTH]; member in struct:__anon471
273 MV_U8 cryptoKey[MV_CESA_MAX_CRYPTO_KEY_LENGTH]; member in struct:__anon476
H A DmvCesaDebug.c362 mvOsPrintf("cryptoKey=%p, maxCryptoKey=%d bytes\n",
363 pSramSA->cryptoKey, MV_CESA_MAX_CRYPTO_KEY_LENGTH);
364 mvDebugMemDump(pSramSA->cryptoKey, MV_CESA_MAX_CRYPTO_KEY_LENGTH, 1);
H A DmvCesa.c740 aesMakeKey(pCesaSAD[sid].pSramSA->cryptoKey, pSession->cryptoKey,
746 memcpy(pCesaSAD[sid].pSramSA->cryptoKey, pSession->cryptoKey,
1987 pCesaDesc->cryptoKeyOffset = MV_16BIT_LE((MV_U16)(cesaSramVirtPtr->sramSA.cryptoKey -
H A DmvCesaTest.c1802 os.cryptoKey[i] = pTestSession->pCryptoKey[i];
/netgear-R7800-V1.0.2.28/target/linux/generic/files/crypto/ocf/kirkwood/
H A Dcesa_ocf_drv.c907 memcpy(cesa_ses->cryptoKey, cri->cri_key, cri->cri_klen/8);
922 memcpy(cesa_ses->cryptoKey, cri->cri_key, cri->cri_klen/8);
936 memcpy(cesa_ses->cryptoKey, cri->cri_key, cri->cri_klen/8);

Completed in 43 milliseconds