Searched refs:BUFSIZE (Results 1 - 25 of 82) sorted by relevance

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dhtml_ostream.priv.h18 #define BUFSIZE 6 macro
19 char buf[BUFSIZE];
H A Dfd-ostream.c53 #define BUFSIZE 4096 macro
72 memcpy (stream->buffer + BUFSIZE - stream->avail, data, n);
79 if (full_write (stream->fd, stream->buffer, BUFSIZE) < BUFSIZE)
82 stream->avail = BUFSIZE;
90 memcpy (stream->buffer + BUFSIZE - stream->avail, data, len);
97 - a series of chunks of size BUFSIZE, which can be output
101 memcpy (stream->buffer + BUFSIZE - stream->avail, data, n);
104 if (full_write (stream->fd, stream->buffer, BUFSIZE) < BUFSIZE)
[all...]
H A Dfd-ostream.oo.c44 #define BUFSIZE 4096 macro
63 memcpy (stream->buffer + BUFSIZE - stream->avail, data, n);
70 if (full_write (stream->fd, stream->buffer, BUFSIZE) < BUFSIZE)
73 stream->avail = BUFSIZE;
81 memcpy (stream->buffer + BUFSIZE - stream->avail, data, len);
88 - a series of chunks of size BUFSIZE, which can be output
92 memcpy (stream->buffer + BUFSIZE - stream->avail, data, n);
95 if (full_write (stream->fd, stream->buffer, BUFSIZE) < BUFSIZE)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A Dfd-ostream.oo.c44 #define BUFSIZE 4096 macro
63 memcpy (stream->buffer + BUFSIZE - stream->avail, data, n);
70 if (full_write (stream->fd, stream->buffer, BUFSIZE) < BUFSIZE)
73 stream->avail = BUFSIZE;
81 memcpy (stream->buffer + BUFSIZE - stream->avail, data, len);
88 - a series of chunks of size BUFSIZE, which can be output
92 memcpy (stream->buffer + BUFSIZE - stream->avail, data, n);
95 if (full_write (stream->fd, stream->buffer, BUFSIZE) < BUFSIZE)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/rand/
H A Drandfile.c84 #undef BUFSIZE macro
85 #define BUFSIZE 1024 macro
98 MS_STATIC unsigned char buf[BUFSIZE];
126 n = (bytes < BUFSIZE)?(int)bytes:BUFSIZE;
128 n = BUFSIZE;
141 OPENSSL_cleanse(buf,BUFSIZE);
148 unsigned char buf[BUFSIZE];
189 i=(n > BUFSIZE)?BUFSIZE
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/rand/
H A Drandfile.c84 #undef BUFSIZE macro
85 #define BUFSIZE 1024 macro
98 MS_STATIC unsigned char buf[BUFSIZE];
126 n = (bytes < BUFSIZE)?(int)bytes:BUFSIZE;
128 n = BUFSIZE;
141 OPENSSL_cleanse(buf,BUFSIZE);
148 unsigned char buf[BUFSIZE];
189 i=(n > BUFSIZE)?BUFSIZE
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/des/
H A Dspeed.c114 #define BUFSIZE ((long)1024) macro
178 static unsigned char buf[BUFSIZE];
212 cc=count*3*8/BUFSIZE+1;
213 cd=count*8/BUFSIZE+1;
252 BUFSIZE);
256 BUFSIZE);
260 DES_ncbc_encrypt(buf,buf,BUFSIZE,&sch,
264 count,BUFSIZE,d);
265 c=((double)COUNT(cc)*BUFSIZE)/d;
269 BUFSIZE);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/des/
H A Dspeed.c118 #define BUFSIZE ((long)1024) macro
182 static unsigned char buf[BUFSIZE];
216 cc=count*3*8/BUFSIZE+1;
217 cd=count*8/BUFSIZE+1;
256 BUFSIZE);
260 BUFSIZE);
264 DES_ncbc_encrypt(buf,buf,BUFSIZE,&sch,
268 count,BUFSIZE,d);
269 c=((double)COUNT(cc)*BUFSIZE)/d;
273 BUFSIZE);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/rc2/
H A Drc2speed.c110 #define BUFSIZE ((long)1024) macro
174 static unsigned char buf[BUFSIZE];
206 cc=count*8/BUFSIZE+1;
252 BUFSIZE);
256 BUFSIZE);
260 RC2_cbc_encrypt(buf,buf,BUFSIZE,&sch,
264 count,BUFSIZE,d);
265 c=((double)COUNT(cc)*BUFSIZE)/d;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/rc4/
H A Drc4speed.c110 #define BUFSIZE ((long)1024) macro
174 static unsigned char buf[BUFSIZE];
205 cc=count*8/BUFSIZE+1;
230 printf("Doing RC4 on %ld byte blocks for 10 seconds\n",BUFSIZE);
233 printf("Doing RC4 %ld times on %ld byte blocks\n",cc,BUFSIZE);
237 RC4(&sch,BUFSIZE,buf,buf);
240 count,BUFSIZE,d);
241 c=((double)COUNT(cc)*BUFSIZE)/d;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/rc5/
H A Drc5speed.c110 #define BUFSIZE ((long)1024) macro
174 static unsigned char buf[BUFSIZE];
206 cc=count*8/BUFSIZE+1;
252 BUFSIZE);
256 BUFSIZE);
260 RC5_32_cbc_encrypt(buf,buf,BUFSIZE,&sch,
264 count,BUFSIZE,d);
265 c=((double)COUNT(cc)*BUFSIZE)/d;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bf/
H A Dbfspeed.c110 #define BUFSIZE ((long)1024) macro
174 static unsigned char buf[BUFSIZE];
206 cc=count*8/BUFSIZE+1;
252 BUFSIZE);
256 BUFSIZE);
260 BF_cbc_encrypt(buf,buf,BUFSIZE,&sch,
264 count,BUFSIZE,d);
265 c=((double)COUNT(cc)*BUFSIZE)/d;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/cast/
H A Dcast_spd.c110 #define BUFSIZE ((long)1024) macro
174 static unsigned char buf[BUFSIZE];
206 cc=count*8/BUFSIZE+1;
252 BUFSIZE);
256 BUFSIZE);
260 CAST_cbc_encrypt(buf,buf,BUFSIZE,&sch,
264 count,BUFSIZE,d);
265 c=((double)COUNT(cc)*BUFSIZE)/d;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/bf/
H A Dbfspeed.c113 #define BUFSIZE ((long)1024) macro
177 static unsigned char buf[BUFSIZE];
209 cc=count*8/BUFSIZE+1;
255 BUFSIZE);
259 BUFSIZE);
263 BF_cbc_encrypt(buf,buf,BUFSIZE,&sch,
267 count,BUFSIZE,d);
268 c=((double)COUNT(cc)*BUFSIZE)/d;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/cast/
H A Dcast_spd.c113 #define BUFSIZE ((long)1024) macro
177 static unsigned char buf[BUFSIZE];
209 cc=count*8/BUFSIZE+1;
255 BUFSIZE);
259 BUFSIZE);
263 CAST_cbc_encrypt(buf,buf,BUFSIZE,&sch,
267 count,BUFSIZE,d);
268 c=((double)COUNT(cc)*BUFSIZE)/d;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/rc2/
H A Drc2speed.c113 #define BUFSIZE ((long)1024) macro
177 static unsigned char buf[BUFSIZE];
209 cc=count*8/BUFSIZE+1;
255 BUFSIZE);
259 BUFSIZE);
263 RC2_cbc_encrypt(buf,buf,BUFSIZE,&sch,
267 count,BUFSIZE,d);
268 c=((double)COUNT(cc)*BUFSIZE)/d;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/rc4/
H A Drc4speed.c113 #define BUFSIZE ((long)1024) macro
177 static unsigned char buf[BUFSIZE];
208 cc=count*8/BUFSIZE+1;
233 printf("Doing RC4 on %ld byte blocks for 10 seconds\n",BUFSIZE);
236 printf("Doing RC4 %ld times on %ld byte blocks\n",cc,BUFSIZE);
240 RC4(&sch,BUFSIZE,buf,buf);
243 count,BUFSIZE,d);
244 c=((double)COUNT(cc)*BUFSIZE)/d;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/rc5/
H A Drc5speed.c113 #define BUFSIZE ((long)1024) macro
177 static unsigned char buf[BUFSIZE];
209 cc=count*8/BUFSIZE+1;
255 BUFSIZE);
259 BUFSIZE);
263 RC5_32_cbc_encrypt(buf,buf,BUFSIZE,&sch,
267 count,BUFSIZE,d);
268 c=((double)COUNT(cc)*BUFSIZE)/d;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/ripemd/
H A Drmd160.c63 #define BUFSIZE 1024*16 macro
105 static unsigned char buf[BUFSIZE];
111 i=read(fd,buf,BUFSIZE);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/sha/
H A Dsha.c63 #define BUFSIZE 1024*16 macro
102 unsigned char buf[BUFSIZE];
108 i=read(fd,buf,BUFSIZE);
H A Dsha1.c63 #define BUFSIZE 1024*16 macro
105 unsigned char buf[BUFSIZE];
111 i=read(fd,buf,BUFSIZE);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/md2/
H A Dmd2.c63 #define BUFSIZE 1024*16 macro
103 static unsigned char buf[BUFSIZE];
109 i=read(fd,buf,BUFSIZE);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/md5/
H A Dmd5.c63 #define BUFSIZE 1024*16 macro
105 static unsigned char buf[BUFSIZE];
111 i=read(fd,buf,BUFSIZE);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/md2/
H A Dmd2.c63 #define BUFSIZE 1024*16 macro
103 static unsigned char buf[BUFSIZE];
109 i=read(fd,buf,BUFSIZE);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/md5/
H A Dmd5.c63 #define BUFSIZE 1024*16 macro
105 static unsigned char buf[BUFSIZE];
111 i=read(fd,buf,BUFSIZE);

Completed in 139 milliseconds

1234