Searched refs:le128_xor (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/crypto/ |
| D | xts.c | 120 le128_xor(wdst, &t, wsrc); in xor_tweak() 127 le128_xor(wdst++, &t, wsrc++); in xor_tweak() 156 le128_xor(&b, &rctx->t, &b); in cts_done() 181 le128_xor(b, &rctx->t, b); in cts_final() 195 le128_xor(b, &rctx->t, b); in cts_final()
|
| /Linux-v5.4/include/crypto/ |
| D | b128ops.h | 75 static inline void le128_xor(le128 *r, const le128 *p, const le128 *q) in le128_xor() function
|