Lines Matching full:random
48 See the \fBRAND - random number\fP for description and examples.
53 Seed that random number generator. Secret material can securely be feed into the function, they wil…
67 Get a random block from the random generator, can be used for key material.
71 \fIoutdata\fP random data
73 \fIsize\fP length random data
84 Reset and free memory used by the random generator.
87 Return the default random state filename for a user to use for \fBRAND_load_file()\fP, and \fBRAND_…
104 Get the default random method.
119 Get a random block from the random generator, should NOT be used for key material.
123 \fIoutdata\fP random data
125 \fIsize\fP length random data
136 Seed that random number generator. Secret material can securely be feed into the function, they wil…
148 Set the default random method from engine.
163 Set the default random method.
178 Return status of the random generator
182 1 if the random generator can deliver random data.
188 Write of random numbers to a file to store for later initiation with \fBRAND_load_file()\fP.