Lines Matching defs:dst
82 struct blkcipher_desc *desc, struct scatterlist *dst, in glue_ecb_crypt_128bit()
100 u128 *dst = (u128 *)walk->dst.virt.addr; in __glue_cbc_encrypt_128bit() local
119 struct scatterlist *dst, in glue_cbc_encrypt_128bit()
146 u128 *dst = (u128 *)walk->dst.virt.addr; in __glue_cbc_decrypt_128bit() local
193 struct scatterlist *dst, in glue_cbc_decrypt_128bit()
222 u8 *dst = (u8 *)walk->dst.virt.addr; in glue_ctr_crypt_final_128bit() local
244 u128 *dst = (u128 *)walk->dst.virt.addr; in __glue_ctr_crypt_128bit() local
276 struct blkcipher_desc *desc, struct scatterlist *dst, in glue_ctr_crypt_128bit()
314 u128 *dst = (u128 *)walk->dst.virt.addr; in __glue_xts_crypt_128bit() local
344 struct blkcipher_desc *desc, struct scatterlist *dst, in glue_xts_crypt_128bit()
346 void (*tweak_fn)(void *ctx, u8 *dst, const u8 *src), in glue_xts_crypt_128bit()
382 void glue_xts_crypt_128bit_one(void *ctx, u128 *dst, const u128 *src, le128 *iv, in glue_xts_crypt_128bit_one()