Home
last modified time | relevance | path

Searched defs:drbg_state (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/include/crypto/
H A Ddrbg.h114 struct drbg_state { struct
115 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; argument
147 static inline __u8 drbg_statelen(struct drbg_state *drbg) in drbg_statelen() argument