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

  /external/openssl/crypto/des/
enc_read.c 109 tmpbuf=OPENSSL_malloc(BSIZE);
114 net=OPENSSL_malloc(BSIZE);
119 unnet=OPENSSL_malloc(BSIZE);
enc_writ.c 101 outbuf=OPENSSL_malloc(BSIZE+HDRSIZE);
des_locl.h 106 #define BSIZE (MAXWRITE+4)
  /external/openssl/apps/
apps.c     [all...]
enc.c 75 #undef BSIZE
79 #define BSIZE (8*1024)
108 int bsize=BSIZE,verbose=0; local
370 bsize=(int)n;
371 if (verbose) BIO_printf(bio_err,"bufsize=%d\n",bsize);
375 buff=(unsigned char *)OPENSSL_malloc(EVP_ENCODE_LENGTH(bsize));
378 BIO_printf(bio_err,"OPENSSL_malloc failure %ld\n",(long)EVP_ENCODE_LENGTH(bsize));
662 inl=BIO_read(rbio,(char *)buff,bsize);
ca.c 319 #undef BSIZE
320 #define BSIZE 256
321 MS_STATIC char buf[3][BSIZE];
    [all...]

Completed in 183 milliseconds