Searched refs:crypto_xor_cpy (Results 1 – 4 of 4) sorted by relevance
/linux-4.19.296/crypto/ |
D | pcbc.c | 59 crypto_xor_cpy(iv, dst, src, bsize); in crypto_pcbc_encrypt_segment() 82 crypto_xor_cpy(iv, tmpbuf, src, bsize); in crypto_pcbc_encrypt_inplace() 127 crypto_xor_cpy(iv, dst, src, bsize); in crypto_pcbc_decrypt_segment() 150 crypto_xor_cpy(iv, src, tmpbuf, bsize); in crypto_pcbc_decrypt_inplace()
|
D | cfb.c | 65 crypto_xor_cpy(dst, stream, src, nbytes); in crypto_cfb_final()
|
D | ctr.c | 68 crypto_xor_cpy(dst, keystream, src, nbytes); in crypto_ctr_crypt_final()
|
/linux-4.19.296/include/crypto/ |
D | algapi.h | 221 static inline void crypto_xor_cpy(u8 *dst, const u8 *src1, const u8 *src2, in crypto_xor_cpy() function
|