Lines Matching refs:req_async
450 static void cryptd_hash_init(struct crypto_async_request *req_async, int err) in cryptd_hash_init() argument
452 struct cryptd_hash_ctx *ctx = crypto_tfm_ctx(req_async->tfm); in cryptd_hash_init()
454 struct ahash_request *req = ahash_request_cast(req_async); in cryptd_hash_init()
479 static void cryptd_hash_update(struct crypto_async_request *req_async, int err) in cryptd_hash_update() argument
481 struct ahash_request *req = ahash_request_cast(req_async); in cryptd_hash_update()
504 static void cryptd_hash_final(struct crypto_async_request *req_async, int err) in cryptd_hash_final() argument
506 struct ahash_request *req = ahash_request_cast(req_async); in cryptd_hash_final()
527 static void cryptd_hash_finup(struct crypto_async_request *req_async, int err) in cryptd_hash_finup() argument
529 struct ahash_request *req = ahash_request_cast(req_async); in cryptd_hash_finup()
550 static void cryptd_hash_digest(struct crypto_async_request *req_async, int err) in cryptd_hash_digest() argument
552 struct cryptd_hash_ctx *ctx = crypto_tfm_ctx(req_async->tfm); in cryptd_hash_digest()
554 struct ahash_request *req = ahash_request_cast(req_async); in cryptd_hash_digest()