Lines Matching defs:err
11 #include <linux/err.h>
61 int err;
68 err = tmpl->create(tmpl, param->tb);
69 } while (err == -EAGAIN && !signal_pending(current));
90 goto err;
189 err:
197 int err = 0;
206 err = alg_test(param->driver, param->alg, type, CRYPTO_ALG_TESTED);
209 crypto_alg_tested(param->driver, err);
222 goto err;
248 err:
278 int err = crypto_unregister_notifier(&cryptomgr_notifier);
279 BUG_ON(err);