Searched refs:cryptoLength (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,
1779 cryptoDataSize = pCmd->cryptoLength - pReq->frags.cryptoSize;
1913 pCmd->ivOffset + fixOffset, pCmd->cryptoLength,
1952 * int cryptoLength - Size (in bytes) of data for encryption/descryption
1968 int cryptoOffset, int ivOffset, int cryptoLength,
1985 pCesaDesc->cryptoDataLen = MV_16BIT_LE(cryptoLength);
2659 int cryptoSize = MV_ALIGN_UP(pCmd->cryptoLength, MV_CESA_AES_BLOCK_SIZE);
2688 pCtrModeCmd->cryptoLength = cryptoSize;
2729 int cryptoSize = pCmd->cryptoLength;
2793 srcOffset = pOrgCmd->cryptoOffset + pOrgCmd->cryptoLength;
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
[all...]
H A DmvCesa.h177 MV_U16 cryptoLength; member in struct:__anon474
H A DmvCesaTest.c307 int cryptoLength; member in struct:__anon498
2302 cmd.cryptoLength = cesaTestCases[caseIdx].cryptoLength;
2307 cmd.cryptoLength = reqSize;
2310 cesaRateSize = cmd.cryptoLength;
2311 cesaReqSize = cmd.cryptoLength;
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);
2366 cesaCheckSize = cmd.cryptoLength;
[all...]
H A DmvCesaDebug.c166 pCmd->ivFromUser, pCmd->ivOffset, pCmd->cryptoOffset, pCmd->cryptoLength,
/netgear-R7800-V1.0.2.28/target/linux/generic/files/crypto/ocf/kirkwood/
H A Dcesa_ocf_drv.c489 cesa_cmd->cryptoLength = crd->crd_len;
600 dprintk("%s,%d: crypt offset %x len %x \n", __FILE__, __LINE__, cesa_cmd->cryptoOffset, cesa_cmd->cryptoLength);

Completed in 44 milliseconds