Searched refs:cryptoAlgorithm (Results 1 - 4 of 4) sorted by relevance

/netgear-R7800-V1.0.2.28/target/linux/generic/files/crypto/ocf/kirkwood/cesa/
H A DmvCesa.h139 MV_CESA_CRYPTO_ALG cryptoAlgorithm; member in struct:__anon471
H A DmvCesa.c680 switch(pSession->cryptoAlgorithm)
721 mvOsPrintf("mvCesaSessionOpen: Unexpected cryptoAlgorithm %d\n",
722 pSession->cryptoAlgorithm);
725 config |= (pSession->cryptoAlgorithm << MV_CESA_CRYPTO_ALG_OFFSET);
735 if( (pSession->cryptoAlgorithm == MV_CESA_CRYPTO_AES) &&
763 if(pSession->cryptoAlgorithm != MV_CESA_CRYPTO_AES)
H A DmvCesaTest.c282 char cryptoAlgorithm; /* DES/3DES/AES */ member in struct:__anon496
1780 os.cryptoAlgorithm = pTestSession->cryptoAlgorithm;
2250 switch(pTestSession->cryptoAlgorithm)
2267 pTestSession->cryptoAlgorithm);
/netgear-R7800-V1.0.2.28/target/linux/generic/files/crypto/ocf/kirkwood/
H A Dcesa_ocf_drv.c901 cesa_ses->cryptoAlgorithm = MV_CESA_CRYPTO_AES;
916 cesa_ses->cryptoAlgorithm = MV_CESA_CRYPTO_3DES;
930 cesa_ses->cryptoAlgorithm = MV_CESA_CRYPTO_DES;

Completed in 99 milliseconds