Searched refs:cryptoBlockSize (Results 1 - 2 of 2) sorted by relevance

/netgear-R7800-V1.0.2.28/target/linux/generic/files/crypto/ocf/kirkwood/cesa/
H A DmvCesa.c684 pCesaSAD[sid].cryptoBlockSize = MV_CESA_DES_BLOCK_SIZE;
689 pCesaSAD[sid].cryptoBlockSize = MV_CESA_DES_BLOCK_SIZE;
717 pCesaSAD[sid].cryptoBlockSize = MV_CESA_AES_BLOCK_SIZE;
758 pCesaSAD[sid].cryptoIvSize = pCesaSAD[sid].cryptoBlockSize;
2906 if( MV_IS_NOT_ALIGN(pCmd->cryptoLength, pSA->cryptoBlockSize) )
2909 pCmd->cryptoLength, pSA->cryptoBlockSize);
3001 if( (pCmd->cryptoOffset + 4) > (sizeof(cesaSramVirtPtr->buf) - pSA->cryptoBlockSize))
3011 (sizeof(cesaSramVirtPtr->buf) - pSA->cryptoBlockSize)) )
3033 /* abs(cryptoOffset-macOffset) must be aligned cryptoBlockSize */
3043 if( MV_IS_NOT_ALIGN(offset, pSA->cryptoBlockSize) )
[all...]
H A DmvCesa.h287 MV_U8 cryptoBlockSize; member in struct:__anon477

Completed in 41 milliseconds