Home
last modified time | relevance | path

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

/crypto/rand/
A Drand_meth.c62 RAND_METHOD *RAND_OpenSSL(void) in RAND_OpenSSL() function
A Drand_lib.c209 int ret = meth == RAND_OpenSSL(); in RAND_poll()
394 if (meth != NULL && meth != RAND_OpenSSL()) in RAND_status()
425 if (meth != NULL && meth != RAND_OpenSSL()) { in RAND_priv_bytes_ex()
468 if (meth != NULL && meth != RAND_OpenSSL()) { in RAND_bytes_ex()
/crypto/engine/
A Deng_openssl.c111 || !ENGINE_set_RAND(e, RAND_OpenSSL()) in bind_helper()

Completed in 18 milliseconds