Searched refs:crypto_hash_errstat (Results 1 – 3 of 3) sorted by relevance
579 static inline int crypto_hash_errstat(struct hash_alg_common *alg, int err) in crypto_hash_errstat() function609 return crypto_hash_errstat(alg, tfm->update(req)); in crypto_ahash_update()
299 return crypto_hash_errstat(crypto_hash_alg_common(tfm), err); in crypto_ahash_op()343 return crypto_hash_errstat(alg, -ENOKEY); in crypto_ahash_digest()
31 return crypto_hash_errstat(&alg->halg, err); in crypto_shash_errstat()