Searched defs:req_async (Results 1 – 3 of 3) sorted by relevance
| /kernel/linux/linux-4.19/crypto/ |
| D | mcryptd.c | 332 static void mcryptd_hash_init(struct crypto_async_request *req_async, int err) in mcryptd_hash_init() 361 static void mcryptd_hash_update(struct crypto_async_request *req_async, int err) in mcryptd_hash_update() 388 static void mcryptd_hash_final(struct crypto_async_request *req_async, int err) in mcryptd_hash_final() 415 static void mcryptd_hash_finup(struct crypto_async_request *req_async, int err) in mcryptd_hash_finup() 442 static void mcryptd_hash_digest(struct crypto_async_request *req_async, int err) in mcryptd_hash_digest()
|
| D | cryptd.c | 730 static void cryptd_hash_init(struct crypto_async_request *req_async, int err) in cryptd_hash_init() 757 static void cryptd_hash_update(struct crypto_async_request *req_async, int err) in cryptd_hash_update() 780 static void cryptd_hash_final(struct crypto_async_request *req_async, int err) in cryptd_hash_final() 801 static void cryptd_hash_finup(struct crypto_async_request *req_async, int err) in cryptd_hash_finup() 822 static void cryptd_hash_digest(struct crypto_async_request *req_async, int err) in cryptd_hash_digest()
|
| /kernel/linux/linux-5.10/crypto/ |
| D | cryptd.c | 492 static void cryptd_hash_init(struct crypto_async_request *req_async, int err) in cryptd_hash_init() 518 static void cryptd_hash_update(struct crypto_async_request *req_async, int err) in cryptd_hash_update() 541 static void cryptd_hash_final(struct crypto_async_request *req_async, int err) in cryptd_hash_final() 562 static void cryptd_hash_finup(struct crypto_async_request *req_async, int err) in cryptd_hash_finup() 583 static void cryptd_hash_digest(struct crypto_async_request *req_async, int err) in cryptd_hash_digest()
|