Lines Matching defs:src
123 static void aesni_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in aesni_encrypt()
136 static void aesni_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in aesni_decrypt()
248 struct scatterlist *src = req->src, *dst = req->dst; in cts_cbc_encrypt() local
304 struct scatterlist *src = req->src, *dst = req->dst; in cts_cbc_decrypt() local
428 struct scatterlist *src, *dst; in xts_crypt_slowpath() local
524 const u8 *src, u8 *dst, int len, in aesni_xts_encrypt()
531 const u8 *src, u8 *dst, int len, in aesni_xts_decrypt()
657 const u8 *src, u8 *dst, int len, in ctr_crypt()
722 const u8 *src, u8 *dst, int len, in xctr_crypt()
1018 const u8 *src, u8 *dst, int datalen, int flags) in aes_gcm_update()
1287 const u8 *src = walk.addr; in gcm_process_assoc() local