Home
last modified time | relevance | path

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

/linux/crypto/
H A Dahash.c267 crt->using_shash = true; in crypto_init_ahash_using_shash()
293 if (likely(tfm->using_shash)) { in crypto_ahash_setkey()
375 if (likely(tfm->using_shash)) in crypto_ahash_init()
456 if (likely(tfm->using_shash)) in crypto_ahash_update()
536 if (likely(tfm->using_shash)) in crypto_ahash_finup()
574 if (likely(tfm->using_shash)) in crypto_ahash_digest()
635 if (likely(tfm->using_shash)) in crypto_ahash_export_core()
645 if (likely(tfm->using_shash)) in crypto_ahash_export()
663 if (likely(tfm->using_shash)) in crypto_ahash_import_core()
682 if (likely(tfm->using_shash)) in crypto_ahash_import()
[all …]
/linux/include/crypto/
H A Dhash.h278 bool using_shash; /* Underlying algorithm is shash, not ahash */ member