Searched refs:le128_xor (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/include/crypto/ |
D | b128ops.h | 75 static inline void le128_xor(le128 *r, const le128 *p, const le128 *q) in le128_xor() function
|
/Linux-v4.19/arch/arm64/crypto/ |
D | speck-neon-glue.c | 79 le128_xor((le128 *)dst, (const le128 *)src, &tweak); in __speck128_xts_crypt() 81 le128_xor((le128 *)dst, (const le128 *)dst, &tweak); in __speck128_xts_crypt()
|
/Linux-v4.19/arch/arm/crypto/ |
D | speck-neon-glue.c | 85 le128_xor((le128 *)dst, (const le128 *)src, &tweak); in __speck128_xts_crypt() 87 le128_xor((le128 *)dst, (const le128 *)dst, &tweak); in __speck128_xts_crypt()
|
/Linux-v4.19/crypto/ |
D | xts.c | 120 le128_xor(wdst, buf++, wdst); in post_crypt() 185 le128_xor(wdst++, &rctx->t, wsrc++); in pre_crypt()
|