drbg_state
static inline void drbg_dealloc_state(struct drbg_state *drbg)
static inline int drbg_alloc_state(struct drbg_state *drbg)
static int drbg_generate(struct drbg_state *drbg,
static int drbg_generate_long(struct drbg_state *drbg,
static int drbg_prepare_hrng(struct drbg_state *drbg)
static int drbg_instantiate(struct drbg_state *drbg, struct drbg_string *pers,
static int drbg_uninstantiate(struct drbg_state *drbg)
struct drbg_state *drbg = crypto_rng_ctx(tfm);
static int drbg_init_hash_kernel(struct drbg_state *drbg)
static int drbg_fini_hash_kernel(struct drbg_state *drbg)
static void drbg_kcapi_hmacsetkey(struct drbg_state *drbg,
static int drbg_kcapi_hash(struct drbg_state *drbg, unsigned char *outval,
static int drbg_fini_sym_kernel(struct drbg_state *drbg)
static int drbg_init_sym_kernel(struct drbg_state *drbg)
static int drbg_kcapi_sym_ctr(struct drbg_state *drbg,
struct drbg_state *drbg = crypto_tfm_ctx(tfm);
struct drbg_state *drbg = crypto_rng_ctx(tfm);
struct drbg_state *drbg = crypto_rng_ctx(tfm);
struct drbg_state *drbg = NULL;
drbg = kzalloc_obj(struct drbg_state);
alg->base.cra_ctxsize = sizeof(struct drbg_state);
static int drbg_uninstantiate(struct drbg_state *drbg);
static bool drbg_fips_continuous_test(struct drbg_state *drbg,
static int drbg_init_sym_kernel(struct drbg_state *drbg);
static int drbg_fini_sym_kernel(struct drbg_state *drbg);
static int drbg_kcapi_sym_ctr(struct drbg_state *drbg,
static int drbg_ctr_df(struct drbg_state *drbg,
static int drbg_ctr_update(struct drbg_state *drbg, struct list_head *seed,
static int drbg_ctr_generate(struct drbg_state *drbg,
static int drbg_kcapi_hash(struct drbg_state *drbg, unsigned char *outval,
static void drbg_kcapi_hmacsetkey(struct drbg_state *drbg,
static int drbg_init_hash_kernel(struct drbg_state *drbg);
static int drbg_fini_hash_kernel(struct drbg_state *drbg);
static int drbg_hmac_update(struct drbg_state *drbg, struct list_head *seed,
static int drbg_hmac_generate(struct drbg_state *drbg,
static int drbg_hash_df(struct drbg_state *drbg,
static int drbg_hash_update(struct drbg_state *drbg, struct list_head *seed,
static int drbg_hash_process_addtl(struct drbg_state *drbg,
static int drbg_hash_hashgen(struct drbg_state *drbg,
static int drbg_hash_generate(struct drbg_state *drbg,
static inline int __drbg_seed(struct drbg_state *drbg, struct list_head *seed,
static inline void drbg_get_random_bytes(struct drbg_state *drbg,
static int drbg_seed_from_random(struct drbg_state *drbg)
static bool drbg_nopr_reseed_interval_elapsed(struct drbg_state *drbg)
static int drbg_seed(struct drbg_state *drbg, struct drbg_string *pers,
static inline __u8 drbg_statelen(struct drbg_state *drbg)
static inline __u8 drbg_blocklen(struct drbg_state *drbg)
static inline __u8 drbg_keylen(struct drbg_state *drbg)
static inline size_t drbg_max_request_bytes(struct drbg_state *drbg)
static inline size_t drbg_max_addtl(struct drbg_state *drbg)
static inline size_t drbg_max_requests(struct drbg_state *drbg)
struct drbg_state;
int (*update)(struct drbg_state *drbg, struct list_head *seed,
int (*generate)(struct drbg_state *drbg,
int (*crypto_init)(struct drbg_state *drbg);
int (*crypto_fini)(struct drbg_state *drbg);