Lines Matching refs:used
82 The parameter I<parent> specifies another rand instance to be used for
84 operating system will be used for seeding.
98 OSSL_FUNC_rand_instantiate() is used to instantiate the DRBG I<ctx> at a requested
104 OSSL_FUNC_rand_uninstantiate() is used to uninstantiate the DRBG I<ctx>. After being
108 OSSL_FUNC_rand_generate() is used to generate random bytes from the DRBG I<ctx>.
117 OSSL_FUNC_rand_nonce() is used to generate a nonce of the given I<strength> with a
121 OSSL_FUNC_rand_get_seed() is used by deterministic generators to obtain their
133 OSSL_FUNC_rand_verify_zeroization() is used to determine if the internal state of the
139 When DRBGs are used by multiple threads, there must be locking employed to
144 its parent DRBGs. From this call onwards, the DRBG can be used in a thread
147 OSSL_FUNC_rand_lock() is used to lock a DRBG. Once locked, exclusive access
150 OSSL_FUNC_rand_unlock() is used to unlock a DRBG.
154 See L<OSSL_PARAM(3)> for further details on the parameters structure used by
197 This option is used by the OpenSSL FIPS provider and is not supported
228 can be used to seed the DRBG.
234 Specify the minimum and maximum number of bytes of nonce that can be used to
242 that can be used with the DRBG.
254 Sets the name of the underlying cipher, digest or MAC to be used.
255 It must name a suitable algorithm for the DRBG that's being used.
272 This may be used after calling OSSL_FUNC_rand_generate(). It may