Home | History | Annotate | Download | only in des

Lines Matching refs:BUFSIZE

118 #define BUFSIZE	((long)1024)
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);
277 BUFSIZE);
281 DES_ede3_cbc_encrypt(buf,buf,BUFSIZE,
289 count,BUFSIZE,d);
290 d=((double)COUNT(cd)*BUFSIZE)/d;