Home
last modified time | relevance | path

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

/linux/include/crypto/
H A Ddrbg.h91 struct drbg_state { struct
92 struct mutex drbg_mutex; /* lock around DRBG */
93 unsigned char *V; /* internal state 10.1.1.1 1a) */
94 unsigned char *Vbuf;
119 const struct drbg_state_ops *d_ops; argument
124 static inline __u8 drbg_statelen(struct drbg_state *drbg) in drbg_statelen() argument