Home
last modified time | relevance | path

Searched refs:drbg_state (Results 1 – 2 of 2) sorted by relevance

/linux/include/crypto/
A Ddrbg.h81 struct drbg_state;
94 int (*update)(struct drbg_state *drbg, struct list_head *seed,
96 int (*generate)(struct drbg_state *drbg,
99 int (*crypto_init)(struct drbg_state *drbg);
100 int (*crypto_fini)(struct drbg_state *drbg);
108 struct drbg_state { struct
142 static inline __u8 drbg_statelen(struct drbg_state *drbg) in drbg_statelen() argument
149 static inline __u8 drbg_blocklen(struct drbg_state *drbg) in drbg_blocklen()
156 static inline __u8 drbg_keylen(struct drbg_state *drbg) in drbg_keylen()
169 static inline size_t drbg_max_addtl(struct drbg_state *drbg) in drbg_max_addtl()
[all …]
/linux/crypto/
A Ddrbg.c319 static int drbg_ctr_bcc(struct drbg_state *drbg, in drbg_ctr_bcc()
397 static int drbg_ctr_df(struct drbg_state *drbg, in drbg_ctr_df()
821 static int drbg_hash_df(struct drbg_state *drbg, in drbg_hash_df()
1073 struct drbg_state *drbg = container_of(work, struct drbg_state, in drbg_async_seed()
1346 static int drbg_generate(struct drbg_state *drbg, in drbg_generate()
1496 struct drbg_state *drbg = container_of(rdy, struct drbg_state, in drbg_schedule_async_seed()
1658 struct drbg_state *drbg = crypto_rng_ctx(tfm); in drbg_kcapi_set_entropy()
1925 struct drbg_state *drbg = crypto_tfm_ctx(tfm); in drbg_kcapi_init()
1950 struct drbg_state *drbg = crypto_rng_ctx(tfm); in drbg_kcapi_random()
1969 struct drbg_state *drbg = crypto_rng_ctx(tfm); in drbg_kcapi_seed()
[all …]

Completed in 7 milliseconds