Home
last modified time | relevance | path

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

/Linux-v5.10/lib/crypto/
Dlibchacha.c23 crypto_xor_cpy(dst, src, stream, CHACHA_BLOCK_SIZE); in chacha_crypt_generic()
30 crypto_xor_cpy(dst, src, stream, bytes); in chacha_crypt_generic()
/Linux-v5.10/crypto/
Dpcbc.c32 crypto_xor_cpy(iv, dst, src, bsize); in crypto_pcbc_encrypt_segment()
55 crypto_xor_cpy(iv, tmpbuf, src, bsize); in crypto_pcbc_encrypt_inplace()
99 crypto_xor_cpy(iv, dst, src, bsize); in crypto_pcbc_decrypt_segment()
122 crypto_xor_cpy(iv, src, tmpbuf, bsize); in crypto_pcbc_decrypt_inplace()
Dofb.c35 crypto_xor_cpy(dst, src, iv, bsize); in crypto_ofb_crypt()
45 crypto_xor_cpy(walk.dst.virt.addr, walk.src.virt.addr, walk.iv, in crypto_ofb_crypt()
Dsalsa20_generic.c91 crypto_xor_cpy(dst, src, (const u8 *)stream, in salsa20_docrypt()
99 crypto_xor_cpy(dst, src, (const u8 *)stream, bytes); in salsa20_docrypt()
Dcfb.c54 crypto_xor_cpy(dst, stream, src, nbytes); in crypto_cfb_final()
Dctr.c40 crypto_xor_cpy(dst, keystream, src, nbytes); in crypto_ctr_crypt_final()
/Linux-v5.10/include/crypto/
Dctr.h52 crypto_xor_cpy(dst, src, buf, bsize); in crypto_ctr_encrypt_walk()
Dalgapi.h156 static inline void crypto_xor_cpy(u8 *dst, const u8 *src1, const u8 *src2, in crypto_xor_cpy() function
/Linux-v5.10/arch/arm64/crypto/
Dghash-ce-glue.c405 crypto_xor_cpy(dst, src, buf, AES_BLOCK_SIZE); in gcm_encrypt()
423 crypto_xor_cpy(walk.dst.virt.addr, walk.src.virt.addr, in gcm_encrypt()
521 crypto_xor_cpy(dst, src, buf, AES_BLOCK_SIZE); in gcm_decrypt()
545 crypto_xor_cpy(walk.dst.virt.addr, walk.src.virt.addr, in gcm_decrypt()
Daes-ce-ccm-glue.c203 crypto_xor_cpy(dst, src, buf, bsize); in ccm_crypt_fallback()
Daes-neonbs-glue.c258 crypto_xor_cpy(dst, src, final, in ctr_encrypt()
Daes-glue.c477 crypto_xor_cpy(tdst, tsrc, tail, nbytes); in ctr_encrypt()
/Linux-v5.10/drivers/crypto/vmx/
Daes_ctr.c86 crypto_xor_cpy(dst, keystream, src, nbytes); in p8_aes_ctr_final()
/Linux-v5.10/arch/x86/crypto/
Dcast5_avx_glue.c226 crypto_xor_cpy(dst, keystream, src, nbytes); in ctr_crypt_final()
Dblowfish_glue.c259 crypto_xor_cpy(dst, keystream, src, nbytes); in ctr_crypt_final()
Ddes3_ede_glue.c266 crypto_xor_cpy(dst, keystream, src, nbytes); in ctr_crypt_final()
Daesni-intel_glue.c468 crypto_xor_cpy(dst, keystream, src, nbytes); in ctr_crypt_final()
/Linux-v5.10/arch/sparc/crypto/
Daes_glue.c330 crypto_xor_cpy(dst, (u8 *) keystream, src, nbytes); in ctr_crypt_final()
/Linux-v5.10/arch/arm/crypto/
Daes-neonbs-glue.c260 crypto_xor_cpy(dst, src, final, in ctr_encrypt()
Daes-ce-glue.c415 crypto_xor_cpy(tdst, tsrc, tail, nbytes); in ctr_encrypt()
/Linux-v5.10/drivers/md/
Ddm-crypt.c641 crypto_xor_cpy(buf, tcw->whitening, (u8 *)&sector, 8); in crypt_iv_tcw_whitening()
642 crypto_xor_cpy(&buf[8], tcw->whitening + 8, (u8 *)&sector, 8); in crypt_iv_tcw_whitening()
686 crypto_xor_cpy(iv, tcw->iv_seed, (u8 *)&sector, 8); in crypt_iv_tcw_gen()
688 crypto_xor_cpy(&iv[8], tcw->iv_seed + 8, (u8 *)&sector, in crypt_iv_tcw_gen()