Searched refs:crypto_skcipher_has_setkey (Results 1 – 2 of 2) sorted by relevance
310 static inline bool crypto_skcipher_has_setkey(struct crypto_skcipher *tfm) in crypto_skcipher_has_setkey() function
966 if (!tfm->has_key && crypto_skcipher_has_setkey(tfm->skcipher)) in skcipher_accept_parent()