Searched refs:crypto_shash_alg_has_setkey (Results 1 – 4 of 4) sorted by relevance
81 static inline bool crypto_shash_alg_has_setkey(struct shash_alg *alg) in crypto_shash_alg_has_setkey() function88 return crypto_shash_alg_has_setkey(alg) && in crypto_shash_alg_needs_key()
622 return crypto_shash_alg_has_setkey(__crypto_shash_alg(alg)); in crypto_hash_alg_has_setkey()
392 if (crypto_shash_alg_has_setkey(alg)) in crypto_init_shash_ops_async()
689 if (crypto_shash_alg_has_setkey(alg)) in cryptd_create_hash()
Completed in 11 milliseconds