/external/boringssl/src/crypto/err/ |
D | err.c | 376 BIO_snprintf(lib_buf, sizeof(lib_buf), "lib(%u)", lib); in ERR_error_string_n() 381 BIO_snprintf(reason_buf, sizeof(reason_buf), "reason(%u)", reason); in ERR_error_string_n() 385 BIO_snprintf(buf, len, "error:%08" PRIx32 ":%s:OPENSSL_internal:%s", in ERR_error_string_n() 569 BIO_snprintf(buf2, sizeof(buf2), "%lu:%s:%s:%d:%s\n", thread_hash, buf, in ERR_print_errors_cb()
|
/external/boringssl/src/crypto/bio/ |
D | bio_test.cc | 54 BIO_snprintf(buf, sizeof(buf), "%d", WSAGetLastError()); 105 BIO_snprintf(hostname, sizeof(hostname), "[::1]:%d", in TEST() 108 BIO_snprintf(hostname, sizeof(hostname), "127.0.0.1:%d", in TEST()
|
D | connect.c | 532 BIO_snprintf(buf, sizeof(buf), "%d", *port); in BIO_set_conn_int_port()
|
/external/boringssl/src/decrepit/ssl/ |
D | ssl_decrepit.c | 153 int r = BIO_snprintf(buf, sizeof(buf), "%s/%s", path, dirent->d_name); in SSL_add_dir_cert_subjects_to_stack()
|
/external/boringssl/src/crypto/x509/ |
D | x509_txt.c | 208 BIO_snprintf(buf, sizeof buf, "error number %ld", n); in X509_verify_cert_error_string()
|
D | a_strex.c | 117 BIO_snprintf(tmphex, sizeof tmphex, "\\W%08lX", c); in do_esc_char() 123 BIO_snprintf(tmphex, sizeof tmphex, "\\U%04lX", c); in do_esc_char() 149 BIO_snprintf(tmphex, 11, "\\%02X", chtmp); in do_esc_char()
|
D | by_dir.c | 357 BIO_snprintf(b->data, b->max, in get_cert_by_subject() 360 BIO_snprintf(b->data, b->max, in get_cert_by_subject()
|
/external/boringssl/src/include/openssl/ |
D | mem.h | 118 OPENSSL_EXPORT int BIO_snprintf(char *buf, size_t n, const char *format, ...)
|
/external/boringssl/src/crypto/asn1/ |
D | a_mbstr.c | 149 BIO_snprintf(strbuf, sizeof strbuf, "%ld", minsize); in ASN1_mbstring_ncopy() 156 BIO_snprintf(strbuf, sizeof strbuf, "%ld", maxsize); in ASN1_mbstring_ncopy()
|
D | a_gentm.c | 251 BIO_snprintf(p, len, "%04d%02d%02d%02d%02d%02dZ", ts->tm_year + 1900, in ASN1_GENERALIZEDTIME_adj()
|
D | a_utctm.c | 229 BIO_snprintf(p, len, "%02d%02d%02d%02d%02d%02dZ", ts->tm_year % 100, in ASN1_UTCTIME_adj()
|
/external/boringssl/src/crypto/ |
D | mem.c | 184 int BIO_snprintf(char *buf, size_t n, const char *format, ...) { in BIO_snprintf() function
|
/external/boringssl/src/crypto/x509v3/ |
D | v3_alt.c | 162 BIO_snprintf(oline, sizeof oline, in STACK_OF() 167 BIO_snprintf(htmp, sizeof htmp, "%X", p[0] << 8 | p[1]); in STACK_OF()
|
D | v3name_test.cc | 324 BIO_snprintf(msg, sizeof(msg), "%s: %s: [%s] %s [%s]", in check_message()
|
/external/boringssl/src/ssl/ |
D | tls_record.cc | 580 BIO_snprintf(tmp, sizeof(tmp), "%d", alert_descr); in ssl_process_alert()
|
D | ssl_cipher.cc | 1684 BIO_snprintf(buf, len, "%-23s Kx=%-8s Au=%-4s Enc=%-9s Mac=%-4s\n", in SSL_CIPHER_description()
|
/external/boringssl/src/crypto/fipsmodule/ec/ |
D | p256-x86_64_test.cc | 116 BIO_snprintf(buf, sizeof(buf), BN_HEX_FMT2, a[i]); in FieldElementToString()
|
/external/boringssl/src/crypto/obj/ |
D | obj.c | 457 BIO_snprintf(buf, sizeof(buf), "%" PRIu64, v); in add_decimal()
|
/external/boringssl/src/crypto/conf/ |
D | conf.c | 714 BIO_snprintf(btmp, sizeof btmp, "%ld", eline); in def_load_bio()
|