Searched refs:fips_drbg_type (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/crypto/openssl/crypto/rand/
H A Drand_lib.c273 static int fips_drbg_type = OPENSSL_DRBG_DEFAULT_TYPE; variable
278 fips_drbg_type = type;
288 if (fips_drbg_type >> 16) {
295 if (FIPS_drbg_init(dctx, fips_drbg_type, fips_drbg_flags) <= 0) {

Completed in 101 milliseconds