Searched refs:req_async (Results  1 – 2 of 2) sorted by relevance
| /linux-4.4.14/crypto/ | 
| D | mcryptd.c | 335 static void mcryptd_hash_init(struct crypto_async_request *req_async, int err)  in mcryptd_hash_init()  argument 337 	struct mcryptd_hash_ctx *ctx = crypto_tfm_ctx(req_async->tfm);  in mcryptd_hash_init() 339 	struct ahash_request *req = ahash_request_cast(req_async);  in mcryptd_hash_init() 364 static void mcryptd_hash_update(struct crypto_async_request *req_async, int err)  in mcryptd_hash_update()  argument 366 	struct ahash_request *req = ahash_request_cast(req_async);  in mcryptd_hash_update() 390 static void mcryptd_hash_final(struct crypto_async_request *req_async, int err)  in mcryptd_hash_final()  argument 392 	struct ahash_request *req = ahash_request_cast(req_async);  in mcryptd_hash_final() 416 static void mcryptd_hash_finup(struct crypto_async_request *req_async, int err)  in mcryptd_hash_finup()  argument 418 	struct ahash_request *req = ahash_request_cast(req_async);  in mcryptd_hash_finup() 443 static void mcryptd_hash_digest(struct crypto_async_request *req_async, int err)  in mcryptd_hash_digest()  argument [all …] 
 | 
| D | cryptd.c | 459 static void cryptd_hash_init(struct crypto_async_request *req_async, int err)  in cryptd_hash_init()  argument 461 	struct cryptd_hash_ctx *ctx = crypto_tfm_ctx(req_async->tfm);  in cryptd_hash_init() 463 	struct ahash_request *req = ahash_request_cast(req_async);  in cryptd_hash_init() 488 static void cryptd_hash_update(struct crypto_async_request *req_async, int err)  in cryptd_hash_update()  argument 490 	struct ahash_request *req = ahash_request_cast(req_async);  in cryptd_hash_update() 513 static void cryptd_hash_final(struct crypto_async_request *req_async, int err)  in cryptd_hash_final()  argument 515 	struct ahash_request *req = ahash_request_cast(req_async);  in cryptd_hash_final() 536 static void cryptd_hash_finup(struct crypto_async_request *req_async, int err)  in cryptd_hash_finup()  argument 538 	struct ahash_request *req = ahash_request_cast(req_async);  in cryptd_hash_finup() 559 static void cryptd_hash_digest(struct crypto_async_request *req_async, int err)  in cryptd_hash_digest()  argument [all …] 
 |