Home
last modified time | relevance | path

Searched refs:u128_xor (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/include/crypto/
H A Db128ops.h64 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()
/kernel/linux/linux-5.10/arch/x86/crypto/
H A Dtwofish_glue_3way.c50 u128_xor(&dst[1], &dst[1], &ivs[0]); in twofish_dec_blk_cbc_3way()
51 u128_xor(&dst[2], &dst[2], &ivs[1]); in twofish_dec_blk_cbc_3way()
68 u128_xor(dst, dst, (u128 *)&ctrblk); in twofish_enc_blk_ctr()
H A Dglue_helper.c83 u128_xor(dst, src, iv); in glue_cbc_encrypt_req_128bit()
144 u128_xor(dst, dst, --src); in glue_cbc_decrypt_req_128bit()
149 u128_xor(dst, dst, (u128 *)walk.iv); in glue_cbc_decrypt_req_128bit()
371 u128_xor((u128 *)dst, (const u128 *)src, (u128 *)&ivblk); in glue_xts_crypt_128bit_one()
377 u128_xor((u128 *)dst, (u128 *)dst, (u128 *)&ivblk); in glue_xts_crypt_128bit_one()
H A Dserpent_sse2_glue.c47 u128_xor(dst + (j + 1), dst + (j + 1), ivs + j); in serpent_decrypt_cbc_xway()
60 u128_xor(dst, src, (u128 *)&ctrblk); in serpent_crypt_ctr()
H A Dserpent_avx_glue.c57 u128_xor(dst, src, (u128 *)&ctrblk); in __serpent_crypt_ctr()
H A Dcast6_avx_glue.c61 u128_xor(dst, src, (u128 *)&ctrblk); in cast6_crypt_ctr()
H A Dcamellia_glue.c1273 u128_xor(&dst[1], &dst[1], &iv); in camellia_decrypt_cbc_2way()
/kernel/linux/linux-5.10/net/bluetooth/
H A Dsmp.c428 u128_xor((u128 *) res, (u128 *) r, (u128 *) p1); in smp_c1()
445 u128_xor((u128 *) res, (u128 *) res, (u128 *) p2); in smp_c1()

Completed in 9 milliseconds