Lines Matching defs:src
54 static void camellia_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in camellia_encrypt()
59 static void camellia_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in camellia_decrypt()
1282 void camellia_decrypt_cbc_2way(void *ctx, u128 *dst, const u128 *src) in camellia_decrypt_cbc_2way()
1292 void camellia_crypt_ctr(void *ctx, u128 *dst, const u128 *src, le128 *iv) in camellia_crypt_ctr()
1306 void camellia_crypt_ctr_2way(void *ctx, u128 *dst, const u128 *src, le128 *iv) in camellia_crypt_ctr_2way()
1377 struct scatterlist *src, unsigned int nbytes) in ecb_encrypt()
1383 struct scatterlist *src, unsigned int nbytes) in ecb_decrypt()
1389 struct scatterlist *src, unsigned int nbytes) in cbc_encrypt()
1396 struct scatterlist *src, unsigned int nbytes) in cbc_decrypt()
1403 struct scatterlist *src, unsigned int nbytes) in ctr_crypt()
1458 struct scatterlist *src, unsigned int nbytes) in lrw_encrypt()
1475 struct scatterlist *src, unsigned int nbytes) in lrw_decrypt()
1526 struct scatterlist *src, unsigned int nbytes) in xts_encrypt()
1544 struct scatterlist *src, unsigned int nbytes) in xts_decrypt()