Lines Matching defs:src
46 static inline void blowfish_enc_blk(struct bf_ctx *ctx, u8 *dst, const u8 *src) in blowfish_enc_blk()
52 const u8 *src) in blowfish_enc_blk_xor()
58 const u8 *src) in blowfish_enc_blk_4way()
64 const u8 *src) in blowfish_enc_blk_xor_4way()
69 static void blowfish_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in blowfish_encrypt()
74 static void blowfish_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in blowfish_decrypt()
146 struct scatterlist *src, unsigned int nbytes) in ecb_encrypt()
155 struct scatterlist *src, unsigned int nbytes) in ecb_decrypt()
191 u64 *src = (u64 *)walk->src.virt.addr; in __cbc_encrypt() local
210 struct scatterlist *src, unsigned int nbytes) in cbc_encrypt()
232 u64 *src = (u64 *)walk->src.virt.addr; in __cbc_decrypt() local
294 struct scatterlist *src, unsigned int nbytes) in cbc_decrypt()
337 u8 *src = walk->src.virt.addr; in ctr_crypt_final() local
354 u64 *src = (u64 *)walk->src.virt.addr; in __ctr_crypt() local
405 struct scatterlist *src, unsigned int nbytes) in ctr_crypt()