Searched refs:using_shash (Results 1 – 2 of 2) sorted by relevance
263 crt->using_shash = true; in crypto_init_ahash_using_shash()290 if (likely(tfm->using_shash)) { in crypto_ahash_setkey()539 if (likely(tfm->using_shash)) { in crypto_ahash_init()599 if (likely(tfm->using_shash)) { in crypto_ahash_update()615 if (likely(tfm->using_shash)) { in crypto_ahash_final()631 if (likely(tfm->using_shash)) { in crypto_ahash_finup()709 if (likely(tfm->using_shash)) { in crypto_ahash_digest()799 if (likely(tfm->using_shash)) in crypto_ahash_export()809 if (likely(tfm->using_shash)) in crypto_ahash_import()958 if (likely(hash->using_shash)) { in crypto_clone_ahash()[all …]
234 bool using_shash; /* Underlying algorithm is shash, not ahash */ member