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

  /external/openssl/crypto/des/
des_locl.h 106 #define BSIZE (MAXWRITE+4)
  /external/openssl/apps/
enc.c 75 #undef BSIZE
79 #define BSIZE (8*1024)
108 int bsize=BSIZE,verbose=0; local
367 bsize=(int)n;
368 if (verbose) BIO_printf(bio_err,"bufsize=%d\n",bsize);
372 buff=(unsigned char *)OPENSSL_malloc(EVP_ENCODE_LENGTH(bsize));
375 BIO_printf(bio_err,"OPENSSL_malloc failure %ld\n",(long)EVP_ENCODE_LENGTH(bsize));
654 inl=BIO_read(rbio,(char *)buff,bsize);
apps.c     [all...]
ca.c 314 #undef BSIZE
315 #define BSIZE 256
316 MS_STATIC char buf[3][BSIZE];
    [all...]

Completed in 155 milliseconds