crypto/drbg.c
143
static void drbg_hmac_update(struct drbg_state *drbg,
crypto/drbg.c
171
static void drbg_hmac_generate(struct drbg_state *drbg, u8 *out, size_t outlen,
crypto/drbg.c
228
static int drbg_seed(struct drbg_state *drbg, const u8 *pers, size_t pers_len,
crypto/drbg.c
328
static int drbg_generate(struct drbg_state *drbg, u8 *out, size_t outlen,
crypto/drbg.c
410
struct drbg_state *drbg = crypto_tfm_ctx(tfm);
crypto/drbg.c
421
struct drbg_state *drbg = crypto_rng_ctx(tfm);
crypto/drbg.c
434
struct drbg_state *drbg = crypto_rng_ctx(tfm);
crypto/drbg.c
489
struct drbg_state *drbg = crypto_rng_ctx(tfm);
crypto/drbg.c
513
struct drbg_state *drbg = crypto_tfm_ctx(tfm);
crypto/drbg.c
533
struct drbg_state *drbg = NULL;
crypto/drbg.c
540
drbg = kzalloc_obj(struct drbg_state);
crypto/drbg.c
579
.base.cra_ctxsize = sizeof(struct drbg_state),