Home
last modified time | relevance | path

Searched refs:crypto_skcipher_has_setkey (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/include/crypto/
Dskcipher.h310 static inline bool crypto_skcipher_has_setkey(struct crypto_skcipher *tfm) in crypto_skcipher_has_setkey() function
/linux-4.4.14/crypto/
Dalgif_skcipher.c966 if (!tfm->has_key && crypto_skcipher_has_setkey(tfm->skcipher)) in skcipher_accept_parent()