Home | History | Annotate | Download | only in headers

Lines Matching full:state

70     /** size in bytes of exported state */
72 /** Start a PRNG state
73 @param prng [out] The state to initialize
80 @param prng The PRNG state
84 /** Ready a PRNG state to read from
85 @param prng The PRNG state to ready
92 @param prng The PRNG state to read from
96 /** Terminate a PRNG state
97 @param prng The PRNG state to terminate
101 /** Export a PRNG state
102 @param out [out] The destination for the state
103 @param outlen [in/out] The max size and resulting size of the PRNG state
108 /** Import a PRNG state