Home
last modified time | relevance | path

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

/linux-4.1.27/crypto/
Dapi.c74 if (crypto_is_larval(q) && in __crypto_alg_lookup()
103 BUG_ON(!crypto_is_larval(alg)); in crypto_larval_destroy()
151 if (crypto_is_larval(alg)) in crypto_larval_add()
229 return crypto_is_larval(alg) ? crypto_larval_wait(alg) : alg; in crypto_larval_lookup()
271 if (IS_ERR(larval) || !crypto_is_larval(larval)) in crypto_alg_mod_lookup()
Dinternal.h128 static inline int crypto_is_larval(struct crypto_alg *alg) in crypto_is_larval() function
Dalgapi.c199 if (crypto_is_larval(q)) { in __crypto_register_alg()
247 if (crypto_is_moribund(q) || !crypto_is_larval(q)) in crypto_alg_tested()
274 if (crypto_is_larval(q)) { in crypto_alg_tested()
Daead.c421 if (!crypto_is_larval(larval)) in crypto_nivaead_default()
Dablkcipher.c557 if (!crypto_is_larval(larval)) in crypto_givcipher_default()