Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/crypto/internal/
H A Dhash.h80 static inline bool crypto_shash_alg_needs_key(struct shash_alg *alg) in crypto_shash_alg_needs_key() function
/OK3568_Linux_fs/kernel/crypto/
H A Dhmac.c194 if (crypto_shash_alg_needs_key(salg)) in hmac_create()
H A Dessiv.c428 if (crypto_shash_alg_needs_key(hash_alg)) in essiv_supported_algorithms()
H A Dshash.c65 if (crypto_shash_alg_needs_key(alg)) in shash_set_needkey()