Searched defs:drbg_state (Results 1 – 1 of 1) sorted by relevance
114 struct drbg_state { struct115 struct mutex drbg_mutex; /* lock around DRBG */116 unsigned char *V; /* internal state 10.1.1.1 1a) */117 unsigned char *Vbuf;142 const struct drbg_state_ops *d_ops; argument147 static inline __u8 drbg_statelen(struct drbg_state *drbg) in drbg_statelen() argument