Searched refs:cryptd_hash_enqueue (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/crypto/
H A Dcryptd.c436 static int cryptd_hash_enqueue(struct ahash_request *req, cryptd_hash_enqueue() function
476 return cryptd_hash_enqueue(req, cryptd_hash_init); cryptd_hash_init_enqueue()
501 return cryptd_hash_enqueue(req, cryptd_hash_update); cryptd_hash_update_enqueue()
524 return cryptd_hash_enqueue(req, cryptd_hash_final); cryptd_hash_final_enqueue()
547 return cryptd_hash_enqueue(req, cryptd_hash_finup); cryptd_hash_finup_enqueue()
576 return cryptd_hash_enqueue(req, cryptd_hash_digest); cryptd_hash_digest_enqueue()

Completed in 37 milliseconds