Lines Matching refs:tsg
45 struct scatterlist tsg[1]; member
118 ahash_request_set_crypt(ahreq, areq_ctx->tsg, ahreq->result, in authenc_esn_geniv_ahash_update_done()
148 ahash_request_set_crypt(ahreq, areq_ctx->tsg, ahreq->result, in authenc_esn_geniv_ahash_update_done2()
216 ahash_request_set_crypt(ahreq, areq_ctx->tsg, ahreq->result, in authenc_esn_verify_ahash_update_done()
265 ahash_request_set_crypt(ahreq, areq_ctx->tsg, ahreq->result, in authenc_esn_verify_ahash_update_done2()
374 ahash_request_set_crypt(ahreq, areq_ctx->tsg, hash, in crypto_authenc_esn_ahash()
395 struct scatterlist *tsg = areq_ctx->tsg; in crypto_authenc_esn_genicv() local
430 sg_init_table(tsg, 1); in crypto_authenc_esn_genicv()
431 sg_set_page(tsg, sg_page(assoc1), assoc1->length, assoc1->offset); in crypto_authenc_esn_genicv()
565 struct scatterlist *tsg = areq_ctx->tsg; in crypto_authenc_esn_iverify() local
598 sg_init_table(tsg, 1); in crypto_authenc_esn_iverify()
599 sg_set_page(tsg, sg_page(assoc1), assoc1->length, assoc1->offset); in crypto_authenc_esn_iverify()