Searched refs:SMS4_RK (Results 1 – 3 of 3) sorted by relevance
86 const Ipp32u* pRoundKeys = SMS4_RK(pCtx); in cpEncryptSMS4_cbc()
80 cpSMS4_Cipher((Ipp8u*)tmpInpOut+MBS_SMS4, (Ipp8u*)tmpInpOut, SMS4_RK(pCtx)); in cpProcessSMS4_ofb8()
66 #define SMS4_RK(ctx) ((ctx)->enc_rkeys) macro