/external/chromium_org/third_party/openssl/openssl/crypto/rc4/ |
rc4test.c | 121 unsigned char obuf[512]; local 132 memset(obuf,0x00,sizeof(obuf)); 133 RC4(&key,data_len[i],&(data[i][0]),obuf); 134 if (memcmp(obuf,output[i],data_len[i]+1) != 0) 139 printf(" %02x",obuf[j]); 155 memset(obuf,0x00,sizeof(obuf)); 156 RC4(&key,i,&(data[3][0]),obuf); 157 if ((memcmp(obuf,output[3],i) != 0) || (obuf[i] != 0) [all...] |
/external/openssl/crypto/rc4/ |
rc4test.c | 121 unsigned char obuf[512]; local 132 memset(obuf,0x00,sizeof(obuf)); 133 RC4(&key,data_len[i],&(data[i][0]),obuf); 134 if (memcmp(obuf,output[i],data_len[i]+1) != 0) 139 printf(" %02x",obuf[j]); 155 memset(obuf,0x00,sizeof(obuf)); 156 RC4(&key,i,&(data[3][0]),obuf); 157 if ((memcmp(obuf,output[3],i) != 0) || (obuf[i] != 0) [all...] |
/external/wpa_supplicant_8/src/tls/ |
pkcs8.c | 25 char obuf[80]; local 87 asn1_oid_to_str(&oid, obuf, sizeof(obuf)); 88 wpa_printf(MSG_DEBUG, "PKCS #8: algorithm=%s", obuf); 99 "algorithm %s", obuf);
|
pkcs5.c | 51 char obuf[80]; local 65 asn1_oid_to_str(&oid, obuf, sizeof(obuf)); 66 wpa_printf(MSG_DEBUG, "PKCS #5: encryption algorithm %s", obuf); 70 "algorithm %s", obuf);
|
/external/chromium_org/third_party/openssl/openssl/crypto/bio/ |
bf_lbuf.c | 100 char *obuf; /* the output char array */ member in struct:bio_linebuffer_ctx_struct 111 ctx->obuf=(char *)OPENSSL_malloc(DEFAULT_LINEBUFFER_SIZE); 112 if (ctx->obuf == NULL) { OPENSSL_free(ctx); return(0); } 128 if (b->obuf != NULL) OPENSSL_free(b->obuf); 185 memcpy(&(ctx->obuf[ctx->obuf_len]), 194 memcpy(&(ctx->obuf[ctx->obuf_len]), 207 ctx->obuf, ctx->obuf_len); 223 memmove(ctx->obuf, ctx->obuf + i [all...] |
bio.h | 356 char *obuf; /* the char array */ member in struct:bio_f_buffer_ctx_struct [all...] |
/external/iproute2/ip/ |
ipmroute.c | 100 char obuf[256]; local 118 snprintf(obuf, sizeof(obuf), "(%s, %s)", 122 fprintf(ofp, "%-32s Iif: ", obuf);
|
/external/openssl/crypto/bio/ |
bf_lbuf.c | 100 char *obuf; /* the output char array */ member in struct:bio_linebuffer_ctx_struct 111 ctx->obuf=(char *)OPENSSL_malloc(DEFAULT_LINEBUFFER_SIZE); 112 if (ctx->obuf == NULL) { OPENSSL_free(ctx); return(0); } 128 if (b->obuf != NULL) OPENSSL_free(b->obuf); 185 memcpy(&(ctx->obuf[ctx->obuf_len]), 194 memcpy(&(ctx->obuf[ctx->obuf_len]), 207 ctx->obuf, ctx->obuf_len); 223 memmove(ctx->obuf, ctx->obuf + i [all...] |
bio.h | 353 char *obuf; /* the char array */ member in struct:bio_f_buffer_ctx_struct [all...] |
/external/iptables/utils/ |
nfnl_osf.c | 150 static void xt_osf_parse_opt(struct xt_osf_opt *opt, __u16 *optnum, char *obuf, int olen) 156 ptr = &obuf[0]; 162 switch (obuf[i]) { 165 ptr = xt_osf_strchr(&obuf[i], OPTDEL); 169 i += (int)(ptr - &obuf[i]); 175 ptr = xt_osf_strchr(&obuf[i], OPTDEL); 179 i += (int)(ptr - &obuf[i]); 185 ptr = xt_osf_strchr(&obuf[i], OPTDEL); 189 i += (int)(ptr - &obuf[i]); 195 ptr = xt_osf_strchr(&obuf[i], OPTDEL) 273 char obuf[MAXOPTSTRLEN]; local [all...] |
/bionic/libc/netbsd/nameser/ |
ns_print.c | 120 const char *obuf = buf; local 718 return (buf - obuf); 749 return (buf - obuf);
|
/ndk/sources/host-tools/make-3.81/ |
expand.c | 526 char *obuf = variable_buffer; 535 variable_buffer = obuf; 549 char *obuf = variable_buffer; 561 variable_buffer = obuf; 520 char *obuf = variable_buffer; local 543 char *obuf = variable_buffer; local
|
/external/chromium_org/third_party/openssl/openssl/crypto/comp/ |
c_zlib.c | 433 unsigned char *obuf; /* Output buffer */ member in struct:__anon16276 489 ctx->obuf = NULL; 523 if(ctx->obuf) 527 OPENSSL_free(ctx->obuf); 607 if(!ctx->obuf) 609 ctx->obuf = OPENSSL_malloc(ctx->obufsize); 611 if(!ctx->obuf) 616 ctx->optr = ctx->obuf; 619 zout->next_out = ctx->obuf; 649 ctx->optr = ctx->obuf; [all...] |
/external/openssh/ |
kex.c | 567 u_int8_t nbuf[2048], obuf[EVP_MAX_MD_SIZE]; local 586 EVP_DigestFinal(&md, obuf, NULL); 587 memcpy(id, obuf, 16); 590 memset(obuf, 0, sizeof(obuf));
|
servconf.c | 1553 char *cp, *obuf, *cbuf; local [all...] |
/external/openssl/crypto/comp/ |
c_zlib.c | 433 unsigned char *obuf; /* Output buffer */ member in struct:__anon26852 489 ctx->obuf = NULL; 523 if(ctx->obuf) 527 OPENSSL_free(ctx->obuf); 607 if(!ctx->obuf) 609 ctx->obuf = OPENSSL_malloc(ctx->obufsize); 611 if(!ctx->obuf) 616 ctx->optr = ctx->obuf; 619 zout->next_out = ctx->obuf; 649 ctx->optr = ctx->obuf; [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/des/ |
des.c | 375 static unsigned char buf[BUFSIZE+8],obuf[BUFSIZE+8]; local 377 static unsigned char *buf=NULL,*obuf=NULL; local 382 ((obuf=OPENSSL_malloc(BUFSIZE+8)) == NULL)) 511 (DES_cblock *)&(obuf[i]), 517 (DES_cblock *)&(obuf[i]), 526 (DES_cblock *)buf,(DES_cblock *)obuf, 535 buf,obuf, 537 if (l >= 8) memcpy(iv,&(obuf[l-8]),8); 545 j=uufwrite(obuf,1,(unsigned int)l-i, 548 j=fwrite(obuf,1,(unsigned int)l-i [all...] |
/external/netcat/ |
netcat.c | 825 unsigned char obuf[4]; local 835 obuf[0] = IAC; 838 obuf[1] = DONT; 840 obuf[1] = WONT; 845 obuf[2] = *p; 846 if (atomicio(vwrite, nfd, obuf, 3) != 3)
|
/external/openssl/crypto/des/ |
des.c | 375 static unsigned char buf[BUFSIZE+8],obuf[BUFSIZE+8]; local 377 static unsigned char *buf=NULL,*obuf=NULL; local 382 ((obuf=OPENSSL_malloc(BUFSIZE+8)) == NULL)) 511 (DES_cblock *)&(obuf[i]), 517 (DES_cblock *)&(obuf[i]), 526 (DES_cblock *)buf,(DES_cblock *)obuf, 535 buf,obuf, 537 if (l >= 8) memcpy(iv,&(obuf[l-8]),8); 545 j=uufwrite(obuf,1,(unsigned int)l-i, 548 j=fwrite(obuf,1,(unsigned int)l-i [all...] |
/ndk/sources/host-tools/sed-4.2.1/sed/ |
execute.c | 1077 char obuf[180]; /* just in case we encounter a 512-bit char (;-) */ 1084 o = obuf; 1117 olen = o - obuf; 1122 ck_fwrite(obuf, 1, olen, fp); 1070 char obuf[180]; \/* just in case we encounter a 512-bit char (;-) *\/ local [all...] |
/external/bzip2/ |
bzip2.c | 437 UChar obuf[5000]; local 462 nread = BZ2_bzRead ( &bzerr, bzf, obuf, 5000 ); 465 fwrite ( obuf, sizeof(UChar), nread, stream ); 509 nread = fread ( obuf, sizeof(UChar), 5000, zStream ); 511 if (nread > 0) fwrite ( obuf, sizeof(UChar), nread, stream ); 558 UChar obuf[5000]; local 580 nread = BZ2_bzRead ( &bzerr, bzf, obuf, 5000 ); [all...] |
/external/blktrace/ |
blktrace.c | 242 * ofn, ofd, ofp, obuf & mmap_info are used for output file (optionally). 247 char *obuf; member in struct:io_info 1516 iop->obuf = malloc(size); 1517 if (setvbuf(iop->ofp, iop->obuf, mode, size) < 0) { [all...] |
/external/chromium_org/third_party/openssl/openssl/include/openssl/ |
bio.h | 356 char *obuf; /* the char array */ member in struct:bio_f_buffer_ctx_struct [all...] |
/external/openssl/include/openssl/ |
bio.h | 353 char *obuf; /* the char array */ member in struct:bio_f_buffer_ctx_struct [all...] |
/external/qemu/ |
i386-dis.c | 1570 static char obuf[100]; variable [all...] |