Home
last modified time | relevance | path

Searched defs:req_async (Results 1 – 2 of 2) sorted by relevance

/crypto/
Dmcryptd.c336 static void mcryptd_hash_init(struct crypto_async_request *req_async, int err) in mcryptd_hash_init()
365 static void mcryptd_hash_update(struct crypto_async_request *req_async, int err) in mcryptd_hash_update()
391 static void mcryptd_hash_final(struct crypto_async_request *req_async, int err) in mcryptd_hash_final()
417 static void mcryptd_hash_finup(struct crypto_async_request *req_async, int err) in mcryptd_hash_finup()
444 static void mcryptd_hash_digest(struct crypto_async_request *req_async, int err) in mcryptd_hash_digest()
Dcryptd.c459 static void cryptd_hash_init(struct crypto_async_request *req_async, int err) in cryptd_hash_init()
488 static void cryptd_hash_update(struct crypto_async_request *req_async, int err) in cryptd_hash_update()
513 static void cryptd_hash_final(struct crypto_async_request *req_async, int err) in cryptd_hash_final()
536 static void cryptd_hash_finup(struct crypto_async_request *req_async, int err) in cryptd_hash_finup()
559 static void cryptd_hash_digest(struct crypto_async_request *req_async, int err) in cryptd_hash_digest()