Lines Matching defs:src
47 static inline void blowfish_enc_blk(struct bf_ctx *ctx, u8 *dst, const u8 *src) in blowfish_enc_blk()
53 const u8 *src) in blowfish_enc_blk_xor()
59 const u8 *src) in blowfish_enc_blk_4way()
65 const u8 *src) in blowfish_enc_blk_xor_4way()
70 static void blowfish_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in blowfish_encrypt()
75 static void blowfish_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in blowfish_decrypt()
126 struct scatterlist *src, unsigned int nbytes) in ecb_encrypt()
135 struct scatterlist *src, unsigned int nbytes) in ecb_decrypt()
149 u64 *src = (u64 *)walk->src.virt.addr; in __cbc_encrypt() local
168 struct scatterlist *src, unsigned int nbytes) in cbc_encrypt()
190 u64 *src = (u64 *)walk->src.virt.addr; in __cbc_decrypt() local
249 struct scatterlist *src, unsigned int nbytes) in cbc_decrypt()
269 u8 *src = walk->src.virt.addr; in ctr_crypt_final() local
286 u64 *src = (u64 *)walk->src.virt.addr; in __ctr_crypt() local
337 struct scatterlist *src, unsigned int nbytes) in ctr_crypt()