Lines Matching refs:src

170 	struct scatterlist *src;  member
184 void (*crfn)(struct crypto_tfm *tfm, u8 *dst, const u8 *src);
186 const u8 *src, unsigned int nbytes);
284 struct scatterlist *dst, struct scatterlist *src,
287 struct scatterlist *dst, struct scatterlist *src,
349 void (*cia_encrypt)(struct crypto_tfm *tfm, u8 *dst, const u8 *src);
350 void (*cia_decrypt)(struct crypto_tfm *tfm, u8 *dst, const u8 *src);
354 int (*coa_compress)(struct crypto_tfm *tfm, const u8 *src,
356 int (*coa_decompress)(struct crypto_tfm *tfm, const u8 *src,
510 struct scatterlist *src, unsigned int nbytes);
512 struct scatterlist *src, unsigned int nbytes);
518 void (*cit_encrypt_one)(struct crypto_tfm *tfm, u8 *dst, const u8 *src);
519 void (*cit_decrypt_one)(struct crypto_tfm *tfm, u8 *dst, const u8 *src);
536 const u8 *src, unsigned int slen,
539 const u8 *src, unsigned int slen,
1054 struct scatterlist *src, struct scatterlist *dst, in ablkcipher_request_set_crypt() argument
1057 req->src = src; in ablkcipher_request_set_crypt()
1283 struct scatterlist *src, in crypto_blkcipher_encrypt() argument
1287 return crypto_blkcipher_crt(desc->tfm)->encrypt(desc, dst, src, nbytes); in crypto_blkcipher_encrypt()
1311 struct scatterlist *src, in crypto_blkcipher_encrypt_iv() argument
1314 return crypto_blkcipher_crt(desc->tfm)->encrypt(desc, dst, src, nbytes); in crypto_blkcipher_encrypt_iv()
1336 struct scatterlist *src, in crypto_blkcipher_decrypt() argument
1340 return crypto_blkcipher_crt(desc->tfm)->decrypt(desc, dst, src, nbytes); in crypto_blkcipher_decrypt()
1361 struct scatterlist *src, in crypto_blkcipher_decrypt_iv() argument
1364 return crypto_blkcipher_crt(desc->tfm)->decrypt(desc, dst, src, nbytes); in crypto_blkcipher_decrypt_iv()
1377 const u8 *src, unsigned int len) in crypto_blkcipher_set_iv() argument
1379 memcpy(crypto_blkcipher_crt(tfm)->iv, src, len); in crypto_blkcipher_set_iv()
1558 u8 *dst, const u8 *src) in crypto_cipher_encrypt_one() argument
1561 dst, src); in crypto_cipher_encrypt_one()
1574 u8 *dst, const u8 *src) in crypto_cipher_decrypt_one() argument
1577 dst, src); in crypto_cipher_decrypt_one()
1859 const u8 *src, unsigned int slen, in crypto_comp_compress() argument
1863 src, slen, dst, dlen); in crypto_comp_compress()
1867 const u8 *src, unsigned int slen, in crypto_comp_decompress() argument
1871 src, slen, dst, dlen); in crypto_comp_decompress()