Home | History | Annotate | Download | only in rand

Lines Matching refs:BUFSIZE

89 #undef BUFSIZE
90 #define BUFSIZE 1024
111 MS_STATIC unsigned char buf[BUFSIZE];
153 n = (bytes < BUFSIZE)?(int)bytes:BUFSIZE;
155 n = BUFSIZE;
172 OPENSSL_cleanse(buf,BUFSIZE);
179 unsigned char buf[BUFSIZE];
249 i=(n > BUFSIZE)?BUFSIZE:n;
250 n-=BUFSIZE;
264 OPENSSL_cleanse(buf,BUFSIZE);