Searched refs:cryptd_hash_complete (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/crypto/ |
H A D | cryptd.c | 478 static void cryptd_hash_complete(struct ahash_request *req, int err) in cryptd_hash_complete() function 511 cryptd_hash_complete(req, err); in cryptd_hash_init() 534 cryptd_hash_complete(req, err); in cryptd_hash_update() 555 cryptd_hash_complete(req, err); in cryptd_hash_final() 576 cryptd_hash_complete(req, err); in cryptd_hash_finup() 602 cryptd_hash_complete(req, err); in cryptd_hash_digest()
|
/kernel/linux/linux-6.6/crypto/ |
H A D | cryptd.c | 513 static void cryptd_hash_complete(struct ahash_request *req, int err, in cryptd_hash_complete() function 548 cryptd_hash_complete(req, err, cryptd_hash_init); in cryptd_hash_init() 565 cryptd_hash_complete(req, err, cryptd_hash_update); in cryptd_hash_update() 582 cryptd_hash_complete(req, err, cryptd_hash_final); in cryptd_hash_final() 599 cryptd_hash_complete(req, err, cryptd_hash_finup); in cryptd_hash_finup() 624 cryptd_hash_complete(req, err, cryptd_hash_digest); in cryptd_hash_digest()
|
Completed in 5 milliseconds