Lines Matching refs:src

172 	struct scatterlist *src;  member
198 struct scatterlist *src; member
212 void (*crfn)(struct crypto_tfm *tfm, u8 *dst, const u8 *src);
214 const u8 *src, unsigned int nbytes);
353 struct scatterlist *dst, struct scatterlist *src,
356 struct scatterlist *dst, struct scatterlist *src,
418 void (*cia_encrypt)(struct crypto_tfm *tfm, u8 *dst, const u8 *src);
419 void (*cia_decrypt)(struct crypto_tfm *tfm, u8 *dst, const u8 *src);
423 int (*coa_compress)(struct crypto_tfm *tfm, const u8 *src,
425 int (*coa_decompress)(struct crypto_tfm *tfm, const u8 *src,
625 struct scatterlist *src, unsigned int nbytes);
627 struct scatterlist *src, unsigned int nbytes);
633 void (*cit_encrypt_one)(struct crypto_tfm *tfm, u8 *dst, const u8 *src);
634 void (*cit_decrypt_one)(struct crypto_tfm *tfm, u8 *dst, const u8 *src);
651 const u8 *src, unsigned int slen,
654 const u8 *src, unsigned int slen,
1187 struct scatterlist *src, struct scatterlist *dst, in ablkcipher_request_set_crypt() argument
1190 req->src = src; in ablkcipher_request_set_crypt()
1563 struct scatterlist *src, in aead_request_set_crypt() argument
1567 req->src = src; in aead_request_set_crypt()
1810 struct scatterlist *src, in crypto_blkcipher_encrypt() argument
1814 return crypto_blkcipher_crt(desc->tfm)->encrypt(desc, dst, src, nbytes); in crypto_blkcipher_encrypt()
1838 struct scatterlist *src, in crypto_blkcipher_encrypt_iv() argument
1841 return crypto_blkcipher_crt(desc->tfm)->encrypt(desc, dst, src, nbytes); in crypto_blkcipher_encrypt_iv()
1863 struct scatterlist *src, in crypto_blkcipher_decrypt() argument
1867 return crypto_blkcipher_crt(desc->tfm)->decrypt(desc, dst, src, nbytes); in crypto_blkcipher_decrypt()
1888 struct scatterlist *src, in crypto_blkcipher_decrypt_iv() argument
1891 return crypto_blkcipher_crt(desc->tfm)->decrypt(desc, dst, src, nbytes); in crypto_blkcipher_decrypt_iv()
1904 const u8 *src, unsigned int len) in crypto_blkcipher_set_iv() argument
1906 memcpy(crypto_blkcipher_crt(tfm)->iv, src, len); in crypto_blkcipher_set_iv()
2085 u8 *dst, const u8 *src) in crypto_cipher_encrypt_one() argument
2088 dst, src); in crypto_cipher_encrypt_one()
2101 u8 *dst, const u8 *src) in crypto_cipher_decrypt_one() argument
2104 dst, src); in crypto_cipher_decrypt_one()
2386 const u8 *src, unsigned int slen, in crypto_comp_compress() argument
2390 src, slen, dst, dlen); in crypto_comp_compress()
2394 const u8 *src, unsigned int slen, in crypto_comp_decompress() argument
2398 src, slen, dst, dlen); in crypto_comp_decompress()