Home
last modified time | relevance | path

Searched refs:rand_drbg_new (Results 1 – 1 of 1) sorted by relevance

/third_party/openssl/crypto/rand/
Ddrbg_lib.c91 static RAND_DRBG *rand_drbg_new(int secure,
186 static RAND_DRBG *rand_drbg_new(int secure, in rand_drbg_new() function
252 return rand_drbg_new(0, type, flags, parent); in RAND_DRBG_new()
257 return rand_drbg_new(1, type, flags, parent); in RAND_DRBG_secure_new()