Searched defs:drbg_state (Results 1 – 1 of 1) sorted by relevance
108 struct drbg_state { struct109 struct mutex drbg_mutex; /* lock around DRBG */110 unsigned char *V; /* internal state 10.1.1.1 1a) */111 unsigned char *Vbuf;136 const struct drbg_state_ops *d_ops; argument142 static inline __u8 drbg_statelen(struct drbg_state *drbg) in drbg_statelen() argument
Completed in 5 milliseconds