Home
last modified time | relevance | path

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

/linux/crypto/
H A Dahash.c129 crt->using_shash = true; in crypto_init_ahash_using_shash()
227 if (likely(tfm->using_shash)) { in crypto_ahash_setkey()
257 if (likely(tfm->using_shash)) in crypto_ahash_init()
332 if (likely(tfm->using_shash)) in crypto_ahash_update()
343 if (likely(tfm->using_shash)) in crypto_ahash_final()
354 if (likely(tfm->using_shash)) in crypto_ahash_finup()
365 if (likely(tfm->using_shash)) in crypto_ahash_digest()
444 if (likely(tfm->using_shash)) in crypto_ahash_export()
454 if (likely(tfm->using_shash)) in crypto_ahash_import()
602 if (likely(hash->using_shash)) { in crypto_clone_ahash()
[all …]
/linux/include/crypto/
H A Dhash.h227 bool using_shash; /* Underlying algorithm is shash, not ahash */ member