Home
last modified time | relevance | path

Searched refs:crypto_ahash_tested (Results 1 – 2 of 2) sorted by relevance

/linux/arch/s390/crypto/
H A Dphmac_s390.c415 bool tested = crypto_ahash_tested(tfm); in phmac_kmac_update()
529 bool tested = crypto_ahash_tested(tfm); in phmac_kmac_final()
754 bool tested = crypto_ahash_tested(tfm); in phmac_setkey()
/linux/include/crypto/internal/
H A Dhash.h199 static inline bool crypto_ahash_tested(struct crypto_ahash *tfm) in crypto_ahash_tested() function