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

/linux-master/crypto/
H A Dapi.c71 if (crypto_is_larval(q) &&
100 BUG_ON(!crypto_is_larval(alg));
148 if (crypto_is_larval(alg))
252 if (!crypto_is_larval(alg) &&
260 if (alg && !crypto_is_larval(alg)) {
293 if (!IS_ERR_OR_NULL(alg) && crypto_is_larval(alg))
332 if (IS_ERR(larval) || !crypto_is_larval(larval))
H A Dalgapi.c250 if (crypto_is_larval(q)) {
337 if (crypto_is_larval(q)) {
383 if (crypto_is_moribund(q) || !crypto_is_larval(q))
417 if (crypto_is_moribund(q) || !crypto_is_larval(q))
1071 if (!crypto_is_larval(q))
H A Dinternal.h183 static inline int crypto_is_larval(struct crypto_alg *alg) function
H A Dcrypto_user_base.c45 if (crypto_is_larval(q))

Completed in 210 milliseconds