Home
last modified time | relevance | path

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

/crypto/
Dlrw.c227 be128 *t_buf = req->tbuf; in lrw_crypt() local
245 t_buf[0] = *iv; in lrw_crypt()
248 gf128mul_64k_bbe(&t_buf[0], ctx->table); in lrw_crypt()
258 be128_xor(&t_buf[i], t, in lrw_crypt()
262 t = &t_buf[i]; in lrw_crypt()
274 be128_xor(dst + i, dst + i, &t_buf[i]); in lrw_crypt()
Dxts.c178 be128 *t_buf = req->tbuf; in xts_crypt() local
195 req->tweak_fn(req->tweak_ctx, (u8 *)&t_buf[0], walk.iv); in xts_crypt()
203 gf128mul_x_ble(&t_buf[i], t); in xts_crypt()
205 t = &t_buf[i]; in xts_crypt()
217 be128_xor(dst + i, dst + i, &t_buf[i]); in xts_crypt()