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