Lines Matching defs:drbg_state
81 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);
114 struct drbg_state {
146 static inline __u8 drbg_statelen(struct drbg_state *drbg)
153 static inline __u8 drbg_blocklen(struct drbg_state *drbg)
160 static inline __u8 drbg_keylen(struct drbg_state *drbg)
167 static inline size_t drbg_max_request_bytes(struct drbg_state *drbg)
173 static inline size_t drbg_max_addtl(struct drbg_state *drbg)
188 static inline size_t drbg_max_requests(struct drbg_state *drbg)