Lines Matching refs:xbuf
105 static void sg_init_aead(struct scatterlist *sg, char *xbuf[XBUFSIZE],
126 sg_set_buf(&sg[k + 1], xbuf[k], PAGE_SIZE);
129 sg_set_buf(&sg[k + 1], xbuf[k], rem);
144 char *xbuf[XBUFSIZE];
292 if (testmgr_alloc_buf(data[i].xbuf)) {
294 testmgr_free_buf(data[i].xbuf);
381 sg_init_aead(cur->sg, cur->xbuf,
444 testmgr_free_buf(data[i].xbuf);
533 char *xbuf[XBUFSIZE];
554 if (testmgr_alloc_buf(xbuf))
635 sg_init_aead(sg, xbuf, bs + (enc ? 0 : authsize),
696 testmgr_free_buf(xbuf);
963 char *xbuf[XBUFSIZE];
1090 if (testmgr_alloc_buf(data[i].xbuf)) {
1092 testmgr_free_buf(data[i].xbuf);
1167 sg_set_buf(cur->sg + p, cur->xbuf[p],
1169 memset(cur->xbuf[p], 0xff, PAGE_SIZE);
1174 sg_set_buf(cur->sg + p, cur->xbuf[p], k);
1175 memset(cur->xbuf[p], 0xff, k);
1207 testmgr_free_buf(data[i].xbuf);