Home
last modified time | relevance | path

Searched refs:le128_xor (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/include/crypto/
Db128ops.h75 static inline void le128_xor(le128 *r, const le128 *p, const le128 *q) in le128_xor() function
/Linux-v4.19/arch/arm64/crypto/
Dspeck-neon-glue.c79 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/
Dspeck-neon-glue.c85 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/
Dxts.c120 le128_xor(wdst, buf++, wdst); in post_crypt()
185 le128_xor(wdst++, &rctx->t, wsrc++); in pre_crypt()