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