Home
last modified time | relevance | path

Searched refs:crypto_xor_cpy (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/crypto/
Dpcbc.c59 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()
Dcfb.c65 crypto_xor_cpy(dst, stream, src, nbytes); in crypto_cfb_final()
Dctr.c68 crypto_xor_cpy(dst, keystream, src, nbytes); in crypto_ctr_crypt_final()
/linux-4.19.296/include/crypto/
Dalgapi.h221 static inline void crypto_xor_cpy(u8 *dst, const u8 *src1, const u8 *src2, in crypto_xor_cpy() function