Home
last modified time | relevance | path

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

/linux-3.4.99/crypto/
Dgf128mul.c190 be128_xor(r, r, &p[0]); in gf128mul_lle()
192 be128_xor(r, r, &p[1]); in gf128mul_lle()
194 be128_xor(r, r, &p[2]); in gf128mul_lle()
196 be128_xor(r, r, &p[3]); in gf128mul_lle()
198 be128_xor(r, r, &p[4]); in gf128mul_lle()
200 be128_xor(r, r, &p[5]); in gf128mul_lle()
202 be128_xor(r, r, &p[6]); in gf128mul_lle()
204 be128_xor(r, r, &p[7]); in gf128mul_lle()
228 be128_xor(r, r, &p[7]); in gf128mul_bbe()
230 be128_xor(r, r, &p[6]); in gf128mul_bbe()
[all …]
Dlrw.c114 be128_xor(dst, &s->t, src); /* PP <- T xor P */ in lrw_round()
116 be128_xor(dst, dst, &s->t); /* C <- T xor CC */ in lrw_round()
173 be128_xor(&s.t, &s.t, in crypt()
258 be128_xor(&t_buf[i], t, in lrw_crypt()
265 be128_xor(dst + i, t, src + i); in lrw_crypt()
274 be128_xor(dst + i, dst + i, &t_buf[i]); in lrw_crypt()
Dxts.c88 be128_xor(dst, s->t, src); /* PP <- T xor P */ in xts_round()
90 be128_xor(dst, dst, s->t); /* C <- T xor CC */ in xts_round()
208 be128_xor(dst + i, t, src + i); in xts_crypt()
217 be128_xor(dst + i, dst + i, &t_buf[i]); in xts_crypt()
/linux-3.4.99/include/crypto/
Db128ops.h70 static inline void be128_xor(be128 *r, const be128 *p, const be128 *q) in be128_xor() function