Searched refs:RAND_BUF_SIZE (Results 1 – 1 of 1) sorted by relevance
52 #define RAND_BUF_SIZE 1024 macro85 #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()