Home
last modified time | relevance | path

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

/linux-4.19.296/crypto/
Dshash.c41 bool crypto_shash_alg_has_setkey(struct shash_alg *alg) in crypto_shash_alg_has_setkey() function
45 EXPORT_SYMBOL_GPL(crypto_shash_alg_has_setkey);
70 if (crypto_shash_alg_has_setkey(alg) && in shash_set_needkey()
392 if (crypto_shash_alg_has_setkey(alg)) in crypto_init_shash_ops_async()
Dhmac.c202 if (crypto_shash_alg_has_setkey(salg)) in hmac_create()
Dahash.c666 return crypto_shash_alg_has_setkey(__crypto_shash_alg(alg)); in crypto_hash_alg_has_setkey()
Dcryptd.c917 if (crypto_shash_alg_has_setkey(salg)) in cryptd_create_hash()
/linux-4.19.296/include/crypto/internal/
Dhash.h85 bool crypto_shash_alg_has_setkey(struct shash_alg *alg);