Home | History | Annotate | Download | only in des

Lines Matching refs:BUFSIZE

109 #define BUFSIZE (8*1024)
375 static unsigned char buf[BUFSIZE+8],obuf[BUFSIZE+8];
381 if ( (( buf=OPENSSL_malloc(BUFSIZE+8)) == NULL) ||
382 ((obuf=OPENSSL_malloc(BUFSIZE+8)) == NULL))
473 num=l=fread(&(buf[rem]),1,BUFSIZE,DES_IN);
572 l=uufread(buf,1,BUFSIZE,DES_IN);
574 l=fread(buf,1,BUFSIZE,DES_IN);
614 ll=uufread(&(buf[rem]),1,BUFSIZE,DES_IN);
616 ll=fread(&(buf[rem]),1,BUFSIZE,DES_IN);