Lines Matching refs:dst
45 void AESi_PrepairEncryptAndSign(AESNonce* pNonce, u32 srcSize, void* dst);
54 void* dst,
62 void* dst,
70 void* dst,
78 void* dst,
104 void* dst, in AES_Encrypt() argument
110 return AESi_Encrypt(src, srcSize, dst, callback, arg); in AES_Encrypt()
122 void* dst, in AES_Decrypt() argument
128 return AESi_Decrypt(src, srcSize, dst, callback, arg); in AES_Decrypt()
140 void* dst, in AES_EncryptAndSign() argument
146 return AESi_EncryptAndSign(src, srcSize, dst, callback, arg); in AES_EncryptAndSign()
158 void* dst, in AES_DecryptAndVerify() argument
164 return AESi_DecryptAndVerify(src, srcSize, dst, callback, arg); in AES_DecryptAndVerify()