Home
last modified time | relevance | path

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

/src/crypto/openssl/crypto/rand/
H A Drand_egd.c112 unsigned char tempbuf[255]; in RAND_query_egd_bytes() local
114 if (bytes > (int)sizeof(tempbuf)) in RAND_query_egd_bytes()
175 tempbuf[0] = 1; in RAND_query_egd_bytes()
176 tempbuf[1] = bytes; in RAND_query_egd_bytes()
177 if (fwrite(tempbuf, sizeof(char), 2, fp) != 2 || fflush(fp) == EOF) in RAND_query_egd_bytes()
179 if (fread(tempbuf, sizeof(char), 1, fp) != 1 || tempbuf[0] == 0) in RAND_query_egd_bytes()
181 numbytes = tempbuf[0]; in RAND_query_egd_bytes()
186 buf = tempbuf; in RAND_query_egd_bytes()
194 RAND_add(tempbuf, i, i); in RAND_query_egd_bytes()
/src/
H A DObsoleteFiles.inc9940 OLD_FILES+=usr/include/c++/4.2/backward/tempbuf.h