Searched refs:u128_xor (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/include/crypto/ |
D | b128ops.h | 64 static inline void u128_xor(u128 *r, const u128 *p, const u128 *q) in u128_xor() function 72 u128_xor((u128 *)r, (u128 *)p, (u128 *)q); in be128_xor() 77 u128_xor((u128 *)r, (u128 *)p, (u128 *)q); in le128_xor()
|
/Linux-v4.19/arch/x86/crypto/ |
D | glue_helper.c | 97 u128_xor(dst, src, iv); in glue_cbc_encrypt_req_128bit() 157 u128_xor(dst, dst, --src); in glue_cbc_decrypt_req_128bit() 162 u128_xor(dst, dst, (u128 *)walk.iv); in glue_cbc_decrypt_req_128bit() 320 u128_xor(dst, src, (u128 *)&ivblk); in glue_xts_crypt_128bit_one() 326 u128_xor(dst, dst, (u128 *)&ivblk); in glue_xts_crypt_128bit_one()
|
D | twofish_glue_3way.c | 64 u128_xor(&dst[1], &dst[1], &ivs[0]); in twofish_dec_blk_cbc_3way() 65 u128_xor(&dst[2], &dst[2], &ivs[1]); in twofish_dec_blk_cbc_3way() 80 u128_xor(dst, dst, (u128 *)&ctrblk); in twofish_enc_blk_ctr()
|
D | serpent_sse2_glue.c | 60 u128_xor(dst + (j + 1), dst + (j + 1), ivs + j); in serpent_decrypt_cbc_xway() 71 u128_xor(dst, src, (u128 *)&ctrblk); in serpent_crypt_ctr()
|
D | serpent_avx_glue.c | 70 u128_xor(dst, src, (u128 *)&ctrblk); in __serpent_crypt_ctr()
|
D | cast6_avx_glue.c | 79 u128_xor(dst, src, (u128 *)&ctrblk); in cast6_crypt_ctr()
|
D | camellia_glue.c | 1291 u128_xor(&dst[1], &dst[1], &iv); in camellia_decrypt_cbc_2way()
|
/Linux-v4.19/net/bluetooth/ |
D | smp.c | 440 u128_xor((u128 *) res, (u128 *) r, (u128 *) p1); in smp_c1() 457 u128_xor((u128 *) res, (u128 *) res, (u128 *) p2); in smp_c1()
|