Home
last modified time | relevance | path

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

/linux-6.14.4/crypto/
Dahash.c216 crt->using_shash = true; in crypto_init_ahash_using_shash()
243 if (likely(tfm->using_shash)) { in crypto_ahash_setkey()
273 if (likely(tfm->using_shash)) in crypto_ahash_init()
348 if (likely(tfm->using_shash)) in crypto_ahash_update()
359 if (likely(tfm->using_shash)) in crypto_ahash_final()
370 if (likely(tfm->using_shash)) in crypto_ahash_finup()
381 if (likely(tfm->using_shash)) in crypto_ahash_digest()
460 if (likely(tfm->using_shash)) in crypto_ahash_export()
470 if (likely(tfm->using_shash)) in crypto_ahash_import()
618 if (likely(hash->using_shash)) { in crypto_clone_ahash()
[all …]
/linux-6.14.4/include/crypto/
Dhash.h227 bool using_shash; /* Underlying algorithm is shash, not ahash */ member