Lines Matching refs:ahash_request
179 static int ghash_async_init(struct ahash_request *req)
183 struct ahash_request *cryptd_req = ahash_request_ctx(req);
192 static int ghash_async_update(struct ahash_request *req)
194 struct ahash_request *cryptd_req = ahash_request_ctx(req);
210 static int ghash_async_final(struct ahash_request *req)
212 struct ahash_request *cryptd_req = ahash_request_ctx(req);
228 static int ghash_async_import(struct ahash_request *req, const void *in)
230 struct ahash_request *cryptd_req = ahash_request_ctx(req);
240 static int ghash_async_export(struct ahash_request *req, void *out)
242 struct ahash_request *cryptd_req = ahash_request_ctx(req);
251 static int ghash_async_digest(struct ahash_request *req)
255 struct ahash_request *cryptd_req = ahash_request_ctx(req);
296 sizeof(struct ahash_request) +