Searched refs:cryptoKeyLength (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.h141 MV_U8 cryptoKeyLength; member in struct:__anon471
285 MV_U8 cryptoKeyLength; member in struct:__anon477
H A DmvCesa.c683 pCesaSAD[sid].cryptoKeyLength = MV_CESA_DES_KEY_LENGTH;
688 pCesaSAD[sid].cryptoKeyLength = MV_CESA_3DES_KEY_LENGTH;
696 switch(pSession->cryptoKeyLength)
699 pCesaSAD[sid].cryptoKeyLength = MV_CESA_AES_128_KEY_LENGTH;
705 pCesaSAD[sid].cryptoKeyLength = MV_CESA_AES_192_KEY_LENGTH;
712 pCesaSAD[sid].cryptoKeyLength = MV_CESA_AES_256_KEY_LENGTH;
727 if(pSession->cryptoKeyLength != pCesaSAD[sid].cryptoKeyLength)
730 pSession->cryptoKeyLength, pCesaSAD[sid].cryptoKeyLength);
[all...]
H A DmvCesaDebug.c412 pCesaSAD[sid].config, pCesaSAD[sid].cryptoKeyLength,
H A DmvCesaTest.c1804 os.cryptoKeyLength = pTestSession->cryptoKeySize;
/netgear-R7800-V1.0.2.28/target/linux/generic/files/crypto/ocf/kirkwood/
H A Dcesa_ocf_drv.c909 cesa_ses->cryptoKeyLength = cri->cri_klen/8;
923 cesa_ses->cryptoKeyLength = cri->cri_klen/8;
937 cesa_ses->cryptoKeyLength = cri->cri_klen/8;

Completed in 98 milliseconds