HomeSort by relevance Sort by last modified time
    Searched defs:BUFSIZE (Results 1 - 25 of 70) sorted by null

1 2 3

  /external/chromium_org/third_party/openssl/openssl/crypto/md4/
md4.c 63 #define BUFSIZE 1024*16
105 static unsigned char buf[BUFSIZE];
  /external/chromium_org/third_party/openssl/openssl/crypto/md5/
md5.c 63 #define BUFSIZE 1024*16
105 static unsigned char buf[BUFSIZE];
111 i=read(fd,buf,BUFSIZE);
  /external/chromium_org/third_party/openssl/openssl/crypto/ripemd/
rmd160.c 63 #define BUFSIZE 1024*16
105 static unsigned char buf[BUFSIZE];
111 i=read(fd,buf,BUFSIZE);
  /external/chromium_org/third_party/openssl/openssl/crypto/sha/
sha.c 63 #define BUFSIZE 1024*16
102 unsigned char buf[BUFSIZE];
108 i=read(fd,buf,BUFSIZE);
sha1.c 63 #define BUFSIZE 1024*16
105 unsigned char buf[BUFSIZE];
111 i=read(fd,buf,BUFSIZE);
  /external/ipsec-tools/src/racoon/
var.h 52 #define BUFSIZE 5120
  /external/openssl/crypto/md4/
md4.c 63 #define BUFSIZE 1024*16
105 static unsigned char buf[BUFSIZE];
  /external/openssl/crypto/md5/
md5.c 63 #define BUFSIZE 1024*16
105 static unsigned char buf[BUFSIZE];
111 i=read(fd,buf,BUFSIZE);
  /external/openssl/crypto/ripemd/
rmd160.c 63 #define BUFSIZE 1024*16
105 static unsigned char buf[BUFSIZE];
111 i=read(fd,buf,BUFSIZE);
  /external/openssl/crypto/sha/
sha.c 63 #define BUFSIZE 1024*16
102 unsigned char buf[BUFSIZE];
108 i=read(fd,buf,BUFSIZE);
sha1.c 63 #define BUFSIZE 1024*16
105 unsigned char buf[BUFSIZE];
111 i=read(fd,buf,BUFSIZE);
  /ndk/sources/host-tools/toolbox/
cmp_win.c 68 #define BUFSIZE 4096
69 char buf1[BUFSIZE], buf2[BUFSIZE];
72 n1 = fread(buf1, 1, BUFSIZE, f1);
73 n2 = fread(buf2, 1, BUFSIZE, f2);
75 } while (!ret && n1 == BUFSIZE);
  /development/tools/line_endings/
line_endings.c 8 #define BUFSIZE (1024*8)
22 char buf[BUFSIZE*2+3];
71 char buf[BUFSIZE+2];
73 ssize_t amt2 = len < BUFSIZE ? len : BUFSIZE;
84 char buf2[(BUFSIZE*2)+3];
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/
bnspeed.c 120 #undef BUFSIZE
121 #define BUFSIZE ((long)1024*8)
  /external/chromium_org/third_party/openssl/openssl/crypto/rand/
randfile.c 91 #undef BUFSIZE
92 #define BUFSIZE 1024
113 MS_STATIC unsigned char buf[BUFSIZE];
157 n = (bytes < BUFSIZE)?(int)bytes:BUFSIZE;
159 n = BUFSIZE;
176 OPENSSL_cleanse(buf,BUFSIZE);
183 unsigned char buf[BUFSIZE];
253 i=(n > BUFSIZE)?BUFSIZE:n
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/txt_db/
txt_db.c 66 #undef BUFSIZE
67 #define BUFSIZE 512
78 int size=BUFSIZE;
111 size+=BUFSIZE;
  /external/hyphenation/
example.c 8 #define BUFSIZE 1000
64 char buf[BUFSIZE + 1];
69 char hword[BUFSIZE * 2];
122 while(fgets(buf,BUFSIZE,wtclst)) {
  /external/openssl/crypto/bn/
bnspeed.c 120 #undef BUFSIZE
121 #define BUFSIZE ((long)1024*8)
  /external/openssl/crypto/rand/
randfile.c 91 #undef BUFSIZE
92 #define BUFSIZE 1024
113 MS_STATIC unsigned char buf[BUFSIZE];
157 n = (bytes < BUFSIZE)?(int)bytes:BUFSIZE;
159 n = BUFSIZE;
176 OPENSSL_cleanse(buf,BUFSIZE);
183 unsigned char buf[BUFSIZE];
253 i=(n > BUFSIZE)?BUFSIZE:n
    [all...]
  /external/openssl/crypto/txt_db/
txt_db.c 66 #undef BUFSIZE
67 #define BUFSIZE 512
78 int size=BUFSIZE;
111 size+=BUFSIZE;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
cfmfile.py 22 BUFSIZE = 0x80000
181 if l > BUFSIZE:
182 outfile.write(infile.read(BUFSIZE))
183 l = l - BUFSIZE
  /external/chromium_org/third_party/openssl/openssl/crypto/des/
speed.c 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);
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/rc2/
rc2speed.c 113 #define BUFSIZE ((long)1024)
177 static unsigned char buf[BUFSIZE];
209 cc=count*8/BUFSIZE+1;
255 BUFSIZE);
259 BUFSIZE);
263 RC2_cbc_encrypt(buf,buf,BUFSIZE,&sch,
267 count,BUFSIZE,d);
268 c=((double)COUNT(cc)*BUFSIZE)/d;
  /external/chromium_org/third_party/openssl/openssl/crypto/rc4/
rc4speed.c 113 #define BUFSIZE ((long)1024)
177 static unsigned char buf[BUFSIZE];
208 cc=count*8/BUFSIZE+1;
233 printf("Doing RC4 on %ld byte blocks for 10 seconds\n",BUFSIZE);
236 printf("Doing RC4 %ld times on %ld byte blocks\n",cc,BUFSIZE);
240 RC4(&sch,BUFSIZE,buf,buf);
243 count,BUFSIZE,d);
244 c=((double)COUNT(cc)*BUFSIZE)/d;
  /external/openssl/crypto/des/
speed.c 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);
    [all...]

Completed in 455 milliseconds

1 2 3