Searched refs:crypto_xor_cpy (Results 1 – 8 of 8) sorted by relevance
/linux/lib/crypto/ |
H A D | libchacha.c | 22 crypto_xor_cpy(dst, src, stream, CHACHA_BLOCK_SIZE); in chacha_crypt_generic() 29 crypto_xor_cpy(dst, src, stream, bytes); in chacha_crypt_generic()
|
H A D | aescfb.c | 49 crypto_xor_cpy(dst, src, ks, min(len, AES_BLOCK_SIZE)); in aescfb_encrypt() 86 crypto_xor_cpy(dst, src, ks[i], min(len, AES_BLOCK_SIZE)); in aescfb_decrypt()
|
H A D | aesgcm.c | 101 crypto_xor_cpy(authtag, buf, (u8 *)&ghash, ctx->authsize); in aesgcm_mac() 123 crypto_xor_cpy(dst, src, buf, min(len, AES_BLOCK_SIZE)); in aesgcm_crypt()
|
/linux/arch/arm64/crypto/ |
H A D | sm4-neon-glue.c | 96 crypto_xor_cpy(dst, src, iv, SM4_BLOCK_SIZE); in sm4_cbc_encrypt() 178 crypto_xor_cpy(dst, src, keystream, nbytes); in sm4_ctr_crypt()
|
/linux/include/crypto/ |
H A D | utils.h | 35 static inline void crypto_xor_cpy(u8 *dst, const u8 *src1, const u8 *src2, in crypto_xor_cpy() function
|
/linux/arch/x86/crypto/ |
H A D | ecb_cbc_helpers.h | 53 crypto_xor_cpy(dst, src, __iv, __bsize); \
|
/linux/drivers/md/ |
H A D | dm-crypt.c | 690 crypto_xor_cpy(buf, tcw->whitening, (u8 *)§or, 8); in crypt_iv_tcw_whitening() 691 crypto_xor_cpy(&buf[8], tcw->whitening + 8, (u8 *)§or, 8); in crypt_iv_tcw_whitening() 722 crypto_xor_cpy(iv, tcw->iv_seed, (u8 *)§or, 8); in crypt_iv_tcw_gen() 724 crypto_xor_cpy(&iv[8], tcw->iv_seed + 8, (u8 *)§or, in crypt_iv_tcw_gen()
|
/linux/net/bluetooth/ |
H A D | smp.c | 428 crypto_xor_cpy(res, r, p1, sizeof(p1)); in smp_c1()
|