Home
last modified time | relevance | path

Searched refs:crypto_shash_alg_has_setkey (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/include/crypto/internal/
Dhash.h81 static inline bool crypto_shash_alg_has_setkey(struct shash_alg *alg) in crypto_shash_alg_has_setkey() function
88 return crypto_shash_alg_has_setkey(alg) && in crypto_shash_alg_needs_key()
/Linux-v6.6/crypto/
Dshash.c434 if (crypto_shash_alg_has_setkey(alg)) in crypto_init_shash_ops_async()
592 if (!crypto_shash_alg_has_setkey(alg)) { in crypto_clone_shash()
Dahash.c681 return crypto_shash_alg_has_setkey(__crypto_shash_alg(alg)); in crypto_hash_alg_has_setkey()
Dcryptd.c705 if (crypto_shash_alg_has_setkey(alg)) in cryptd_create_hash()