Lines Matching refs:ahreq
48 struct ahash_request ahreq;
174 struct ahash_request *ahreq = &pctx->ahreq;
199 ahash_request_set_tfm(ahreq, ctx->mac);
200 ahash_request_set_callback(ahreq, pctx->flags, NULL, NULL);
201 ahash_request_set_crypt(ahreq, sg, NULL, assoclen + ilen + 16);
202 err = crypto_ahash_init(ahreq);
205 err = crypto_ahash_update(ahreq);
221 ahash_request_set_crypt(ahreq, plain, odata, cryptlen);
222 err = crypto_ahash_finup(ahreq);