Lines Matching refs:scatterlist
43 struct scatterlist *sg;
44 struct scatterlist hsg[2];
45 struct scatterlist tsg[1];
46 struct scatterlist cipher[2];
391 struct scatterlist *dst = req->dst; in crypto_authenc_esn_genicv()
392 struct scatterlist *assoc = req->assoc; in crypto_authenc_esn_genicv()
393 struct scatterlist *cipher = areq_ctx->cipher; in crypto_authenc_esn_genicv()
394 struct scatterlist *hsg = areq_ctx->hsg; in crypto_authenc_esn_genicv()
395 struct scatterlist *tsg = areq_ctx->tsg; in crypto_authenc_esn_genicv()
396 struct scatterlist *assoc1; in crypto_authenc_esn_genicv()
397 struct scatterlist *assoc2; in crypto_authenc_esn_genicv()
476 struct scatterlist *dst = req->dst; in crypto_authenc_esn_encrypt()
561 struct scatterlist *src = req->src; in crypto_authenc_esn_iverify()
562 struct scatterlist *assoc = req->assoc; in crypto_authenc_esn_iverify()
563 struct scatterlist *cipher = areq_ctx->cipher; in crypto_authenc_esn_iverify()
564 struct scatterlist *hsg = areq_ctx->hsg; in crypto_authenc_esn_iverify()
565 struct scatterlist *tsg = areq_ctx->tsg; in crypto_authenc_esn_iverify()
566 struct scatterlist *assoc1; in crypto_authenc_esn_iverify()
567 struct scatterlist *assoc2; in crypto_authenc_esn_iverify()