HomeSort by relevance Sort by last modified time
    Searched defs:BSIZE (Results 1 - 6 of 6) sorted by null

  /onnv/onnv-gate/usr/src/common/openssl/crypto/des/
des_locl.h 106 #define BSIZE (MAXWRITE+4)
  /onnv/onnv-gate/usr/src/common/openssl/apps/
enc.c 74 #undef BSIZE
78 #define BSIZE (8*1024)
110 int bsize=BSIZE,verbose=0; local
345 bsize=(int)n;
346 if (verbose) BIO_printf(bio_err,"bufsize=%d\n",bsize);
350 buff=(unsigned char *)OPENSSL_malloc(EVP_ENCODE_LENGTH(bsize));
353 BIO_printf(bio_err,"OPENSSL_malloc failure %ld\n",(long)EVP_ENCODE_LENGTH(bsize));
608 inl=BIO_read(rbio,(char *)buff,bsize);
apps.c     [all...]
ca.c 321 #undef BSIZE
322 #define BSIZE 256
323 MS_STATIC char buf[3][BSIZE];
    [all...]
  /onnv/onnv-gate/usr/src/cmd/dd/
dd.c 59 #define BSIZE 512
478 ibs = BSIZE;
479 obs = BSIZE;
    [all...]
  /onnv/onnv-gate/usr/src/cmd/grep_xpg4/
grep.c 55 #define BSIZE 512 /* Size of block for -b */
1018 (line_offset / BSIZE));

Completed in 540 milliseconds