Searched refs:cryptoOffset (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.c124 int cryptoOffset, int ivOffset, int cryptoLength,
153 int cryptoOffset, int macOffset,
1601 int fixOffset, cryptoOffset, macOffset; local
1626 cryptoOffset = pCmd->cryptoOffset;
1637 mvCesaFragSizeFind(pSA, pReq, cryptoOffset, macOffset,
1735 cryptoOffset = 0;
1804 mvCesaFragSizeFind(pSA, pReq, cryptoOffset, macOffset,
1815 cryptoOffset + fixOffset, cryptoIvOffset + fixOffset,
1912 mvCesaSramDescrBuild(pSA->config, 0, pCmd->cryptoOffset
1967 mvCesaSramDescrBuild(MV_U32 config, int frag, int cryptoOffset, int ivOffset, int cryptoLength, int macOffset, int digestOffset, int macLength, int macTotalLen, MV_CESA_REQ* pReq, MV_DMA_DESC* pDmaDesc) argument
3082 mvCesaFragSizeFind(MV_CESA_SA* pSA, MV_CESA_REQ* pReq, int cryptoOffset, int macOffset, int* pCopySize, int* pCryptoDataSize, int* pMacDataSize) argument
[all...]
H A DmvCesa.h176 MV_U16 cryptoOffset; member in struct:__anon474
H A DmvCesaDebug.c166 pCmd->ivFromUser, pCmd->ivOffset, pCmd->cryptoOffset, pCmd->cryptoLength,
H A DmvCesaTest.c1883 cesaSetMbuf(pCmd->pSrc, ivZeroHex, 0, pCmd->cryptoOffset);
1884 cesaSetMbuf(pCmd->pSrc, cesaInputHexStr, pCmd->cryptoOffset,
1885 (cesaReqSize - pCmd->cryptoOffset));
2312 cmd.cryptoOffset = 0;
2319 cmd.cryptoOffset = blockSize;
2329 cesaReqSize = cmd.cryptoOffset + cmd.cryptoLength;
2334 mvOsPrintf("ivFromUser=%d, cryptoLength=%d, cesaReqSize=%d, cryptoOffset=%d\n",
2335 cmd.ivFromUser, cmd.cryptoLength, cesaReqSize, cmd.cryptoOffset);
2339 cmd.macOffset = cmd.cryptoOffset;
2380 cmd.cryptoOffset, cm
[all...]
/netgear-R7800-V1.0.2.28/target/linux/generic/files/crypto/ocf/kirkwood/
H A Dcesa_ocf_drv.c488 cesa_cmd->cryptoOffset = crd->crd_skip;
521 cesa_cmd->cryptoOffset += cesa_ocf_cur_ses->ivlen;
567 cesa_cmd->cryptoOffset += cesa_ocf_cur_ses->ivlen;
600 dprintk("%s,%d: crypt offset %x len %x \n", __FILE__, __LINE__, cesa_cmd->cryptoOffset, cesa_cmd->cryptoLength);

Completed in 40 milliseconds