req_async         534 crypto/cryptd.c static void cryptd_hash_init(struct crypto_async_request *req_async, int err)
req_async         536 crypto/cryptd.c 	struct cryptd_hash_ctx *ctx = crypto_tfm_ctx(req_async->tfm);
req_async         538 crypto/cryptd.c 	struct ahash_request *req = ahash_request_cast(req_async);
req_async         560 crypto/cryptd.c static void cryptd_hash_update(struct crypto_async_request *req_async, int err)
req_async         562 crypto/cryptd.c 	struct ahash_request *req = ahash_request_cast(req_async);
req_async         583 crypto/cryptd.c static void cryptd_hash_final(struct crypto_async_request *req_async, int err)
req_async         585 crypto/cryptd.c 	struct ahash_request *req = ahash_request_cast(req_async);
req_async         604 crypto/cryptd.c static void cryptd_hash_finup(struct crypto_async_request *req_async, int err)
req_async         606 crypto/cryptd.c 	struct ahash_request *req = ahash_request_cast(req_async);
req_async         625 crypto/cryptd.c static void cryptd_hash_digest(struct crypto_async_request *req_async, int err)
req_async         627 crypto/cryptd.c 	struct cryptd_hash_ctx *ctx = crypto_tfm_ctx(req_async->tfm);
req_async         629 crypto/cryptd.c 	struct ahash_request *req = ahash_request_cast(req_async);