Searched refs:req_async (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/crypto/ |
D | mcryptd.c | 332 static void mcryptd_hash_init(struct crypto_async_request *req_async, int err) in mcryptd_hash_init() argument 334 struct mcryptd_hash_ctx *ctx = crypto_tfm_ctx(req_async->tfm); in mcryptd_hash_init() 336 struct ahash_request *req = ahash_request_cast(req_async); in mcryptd_hash_init() 345 rctx->complete, req_async); in mcryptd_hash_init() 361 static void mcryptd_hash_update(struct crypto_async_request *req_async, int err) in mcryptd_hash_update() argument 363 struct ahash_request *req = ahash_request_cast(req_async); in mcryptd_hash_update() 388 static void mcryptd_hash_final(struct crypto_async_request *req_async, int err) in mcryptd_hash_final() argument 390 struct ahash_request *req = ahash_request_cast(req_async); in mcryptd_hash_final() 415 static void mcryptd_hash_finup(struct crypto_async_request *req_async, int err) in mcryptd_hash_finup() argument 417 struct ahash_request *req = ahash_request_cast(req_async); in mcryptd_hash_finup() [all …]
|
D | cryptd.c | 729 static void cryptd_hash_init(struct crypto_async_request *req_async, int err) in cryptd_hash_init() argument 731 struct cryptd_hash_ctx *ctx = crypto_tfm_ctx(req_async->tfm); in cryptd_hash_init() 733 struct ahash_request *req = ahash_request_cast(req_async); in cryptd_hash_init() 756 static void cryptd_hash_update(struct crypto_async_request *req_async, int err) in cryptd_hash_update() argument 758 struct ahash_request *req = ahash_request_cast(req_async); in cryptd_hash_update() 779 static void cryptd_hash_final(struct crypto_async_request *req_async, int err) in cryptd_hash_final() argument 781 struct ahash_request *req = ahash_request_cast(req_async); in cryptd_hash_final() 800 static void cryptd_hash_finup(struct crypto_async_request *req_async, int err) in cryptd_hash_finup() argument 802 struct ahash_request *req = ahash_request_cast(req_async); in cryptd_hash_finup() 821 static void cryptd_hash_digest(struct crypto_async_request *req_async, int err) in cryptd_hash_digest() argument [all …]
|