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

/crypto/
H A Dapi.c72 if (crypto_is_larval(q) &&
101 BUG_ON(!crypto_is_larval(alg));
224 return crypto_is_larval(alg) ? crypto_larval_wait(alg) : alg;
256 if (IS_ERR(larval) || !crypto_is_larval(larval))
H A Dinternal.h128 static inline int crypto_is_larval(struct crypto_alg *alg) function
H A Dalgapi.c187 if (crypto_is_larval(q)) {
235 if (crypto_is_moribund(q) || !crypto_is_larval(q))
262 if (crypto_is_larval(q)) {
H A Daead.c421 if (!crypto_is_larval(larval))
H A Dablkcipher.c560 if (!crypto_is_larval(larval))

Completed in 60 milliseconds