Home
last modified time | relevance | path

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

/Linux-v5.4/crypto/
Dxts.c120 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/
Db128ops.h75 static inline void le128_xor(le128 *r, const le128 *p, const le128 *q) in le128_xor() function