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

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

Completed in 252 milliseconds