Searched refs:pCesaDesc (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.c322 pReq->fragMode, pReq->pCmd, pReq->dma[0].pDmaFirst, &pReq->pCesaDesc[0]);
333 pReq->dma[frag].pDmaFirst, &pReq->pCesaDesc[frag]);
342 mvCesaDebugDescriptor(&pReq->pCesaDesc[0]);
H A DmvCesa.c356 pReq->pCesaDesc = (MV_CESA_DESC*)MV_ALIGN_UP((MV_ULONG)pReq->cesaDescBuf.bufVirtPtr,
1972 MV_CESA_DESC* pCesaDesc = &pReq->pCesaDesc[frag]; local
1976 pCesaDesc->config = MV_32BIT_LE(config);
1982 pCesaDesc->cryptoSrcOffset = MV_16BIT_LE(sramBufOffset + cryptoOffset);
1983 pCesaDesc->cryptoDstOffset = MV_16BIT_LE(sramBufOffset + cryptoOffset);
1985 pCesaDesc->cryptoDataLen = MV_16BIT_LE(cryptoLength);
1987 pCesaDesc->cryptoKeyOffset = MV_16BIT_LE((MV_U16)(cesaSramVirtPtr->sramSA.cryptoKey -
1990 pCesaDesc->cryptoIvOffset = MV_16BIT_LE((MV_U16)(cesaSramVirtPtr->cryptoIV -
1992 pCesaDesc
[all...]
H A DmvCesa.h328 MV_CESA_DESC* pCesaDesc; member in struct:__anon480

Completed in 39 milliseconds