Searched defs:drbg_state_ops (Results 1 – 1 of 1) sorted by relevance
60097 struct drbg_state_ops { struct60098 int (*update)(struct drbg_state *, struct list_head *, int);60099 int (*generate)(struct drbg_state *, unsigned char *, unsigned int, struct list_head *);60100 int (*crypto_init)(struct drbg_state *);60101 int (*crypto_fini)(struct drbg_state *);