Searched defs:req_async (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/crypto/ |
D | mcryptd.c | 335 static void mcryptd_hash_init(struct crypto_async_request *req_async, int err) in mcryptd_hash_init() 364 static void mcryptd_hash_update(struct crypto_async_request *req_async, int err) in mcryptd_hash_update() 390 static void mcryptd_hash_final(struct crypto_async_request *req_async, int err) in mcryptd_hash_final() 416 static void mcryptd_hash_finup(struct crypto_async_request *req_async, int err) in mcryptd_hash_finup() 443 static void mcryptd_hash_digest(struct crypto_async_request *req_async, int err) in mcryptd_hash_digest()
|
D | cryptd.c | 450 static void cryptd_hash_init(struct crypto_async_request *req_async, int err) in cryptd_hash_init() 479 static void cryptd_hash_update(struct crypto_async_request *req_async, int err) in cryptd_hash_update() 504 static void cryptd_hash_final(struct crypto_async_request *req_async, int err) in cryptd_hash_final() 527 static void cryptd_hash_finup(struct crypto_async_request *req_async, int err) in cryptd_hash_finup() 550 static void cryptd_hash_digest(struct crypto_async_request *req_async, int err) in cryptd_hash_digest()
|