Lines Matching refs:ahash_request
199 static int ghash_async_init(struct ahash_request *req)
203 struct ahash_request *cryptd_req = ahash_request_ctx(req);
212 static int ghash_async_update(struct ahash_request *req)
214 struct ahash_request *cryptd_req = ahash_request_ctx(req);
230 static int ghash_async_final(struct ahash_request *req)
232 struct ahash_request *cryptd_req = ahash_request_ctx(req);
248 static int ghash_async_digest(struct ahash_request *req)
252 struct ahash_request *cryptd_req = ahash_request_ctx(req);
269 static int ghash_async_import(struct ahash_request *req, const void *in)
271 struct ahash_request *cryptd_req = ahash_request_ctx(req);
281 static int ghash_async_export(struct ahash_request *req, void *out)
283 struct ahash_request *cryptd_req = ahash_request_ctx(req);
311 sizeof(struct ahash_request) +