Home
last modified time | relevance | path

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

/Linux-v5.4/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()
Dchacha_generic.c23 crypto_xor_cpy(dst, src, stream, CHACHA_BLOCK_SIZE); in chacha_docrypt()
30 crypto_xor_cpy(dst, src, stream, bytes); in chacha_docrypt()
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.4/include/crypto/
Dctr.h52 crypto_xor_cpy(dst, src, buf, bsize); in crypto_ctr_encrypt_walk()
Dalgapi.h217 static inline void crypto_xor_cpy(u8 *dst, const u8 *src1, const u8 *src2, in crypto_xor_cpy() function
/Linux-v5.4/arch/arm64/crypto/
Dghash-ce-glue.c479 crypto_xor_cpy(dst, src, ks, AES_BLOCK_SIZE); in gcm_encrypt()
509 crypto_xor_cpy(walk.dst.virt.addr, walk.src.virt.addr, ks, in gcm_encrypt()
615 crypto_xor_cpy(dst, src, buf, AES_BLOCK_SIZE); in gcm_decrypt()
655 crypto_xor_cpy(walk.dst.virt.addr, walk.src.virt.addr, iv, in gcm_decrypt()
Daes-ce-ccm-glue.c209 crypto_xor_cpy(dst, src, buf, bsize); in ccm_crypt_fallback()
Daes-neonbs-glue.c257 crypto_xor_cpy(dst, src, final, in ctr_encrypt()
Daes-glue.c495 crypto_xor_cpy(tdst, tsrc, tail, nbytes); in ctr_encrypt()
/Linux-v5.4/drivers/crypto/vmx/
Daes_ctr.c86 crypto_xor_cpy(dst, keystream, src, nbytes); in p8_aes_ctr_final()
/Linux-v5.4/drivers/staging/wusbcore/
Dcrypto.c231 crypto_xor_cpy(mic, (u8 *)&scratch->ax, iv, 8); in wusb_ccm_mac()
/Linux-v5.4/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.c479 crypto_xor_cpy(dst, keystream, src, nbytes); in ctr_crypt_final()
/Linux-v5.4/arch/sparc/crypto/
Daes_glue.c348 crypto_xor_cpy(dst, (u8 *) keystream, src, nbytes); in ctr_crypt_final()
/Linux-v5.4/drivers/md/
Ddm-crypt.c614 crypto_xor_cpy(buf, tcw->whitening, (u8 *)&sector, 8); in crypt_iv_tcw_whitening()
615 crypto_xor_cpy(&buf[8], tcw->whitening + 8, (u8 *)&sector, 8); in crypt_iv_tcw_whitening()
659 crypto_xor_cpy(iv, tcw->iv_seed, (u8 *)&sector, 8); in crypt_iv_tcw_gen()
661 crypto_xor_cpy(&iv[8], tcw->iv_seed + 8, (u8 *)&sector, in crypt_iv_tcw_gen()
/Linux-v5.4/arch/arm/crypto/
Daes-neonbs-glue.c249 crypto_xor_cpy(dst, src, final, in ctr_encrypt()
Daes-ce-glue.c425 crypto_xor_cpy(tdst, tsrc, tail, nbytes); in ctr_encrypt()