Home
last modified time | relevance | path

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

/linux-4.1.27/include/crypto/
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()
/linux-4.1.27/arch/x86/crypto/
Dglue_helper.c104 u128_xor(dst, src, iv); in __glue_cbc_encrypt_128bit()
174 u128_xor(dst, dst, src - 1); in __glue_cbc_decrypt_128bit()
185 u128_xor(dst, dst, (u128 *)walk->iv); in __glue_cbc_decrypt_128bit()
391 u128_xor(dst, src, (u128 *)&ivblk); in glue_xts_crypt_128bit_one()
397 u128_xor(dst, dst, (u128 *)&ivblk); in glue_xts_crypt_128bit_one()
Dtwofish_glue_3way.c60 u128_xor(&dst[1], &dst[1], &ivs[0]); in twofish_dec_blk_cbc_3way()
61 u128_xor(&dst[2], &dst[2], &ivs[1]); in twofish_dec_blk_cbc_3way()
76 u128_xor(dst, dst, (u128 *)&ctrblk); in twofish_enc_blk_ctr()
Dserpent_sse2_glue.c59 u128_xor(dst + (j + 1), dst + (j + 1), ivs + j); in serpent_decrypt_cbc_xway()
70 u128_xor(dst, src, (u128 *)&ctrblk); in serpent_crypt_ctr()
Dcast6_avx_glue.c80 u128_xor(dst, src, (u128 *)&ctrblk); in cast6_crypt_ctr()
Dserpent_avx_glue.c77 u128_xor(dst, src, (u128 *)&ctrblk); in __serpent_crypt_ctr()
Dcamellia_glue.c1288 u128_xor(&dst[1], &dst[1], &iv); in camellia_decrypt_cbc_2way()
/linux-4.1.27/net/bluetooth/
Dsmp.c427 u128_xor((u128 *) res, (u128 *) r, (u128 *) p1); in smp_c1()
437 u128_xor((u128 *) res, (u128 *) res, (u128 *) p2); in smp_c1()