Lines Matching defs:dst

50 static inline void twofish_enc_blk_3way(struct twofish_ctx *ctx, u8 *dst,  in twofish_enc_blk_3way()
56 static inline void twofish_enc_blk_xor_3way(struct twofish_ctx *ctx, u8 *dst, in twofish_enc_blk_xor_3way()
107 static int ecb_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ecb_encrypt()
116 static int ecb_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ecb_decrypt()
154 u128 *dst = (u128 *)walk->dst.virt.addr; in __cbc_encrypt() local
171 static int cbc_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in cbc_encrypt()
195 u128 *dst = (u128 *)walk->dst.virt.addr; in __cbc_decrypt() local
253 static int cbc_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in cbc_decrypt()
293 static inline void u128_to_be128(be128 *dst, const u128 *src) in u128_to_be128()
299 static inline void be128_to_u128(u128 *dst, const be128 *src) in be128_to_u128()
319 u8 *dst = walk->dst.virt.addr; in ctr_crypt_final() local
336 u128 *dst = (u128 *)walk->dst.virt.addr; in __ctr_crypt() local
392 static int ctr_crypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ctr_crypt()
486 static int lrw_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in lrw_encrypt()
503 static int lrw_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in lrw_decrypt()
581 static int xts_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in xts_encrypt()
599 static int xts_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in xts_decrypt()