Home
last modified time | relevance | path

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

/third_party/openssl/crypto/rand/
Drandfile.c52 #define RAND_BUF_SIZE 1024 macro
85 #define RAND_LOAD_BUF_SIZE (RAND_BUF_SIZE + RAND_DRBG_STRENGTH) in RAND_load_file()
141 n = (bytes <= RAND_LOAD_BUF_SIZE) ? (int)bytes : RAND_BUF_SIZE; in RAND_load_file()
176 unsigned char buf[RAND_BUF_SIZE]; in RAND_write_file()
245 ret = fwrite(buf, 1, RAND_BUF_SIZE, out); in RAND_write_file()
247 OPENSSL_cleanse(buf, RAND_BUF_SIZE); in RAND_write_file()