Home
last modified time | relevance | path

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

/Linux-v4.19/include/crypto/internal/
Dhash.h88 static inline bool crypto_shash_alg_has_setkey(struct shash_alg *alg) in crypto_shash_alg_has_setkey() function
/Linux-v4.19/crypto/
Dhmac.c202 if (crypto_shash_alg_has_setkey(salg)) in hmac_create()
Dahash.c656 return crypto_shash_alg_has_setkey(__crypto_shash_alg(alg)); in crypto_hash_alg_has_setkey()
Dshash.c393 if (crypto_shash_alg_has_setkey(alg) && in crypto_shash_init_tfm()
Dcryptd.c916 if (crypto_shash_alg_has_setkey(salg)) in cryptd_create_hash()