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

/netgear-R7800-V1.0.2.28/target/linux/generic/files/crypto/ocf/kirkwood/cesa/
H A DmvCesa.c1618 pReq->frags.cryptoSize = 0;
1779 cryptoDataSize = pCmd->cryptoLength - pReq->frags.cryptoSize;
1841 pReq->frags.cryptoSize += cryptoDataSize;
2659 int cryptoSize = MV_ALIGN_UP(pCmd->cryptoLength, MV_CESA_AES_BLOCK_SIZE); local
2668 pBuf = mvOsIoCachedMalloc(cesaOsHandle,cryptoSize,
2673 mvOsPrintf("mvCesaCtrModePrepare: Can't allocate %d bytes\n", cryptoSize);
2676 memset(pBuf, 0, cryptoSize);
2677 mvOsCacheFlush(NULL, pBuf, cryptoSize);
2680 pMbuf->mbufSize = cryptoSize;
2681 pMbuf->pFrags[0].bufSize = cryptoSize;
2729 int cryptoSize = pCmd->cryptoLength; local
[all...]
H A DmvCesa.h310 int cryptoSize; member in struct:__anon479
H A DmvCesaDebug.c327 mvOsPrintf("pFrags=%p, num=%d, next=%d, bufOffset=%d, cryptoSize=%d, macSize=%d\n",
329 pReq->frags.bufOffset, pReq->frags.cryptoSize, pReq->frags.macSize);

Completed in 153 milliseconds