Searched refs:Cipher_DES (Results 1 – 1 of 1) sorted by relevance
104 #define Cipher_DES OWNAPI(Cipher_DES) macro105 Ipp64u Cipher_DES(Ipp64u inpBlk, const RoundKeyDES* pRKey, const Ipp32u spbox[]);107 #define ENCRYPT_DES(blk, pCtx) Cipher_DES((blk), DES_EKEYS((pCtx)), DESspbox)108 #define DECRYPT_DES(blk, pCtx) Cipher_DES((blk), DES_DKEYS((pCtx)), DESspbox)