Searched refs:pSramSA (Results 1 - 3 of 3) sorted by relevance

/netgear-R7800-V1.0.2.28/target/linux/generic/files/crypto/ocf/kirkwood/cesa/
H A DmvCesaDebug.c350 void mvCesaDebugSramSA(MV_CESA_SRAM_SA* pSramSA, int mode) argument
352 if(pSramSA == NULL)
354 mvOsPrintf("cesaSramSA: Unexpected pSramSA=%p\n", pSramSA);
357 mvOsPrintf("pSramSA=%p, sizeSramSA=%ld bytes\n",
358 pSramSA, sizeof(MV_CESA_SRAM_SA));
363 pSramSA->cryptoKey, MV_CESA_MAX_CRYPTO_KEY_LENGTH);
364 mvDebugMemDump(pSramSA->cryptoKey, MV_CESA_MAX_CRYPTO_KEY_LENGTH, 1);
367 pSramSA->macInnerIV, MV_CESA_MAX_DIGEST_SIZE);
368 mvDebugMemDump(pSramSA
[all...]
H A DmvCesa.h283 MV_CESA_SRAM_SA* pSramSA; member in struct:__anon477
406 void mvCesaDebugSramSA(MV_CESA_SRAM_SA* pSramSA, int mode);
H A DmvCesa.c251 MV_CESA_SRAM_SA *pSramSA; local
286 pSramSA = (MV_CESA_SRAM_SA*)MV_ALIGN_UP((MV_ULONG)cesaSramSaBuf.bufVirtPtr,
290 pCesaSAD[i].pSramSA = &pSramSA[i];
636 pCesaSAD[sid].pSramSA->macInnerIV,
637 pCesaSAD[sid].pSramSA->macOuterIV);
740 aesMakeKey(pCesaSAD[sid].pSramSA->cryptoKey, pSession->cryptoKey,
746 memcpy(pCesaSAD[sid].pSramSA->cryptoKey, pSession->cryptoKey,
784 mvOsCacheFlush(NULL, pCesaSAD[sid].pSramSA, sizeof(MV_CESA_SRAM_SA));
2044 pDmaDesc->phySrcAdd = MV_32BIT_LE(mvCesaVirtToPhys(&cesaSramSaBuf, pSA->pSramSA));
[all...]

Completed in 38 milliseconds