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

/linux-master/crypto/
H A Dcryptd.c483 static int cryptd_hash_enqueue(struct ahash_request *req, function
553 return cryptd_hash_enqueue(req, cryptd_hash_init);
570 return cryptd_hash_enqueue(req, cryptd_hash_update);
587 return cryptd_hash_enqueue(req, cryptd_hash_final);
604 return cryptd_hash_enqueue(req, cryptd_hash_finup);
629 return cryptd_hash_enqueue(req, cryptd_hash_digest);

Completed in 118 milliseconds