jent 1091 crypto/drbg.c crypto_free_rng(drbg->jent); jent 1092 crypto/drbg.c drbg->jent = NULL; jent 1160 crypto/drbg.c if (!drbg->jent) { jent 1166 crypto/drbg.c ret = crypto_rng_get_bytes(drbg->jent, jent 1517 crypto/drbg.c drbg->jent = crypto_alloc_rng("jitterentropy_rng", 0, 0); jent 1579 crypto/drbg.c if (IS_ERR(drbg->jent)) { jent 1580 crypto/drbg.c ret = PTR_ERR(drbg->jent); jent 1581 crypto/drbg.c drbg->jent = NULL; jent 1622 crypto/drbg.c crypto_free_rng(drbg->jent); jent 1623 crypto/drbg.c drbg->jent = NULL; jent 1612 drivers/gpu/drm/nouveau/nouveau_bios.c struct dcb_output *jent = &dcb->entry[j]; jent 1614 drivers/gpu/drm/nouveau/nouveau_bios.c if (jent->type == 100) /* already merged entry */ jent 1618 drivers/gpu/drm/nouveau/nouveau_bios.c if (jent->i2c_index == ient->i2c_index && jent 1619 drivers/gpu/drm/nouveau/nouveau_bios.c jent->type == ient->type && jent 1620 drivers/gpu/drm/nouveau/nouveau_bios.c jent->location == ient->location && jent 1621 drivers/gpu/drm/nouveau/nouveau_bios.c jent->or == ient->or) { jent 1624 drivers/gpu/drm/nouveau/nouveau_bios.c ient->heads |= jent->heads; jent 1625 drivers/gpu/drm/nouveau/nouveau_bios.c jent->type = 100; /* dummy value */ jent 135 include/crypto/drbg.h struct crypto_rng *jent;