Searched refs:cpSMS4_Cipher (Results 1 – 4 of 4) sorted by relevance
168 #define cpSMS4_Cipher OWNAPI(cpSMS4_Cipher) macro169 void cpSMS4_Cipher(Ipp8u* otxt, const Ipp8u* itxt, const Ipp32u* pRoundKeys);
99 cpSMS4_Cipher(pDst, (Ipp8u*)iv, pRoundKeys); in cpEncryptSMS4_cbc()
105 cpSMS4_Cipher((Ipp8u*)tmp, (Ipp8u*)pSrc, pRoundKeys); in cpDecryptSMS4_cbc()
80 cpSMS4_Cipher((Ipp8u*)tmpInpOut+MBS_SMS4, (Ipp8u*)tmpInpOut, SMS4_RK(pCtx)); in cpProcessSMS4_ofb8()