Home
last modified time | relevance | path

Searched refs:req_async (Results 1 – 1 of 1) sorted by relevance

/linux/crypto/
A Dcryptd.c492 static void cryptd_hash_init(struct crypto_async_request *req_async, int err) in cryptd_hash_init() argument
494 struct cryptd_hash_ctx *ctx = crypto_tfm_ctx(req_async->tfm); in cryptd_hash_init()
496 struct ahash_request *req = ahash_request_cast(req_async); in cryptd_hash_init()
518 static void cryptd_hash_update(struct crypto_async_request *req_async, int err) in cryptd_hash_update() argument
520 struct ahash_request *req = ahash_request_cast(req_async); in cryptd_hash_update()
541 static void cryptd_hash_final(struct crypto_async_request *req_async, int err) in cryptd_hash_final() argument
543 struct ahash_request *req = ahash_request_cast(req_async); in cryptd_hash_final()
562 static void cryptd_hash_finup(struct crypto_async_request *req_async, int err) in cryptd_hash_finup() argument
564 struct ahash_request *req = ahash_request_cast(req_async); in cryptd_hash_finup()
585 struct cryptd_hash_ctx *ctx = crypto_tfm_ctx(req_async->tfm); in cryptd_hash_digest()
[all …]

Completed in 6 milliseconds