Lines Matching refs:jent
1168 if (!drbg->jent) {
1174 ret = crypto_rng_get_bytes(drbg->jent,
1178 pr_devel("DRBG: jent failed with %d\n", ret);
1517 drbg->jent = crypto_alloc_rng("jitterentropy_rng", 0, 0);
1518 if (IS_ERR(drbg->jent)) {
1519 const int err = PTR_ERR(drbg->jent);
1521 drbg->jent = NULL;
1613 if (!IS_ERR_OR_NULL(drbg->jent))
1614 crypto_free_rng(drbg->jent);
1615 drbg->jent = NULL;