Home
last modified time | relevance | path

Searched refs:crypto_hash_errstat (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/crypto/
H A Dhash.h579 static inline int crypto_hash_errstat(struct hash_alg_common *alg, int err) in crypto_hash_errstat() function
609 return crypto_hash_errstat(alg, tfm->update(req)); in crypto_ahash_update()
/openbmc/linux/crypto/
H A Dahash.c299 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()
H A Dshash.c31 return crypto_hash_errstat(&alg->halg, err); in crypto_shash_errstat()