Searched defs:drbg_state_ops (Results 1 – 1 of 1) sorted by relevance
55830 struct drbg_state_ops { struct55831 int (*update)(struct drbg_state *, struct list_head *, int);55832 int (*generate)(struct drbg_state *, unsigned char *, unsigned int, struct list_head *);55833 int (*crypto_init)(struct drbg_state *);55834 int (*crypto_fini)(struct drbg_state *);