Home
last modified time | relevance | path

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

/linux-4.4.14/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()
/linux-4.4.14/drivers/target/iscsi/
Discsi_target_nego.c1012 char *i_buf = NULL, *s_buf = NULL, *t_buf = NULL; in iscsi_target_locate_portal() local
1057 t_buf = value; in iscsi_target_locate_portal()
1124 if (!t_buf) { in iscsi_target_locate_portal()
1137 tiqn = iscsit_get_tiqn_for_login(t_buf); in iscsi_target_locate_portal()
1140 " Storage Node\n", t_buf); in iscsi_target_locate_portal()