HomeSort by relevance Sort by last modified time
    Searched refs:BIO_snprintf (Results 1 - 25 of 40) sorted by null

1 2

  /external/openssl/crypto/bio/
bio_cb.c 78 BIO_snprintf(buf,sizeof buf,"BIO[%08lX]:",(unsigned long)bio);
84 BIO_snprintf(p,p_maxlen,"Free - %s\n",bio->method->name);
88 BIO_snprintf(p,p_maxlen,"read(%d,%lu) - %s fd=%d\n",
92 BIO_snprintf(p,p_maxlen,"read(%d,%lu) - %s\n",
98 BIO_snprintf(p,p_maxlen,"write(%d,%lu) - %s fd=%d\n",
102 BIO_snprintf(p,p_maxlen,"write(%d,%lu) - %s\n",
107 BIO_snprintf(p,p_maxlen,"puts() - %s\n",bio->method->name);
110 BIO_snprintf(p,p_maxlen,"gets(%lu) - %s\n",(unsigned long)argi,bio->method->name);
113 BIO_snprintf(p,p_maxlen,"ctrl(%lu) - %s\n",(unsigned long)argi,bio->method->name);
116 BIO_snprintf(p,p_maxlen,"read return %ld\n",ret)
    [all...]
b_dump.c 110 BIO_snprintf(tmp,sizeof tmp,"%04x - ",i*dump_width);
121 BIO_snprintf(tmp,sizeof tmp,"%02x%c",ch,
133 BIO_snprintf(tmp,sizeof tmp,"%c",
136 BIO_snprintf(tmp,sizeof tmp,"%c",
152 BIO_snprintf(buf,sizeof buf,"%s%04x - <SPACES/NULS>\n",str,
bss_conn.c 524 BIO_snprintf(buf,sizeof buf,"%d.%d.%d.%d",
535 BIO_snprintf(buf,sizeof buf,"%d",*(int *)ptr);
b_sock.c 919 BIO_snprintf(*addr,nl,"%s:%s",h,s);
935 BIO_snprintf(*addr,24,"%d.%d.%d.%d:%d",
  /external/openssl/crypto/
cversion.c 74 BIO_snprintf(buf,sizeof buf,"built on: %s",DATE);
85 BIO_snprintf(buf,sizeof buf,"compiler: %s",CFLAGS);
96 BIO_snprintf(buf,sizeof buf,"platform: %s", PLATFORM);
mem_dbg.c 682 BIO_snprintf(bufp, BUF_REMAIN, "[%02d:%02d:%02d] ",
687 BIO_snprintf(bufp, BUF_REMAIN, "%5lu file=%s, line=%d, ",
693 BIO_snprintf(bufp, BUF_REMAIN, "thread=%lu, ",
698 BIO_snprintf(bufp, BUF_REMAIN, "number=%d, address=%08lX\n",
720 BIO_snprintf(buf + ami_cnt, sizeof buf - ami_cnt,
737 BIO_snprintf(buf + buf_len, sizeof buf - buf_len, "\"\n");
  /external/openssl/crypto/bn/
bn_print.c 150 BIO_snprintf(p,BUF_REMAIN,BN_DEC_FMT1,*lp);
155 BIO_snprintf(p,BUF_REMAIN,BN_DEC_FMT2,*lp);
370 BIO_snprintf(data,sizeof data,"bn(%d,%d)",
373 BIO_snprintf(data,sizeof data,"bn(%d,%d)",
  /external/openssl/crypto/des/
ecb_enc.c 100 BIO_snprintf(buf,sizeof buf,"des(%s,%s,%s,%s)",ptr,risc,unroll,
  /external/openssl/crypto/err/
err_prn.c 82 BIO_snprintf(buf2, sizeof(buf2), "%lu:%s:%s:%d:%s\n", es, buf,
err.c 875 BIO_snprintf(lsbuf, sizeof(lsbuf), "lib(%lu)", l);
877 BIO_snprintf(fsbuf, sizeof(fsbuf), "func(%lu)", f);
879 BIO_snprintf(rsbuf, sizeof(rsbuf), "reason(%lu)", r);
881 BIO_snprintf(buf, len,"error:%08lX:%s:%s:%s", e, ls?ls:lsbuf,
  /external/openssl/crypto/x509/
x509_txt.c 188 BIO_snprintf(buf,sizeof buf,"error number %ld",n);
by_dir.c 384 BIO_snprintf(b->data,b->max,
390 BIO_snprintf(b->data,b->max,
  /external/openssl/crypto/asn1/
asn1_par.c 85 BIO_snprintf(str,sizeof str,"priv [ %d ] ",tag);
87 BIO_snprintf(str,sizeof str,"cont [ %d ]",tag);
89 BIO_snprintf(str,sizeof str,"appl [ %d ]",tag);
91 BIO_snprintf(str,sizeof str,"<ASN1 %d>",tag);
a_mbstr.c 148 BIO_snprintf(strbuf, sizeof strbuf, "%ld", minsize);
155 BIO_snprintf(strbuf, sizeof strbuf, "%ld", maxsize);
a_strex.c 128 BIO_snprintf(tmphex, sizeof tmphex, "\\W%08lX", c);
133 BIO_snprintf(tmphex, sizeof tmphex, "\\U%04lX", c);
152 BIO_snprintf(tmphex, 11, "\\%02X", chtmp);
asn1_lib.c 467 BIO_snprintf(buf1,sizeof buf1,"%lu",(unsigned long)address);
468 BIO_snprintf(buf2,sizeof buf2,"%d",offset);
a_gentm.c 255 BIO_snprintf(p,len,"%04d%02d%02d%02d%02d%02dZ",ts->tm_year + 1900,
a_utctm.c 232 BIO_snprintf(p,len,"%02d%02d%02d%02d%02d%02dZ",ts->tm_year%100,
  /external/openssl/crypto/engine/
eng_ctrl.c 161 return BIO_snprintf(s,strlen(e->cmd_defns[idx].cmd_name) + 1,
169 return BIO_snprintf(s,
172 return BIO_snprintf(s, strlen(int_no_description) + 1,"%s",
  /external/openssl/apps/
apps.c     [all...]
s_time.c 416 BIO_snprintf(buf,sizeof buf,"GET %s HTTP/1.0\r\n\r\n",s_www_path);
471 BIO_snprintf(buf,sizeof buf,"GET %s HTTP/1.0\r\n\r\n",s_www_path);
509 BIO_snprintf(buf,sizeof buf,"GET %s HTTP/1.0\r\n\r\n",s_www_path);
req.c 1262 if (BIO_snprintf(buf,sizeof buf,"%s_default",v->name)
    [all...]
  /external/openssl/crypto/pem/
pem_pkey.c 150 BIO_snprintf(pem_str, 80, "%s PRIVATE KEY", x->ameth->pem_str);
202 BIO_snprintf(pem_str, 80, "%s PARAMETERS", x->ameth->pem_str);
  /external/openssl/ssl/
kssl.c 945 BIO_snprintf(kssl_err->text, KSSL_ERR_MAX, "%s", text);
    [all...]
  /external/openssl/crypto/ui/
ui_lib.c 861 BIO_snprintf(number1, sizeof(number1), "%d",
863 BIO_snprintf(number2, sizeof(number2), "%d",

Completed in 878 milliseconds

1 2