Searched refs:req_async (Results 1 – 1 of 1) sorted by relevance
534 static void cryptd_hash_init(struct crypto_async_request *req_async, int err) in cryptd_hash_init() argument536 struct cryptd_hash_ctx *ctx = crypto_tfm_ctx(req_async->tfm); in cryptd_hash_init()538 struct ahash_request *req = ahash_request_cast(req_async); in cryptd_hash_init()560 static void cryptd_hash_update(struct crypto_async_request *req_async, int err) in cryptd_hash_update() argument562 struct ahash_request *req = ahash_request_cast(req_async); in cryptd_hash_update()583 static void cryptd_hash_final(struct crypto_async_request *req_async, int err) in cryptd_hash_final() argument585 struct ahash_request *req = ahash_request_cast(req_async); in cryptd_hash_final()604 static void cryptd_hash_finup(struct crypto_async_request *req_async, int err) in cryptd_hash_finup() argument606 struct ahash_request *req = ahash_request_cast(req_async); in cryptd_hash_finup()625 static void cryptd_hash_digest(struct crypto_async_request *req_async, int err) in cryptd_hash_digest() argument[all …]