Home
last modified time | relevance | path

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

/Linux-v5.4/include/crypto/internal/
Dhash.h83 static inline bool crypto_shash_alg_has_setkey(struct shash_alg *alg) in crypto_shash_alg_has_setkey() function
/Linux-v5.4/crypto/
Dshash.c53 if (crypto_shash_alg_has_setkey(alg) && in shash_set_needkey()
375 if (crypto_shash_alg_has_setkey(alg)) in crypto_init_shash_ops_async()
Dhmac.c190 if (crypto_shash_alg_has_setkey(salg)) in hmac_create()
Dahash.c679 return crypto_shash_alg_has_setkey(__crypto_shash_alg(alg)); in crypto_hash_alg_has_setkey()
Dessiv.c446 if (crypto_shash_alg_has_setkey(hash_alg)) in essiv_supported_algorithms()
Dcryptd.c718 if (crypto_shash_alg_has_setkey(salg)) in cryptd_create_hash()