/external/openssl/crypto/bio/ |
D | bio_cb.c | 78 BIO_snprintf(buf,sizeof buf,"BIO[%08lX]:",(unsigned long)bio); in BIO_debug_callback() 84 BIO_snprintf(p,p_maxlen,"Free - %s\n",bio->method->name); in BIO_debug_callback() 88 BIO_snprintf(p,p_maxlen,"read(%d,%lu) - %s fd=%d\n", in BIO_debug_callback() 92 BIO_snprintf(p,p_maxlen,"read(%d,%lu) - %s\n", in BIO_debug_callback() 98 BIO_snprintf(p,p_maxlen,"write(%d,%lu) - %s fd=%d\n", in BIO_debug_callback() 102 BIO_snprintf(p,p_maxlen,"write(%d,%lu) - %s\n", in BIO_debug_callback() 107 BIO_snprintf(p,p_maxlen,"puts() - %s\n",bio->method->name); in BIO_debug_callback() 110 BIO_snprintf(p,p_maxlen,"gets(%lu) - %s\n",(unsigned long)argi,bio->method->name); in BIO_debug_callback() 113 BIO_snprintf(p,p_maxlen,"ctrl(%lu) - %s\n",(unsigned long)argi,bio->method->name); in BIO_debug_callback() 116 BIO_snprintf(p,p_maxlen,"read return %ld\n",ret); in BIO_debug_callback() [all …]
|
D | b_dump.c | 110 BIO_snprintf(tmp,sizeof tmp,"%04x - ",i*dump_width); in BIO_dump_indent_cb() 121 BIO_snprintf(tmp,sizeof tmp,"%02x%c",ch, in BIO_dump_indent_cb() 133 BIO_snprintf(tmp,sizeof tmp,"%c", in BIO_dump_indent_cb() 136 BIO_snprintf(tmp,sizeof tmp,"%c", in BIO_dump_indent_cb() 152 BIO_snprintf(buf,sizeof buf,"%s%04x - <SPACES/NULS>\n",str, in BIO_dump_indent_cb()
|
/external/openssl/crypto/ |
D | cversion.c | 74 BIO_snprintf(buf,sizeof buf,"built on: %s",DATE); in SSLeay_version() 85 BIO_snprintf(buf,sizeof buf,"compiler: %s",CFLAGS); in SSLeay_version() 96 BIO_snprintf(buf,sizeof buf,"platform: %s", PLATFORM); in SSLeay_version()
|
D | mem_dbg.c | 682 BIO_snprintf(bufp, BUF_REMAIN, "[%02d:%02d:%02d] ", in print_leak_doall_arg() 687 BIO_snprintf(bufp, BUF_REMAIN, "%5lu file=%s, line=%d, ", in print_leak_doall_arg() 693 BIO_snprintf(bufp, BUF_REMAIN, "thread=%lu, ", in print_leak_doall_arg() 698 BIO_snprintf(bufp, BUF_REMAIN, "number=%d, address=%08lX\n", in print_leak_doall_arg() 720 BIO_snprintf(buf + ami_cnt, sizeof buf - ami_cnt, in print_leak_doall_arg() 737 BIO_snprintf(buf + buf_len, sizeof buf - buf_len, "\"\n"); in print_leak_doall_arg()
|
/external/openssl/crypto/bn/ |
D | bn_print.c | 150 BIO_snprintf(p,BUF_REMAIN,BN_DEC_FMT1,*lp); in BN_bn2dec() 155 BIO_snprintf(p,BUF_REMAIN,BN_DEC_FMT2,*lp); in BN_bn2dec() 370 BIO_snprintf(data,sizeof data,"bn(%d,%d)", in BN_options() 373 BIO_snprintf(data,sizeof data,"bn(%d,%d)", in BN_options()
|
/external/openssl/apps/ |
D | apps.c | 1673 j = BIO_snprintf(buf[0], sizeof buf[0], "%s.%s", serialfile, suffix); in save_serial() 1675 j = BIO_snprintf(buf[0], sizeof buf[0], "%s-%s", serialfile, suffix); in save_serial() 1727 j = BIO_snprintf(buf[0], sizeof buf[0], "%s.%s", in rotate_serial() 1730 j = BIO_snprintf(buf[0], sizeof buf[0], "%s-%s", in rotate_serial() 1734 j = BIO_snprintf(buf[1], sizeof buf[1], "%s.%s", in rotate_serial() 1737 j = BIO_snprintf(buf[1], sizeof buf[1], "%s-%s", in rotate_serial() 1824 BIO_snprintf(buf[0], sizeof buf[0], "%s.attr", dbfile); in load_index() 1826 BIO_snprintf(buf[0], sizeof buf[0], "%s-attr", dbfile); in load_index() 1923 j = BIO_snprintf(buf[2], sizeof buf[2], "%s.attr", dbfile); in save_index() 1925 j = BIO_snprintf(buf[2], sizeof buf[2], "%s-attr", dbfile); in save_index() [all …]
|
D | s_time.c | 416 BIO_snprintf(buf,sizeof buf,"GET %s HTTP/1.0\r\n\r\n",s_www_path); in MAIN() 471 BIO_snprintf(buf,sizeof buf,"GET %s HTTP/1.0\r\n\r\n",s_www_path); in MAIN() 509 BIO_snprintf(buf,sizeof buf,"GET %s HTTP/1.0\r\n\r\n",s_www_path); in MAIN()
|
D | req.c | 1261 if (BIO_snprintf(buf,sizeof buf,"%s_default",v->name) in prompt_info() 1274 BIO_snprintf(buf,sizeof buf,"%s_value",v->name); in prompt_info() 1281 BIO_snprintf(buf,sizeof buf,"%s_min",v->name); in prompt_info() 1288 BIO_snprintf(buf,sizeof buf,"%s_max",v->name); in prompt_info() 1326 if (BIO_snprintf(buf,sizeof buf,"%s_default",type) in prompt_info() 1341 BIO_snprintf(buf,sizeof buf,"%s_value",type); in prompt_info() 1349 BIO_snprintf(buf,sizeof buf,"%s_min",type); in prompt_info() 1356 BIO_snprintf(buf,sizeof buf,"%s_max",type); in prompt_info()
|
/external/chromium_org/third_party/boringssl/src/crypto/asn1/ |
D | asn1_par.c | 84 BIO_snprintf(str,sizeof str,"priv [ %d ] ",tag); in asn1_print_info() 86 BIO_snprintf(str,sizeof str,"cont [ %d ]",tag); in asn1_print_info() 88 BIO_snprintf(str,sizeof str,"appl [ %d ]",tag); in asn1_print_info() 90 BIO_snprintf(str,sizeof str,"<ASN1 %d>",tag); in asn1_print_info()
|
D | a_mbstr.c | 144 BIO_snprintf(strbuf, sizeof strbuf, "%ld", minsize); in ASN1_mbstring_ncopy() 151 BIO_snprintf(strbuf, sizeof strbuf, "%ld", maxsize); in ASN1_mbstring_ncopy()
|
/external/openssl/crypto/asn1/ |
D | asn1_par.c | 85 BIO_snprintf(str,sizeof str,"priv [ %d ] ",tag); in asn1_print_info() 87 BIO_snprintf(str,sizeof str,"cont [ %d ]",tag); in asn1_print_info() 89 BIO_snprintf(str,sizeof str,"appl [ %d ]",tag); in asn1_print_info() 91 BIO_snprintf(str,sizeof str,"<ASN1 %d>",tag); in asn1_print_info()
|
D | a_strex.c | 128 BIO_snprintf(tmphex, sizeof tmphex, "\\W%08lX", c); in do_esc_char() 133 BIO_snprintf(tmphex, sizeof tmphex, "\\U%04lX", c); in do_esc_char() 152 BIO_snprintf(tmphex, 11, "\\%02X", chtmp); in do_esc_char()
|
D | a_mbstr.c | 148 BIO_snprintf(strbuf, sizeof strbuf, "%ld", minsize); in ASN1_mbstring_ncopy() 155 BIO_snprintf(strbuf, sizeof strbuf, "%ld", maxsize); in ASN1_mbstring_ncopy()
|
D | asn1_lib.c | 470 BIO_snprintf(buf1,sizeof buf1,"%lu",(unsigned long)address); in asn1_add_error() 471 BIO_snprintf(buf2,sizeof buf2,"%d",offset); in asn1_add_error()
|
/external/openssl/crypto/engine/ |
D | eng_ctrl.c | 161 return BIO_snprintf(s,strlen(e->cmd_defns[idx].cmd_name) + 1, in int_ctrl_helper() 169 return BIO_snprintf(s, in int_ctrl_helper() 172 return BIO_snprintf(s, strlen(int_no_description) + 1,"%s", in int_ctrl_helper()
|
/external/chromium_org/third_party/boringssl/src/crypto/err/ |
D | err.c | 347 BIO_snprintf(lib_buf, sizeof(lib_buf), "lib(%u)", lib); in ERR_error_string_n() 352 BIO_snprintf(func_buf, sizeof(func_buf), "func(%u)", func); in ERR_error_string_n() 357 BIO_snprintf(reason_buf, sizeof(reason_buf), "reason(%u)", reason); in ERR_error_string_n() 361 BIO_snprintf(buf, len, "error:%08" PRIx32 ":%s:%s:%s", in ERR_error_string_n() 451 BIO_snprintf(buf2, sizeof(buf2), "%lu:%s:%s:%d:%s\n", thread_hash, buf, in ERR_print_errors_cb()
|
/external/openssl/crypto/x509/ |
D | x509_txt.c | 188 BIO_snprintf(buf,sizeof buf,"error number %ld",n); in X509_verify_cert_error_string()
|
/external/openssl/ssl/ |
D | kssl.c | 945 BIO_snprintf(kssl_err->text, KSSL_ERR_MAX, "%s", text); in kssl_err_set() 1091 BIO_snprintf(kssl_err->text,KSSL_ERR_MAX, in kssl_cget_tkt() 1102 BIO_snprintf(kssl_err->text,KSSL_ERR_MAX, in kssl_cget_tkt() 1244 BIO_snprintf(kssl_err->text, KSSL_ERR_MAX, in kssl_TKT2tkt() 1252 BIO_snprintf(kssl_err->text, KSSL_ERR_MAX, in kssl_TKT2tkt() 1268 BIO_snprintf(kssl_err->text, KSSL_ERR_MAX, in kssl_TKT2tkt() 1284 BIO_snprintf(kssl_err->text, KSSL_ERR_MAX, in kssl_TKT2tkt() 1440 BIO_snprintf(kssl_err->text, KSSL_ERR_MAX, in kssl_sget_tkt() 1450 BIO_snprintf(kssl_err->text, KSSL_ERR_MAX, in kssl_sget_tkt() 1459 BIO_snprintf(kssl_err->text, KSSL_ERR_MAX, in kssl_sget_tkt() [all …]
|
/external/openssl/crypto/pem/ |
D | pem_pkey.c | 150 BIO_snprintf(pem_str, 80, "%s PRIVATE KEY", x->ameth->pem_str); in PEM_write_bio_PrivateKey() 202 BIO_snprintf(pem_str, 80, "%s PARAMETERS", x->ameth->pem_str); in PEM_write_bio_Parameters()
|
/external/chromium_org/third_party/boringssl/src/crypto/x509/ |
D | x509_txt.c | 204 BIO_snprintf(buf,sizeof buf,"error number %ld",n); in X509_verify_cert_error_string()
|
D | a_strex.c | 114 BIO_snprintf(tmphex, sizeof tmphex, "\\W%08lX", c); in do_esc_char() 119 BIO_snprintf(tmphex, sizeof tmphex, "\\U%04lX", c); in do_esc_char() 138 BIO_snprintf(tmphex, 11, "\\%02X", chtmp); in do_esc_char()
|
/external/openssl/crypto/des/ |
D | ecb_enc.c | 100 BIO_snprintf(buf,sizeof buf,"des(%s,%s,%s,%s)",ptr,risc,unroll, in DES_options()
|
/external/chromium_org/third_party/boringssl/src/include/openssl/ |
D | mem.h | 123 OPENSSL_EXPORT int BIO_snprintf(char *buf, size_t n, const char *format, ...)
|
/external/openssl/crypto/err/ |
D | err_prn.c | 82 BIO_snprintf(buf2, sizeof(buf2), "%lu:%s:%s:%d:%s\n", es, buf, in ERR_print_errors_cb()
|
/external/chromium_org/third_party/boringssl/src/crypto/pem/ |
D | pem_pkey.c | 152 BIO_snprintf(pem_str, 80, "%s PRIVATE KEY", x->ameth->pem_str); in PEM_write_bio_PrivateKey() 223 BIO_snprintf(pem_str, 80, "%s PARAMETERS", x->ameth->pem_str); in PEM_write_bio_Parameters()
|