Searched refs:t_buf (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/crypto/
H A Dlrw.c227 be128 *t_buf = req->tbuf; lrw_crypt() local
245 t_buf[0] = *iv; lrw_crypt()
248 gf128mul_64k_bbe(&t_buf[0], ctx->table); lrw_crypt()
258 be128_xor(&t_buf[i], t, lrw_crypt()
262 t = &t_buf[i]; lrw_crypt()
274 be128_xor(dst + i, dst + i, &t_buf[i]); lrw_crypt()
H A Dxts.c178 be128 *t_buf = req->tbuf; xts_crypt() local
195 req->tweak_fn(req->tweak_ctx, (u8 *)&t_buf[0], walk.iv); xts_crypt()
203 gf128mul_x_ble(&t_buf[i], t); xts_crypt()
205 t = &t_buf[i]; xts_crypt()
217 be128_xor(dst + i, dst + i, &t_buf[i]); xts_crypt()
/linux-4.1.27/drivers/target/iscsi/
H A Discsi_target_nego.c1017 char *i_buf = NULL, *s_buf = NULL, *t_buf = NULL; iscsi_target_locate_portal() local
1062 t_buf = value; iscsi_target_locate_portal()
1129 if (!t_buf) { iscsi_target_locate_portal()
1142 tiqn = iscsit_get_tiqn_for_login(t_buf); iscsi_target_locate_portal()
1145 " Storage Node\n", t_buf); iscsi_target_locate_portal()
/linux-4.1.27/drivers/infiniband/hw/qib/
H A Dqib_twsi.c380 * we need t_buf (nominally 20uSec) before that start, qib_twsi_blk_rd()

Completed in 188 milliseconds