drbg_state 79 include/crypto/drbg.h struct drbg_state; drbg_state 92 include/crypto/drbg.h int (*update)(struct drbg_state *drbg, struct list_head *seed, drbg_state 94 include/crypto/drbg.h int (*generate)(struct drbg_state *drbg, drbg_state 97 include/crypto/drbg.h int (*crypto_init)(struct drbg_state *drbg); drbg_state 98 include/crypto/drbg.h int (*crypto_fini)(struct drbg_state *drbg); drbg_state 127 include/crypto/drbg.h static inline __u8 drbg_statelen(struct drbg_state *drbg) drbg_state 134 include/crypto/drbg.h static inline __u8 drbg_blocklen(struct drbg_state *drbg) drbg_state 141 include/crypto/drbg.h static inline __u8 drbg_keylen(struct drbg_state *drbg) drbg_state 148 include/crypto/drbg.h static inline size_t drbg_max_request_bytes(struct drbg_state *drbg) drbg_state 154 include/crypto/drbg.h static inline size_t drbg_max_addtl(struct drbg_state *drbg) drbg_state 169 include/crypto/drbg.h static inline size_t drbg_max_requests(struct drbg_state *drbg)