Lines Matching refs:ahash_request
160 static int ghash_async_init(struct ahash_request *req)
164 struct ahash_request *cryptd_req = ahash_request_ctx(req);
173 static int ghash_async_update(struct ahash_request *req)
175 struct ahash_request *cryptd_req = ahash_request_ctx(req);
191 static int ghash_async_final(struct ahash_request *req)
193 struct ahash_request *cryptd_req = ahash_request_ctx(req);
209 static int ghash_async_import(struct ahash_request *req, const void *in)
211 struct ahash_request *cryptd_req = ahash_request_ctx(req);
221 static int ghash_async_export(struct ahash_request *req, void *out)
223 struct ahash_request *cryptd_req = ahash_request_ctx(req);
232 static int ghash_async_digest(struct ahash_request *req)
236 struct ahash_request *cryptd_req = ahash_request_ctx(req);
277 sizeof(struct ahash_request) +