Lines Matching refs:drbg_state
79 struct drbg_state;
92 int (*update)(struct drbg_state *drbg, struct list_head *seed,
94 int (*generate)(struct drbg_state *drbg,
97 int (*crypto_init)(struct drbg_state *drbg);
98 int (*crypto_fini)(struct drbg_state *drbg);
106 struct drbg_state { struct
127 static inline __u8 drbg_statelen(struct drbg_state *drbg) in drbg_statelen() argument
134 static inline __u8 drbg_blocklen(struct drbg_state *drbg) in drbg_blocklen()
141 static inline __u8 drbg_keylen(struct drbg_state *drbg) in drbg_keylen()
148 static inline size_t drbg_max_request_bytes(struct drbg_state *drbg) in drbg_max_request_bytes()
154 static inline size_t drbg_max_addtl(struct drbg_state *drbg) in drbg_max_addtl()
169 static inline size_t drbg_max_requests(struct drbg_state *drbg) in drbg_max_requests()