Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/crypto/rand/
H A Drandfile.c93 #define RAND_LOAD_BUF_SIZE (RAND_BUF_SIZE + RAND_DRBG_STRENGTH) in RAND_load_file() macro
94 unsigned char buf[RAND_LOAD_BUF_SIZE]; in RAND_load_file()
149 n = (bytes <= RAND_LOAD_BUF_SIZE) ? (int)bytes : RAND_BUF_SIZE; in RAND_load_file()
151 n = RAND_LOAD_BUF_SIZE; in RAND_load_file()
/third_party/openssl/crypto/rand/
H A Drandfile.c94 #define RAND_LOAD_BUF_SIZE (RAND_BUF_SIZE + RAND_DRBG_STRENGTH) in RAND_load_file() macro
95 unsigned char buf[RAND_LOAD_BUF_SIZE]; in RAND_load_file()
150 n = (bytes <= RAND_LOAD_BUF_SIZE) ? (int)bytes : RAND_BUF_SIZE; in RAND_load_file()
152 n = RAND_LOAD_BUF_SIZE; in RAND_load_file()

Completed in 2 milliseconds