/external/boringssl/src/crypto/bio/ |
D | bio_test.cc | 51 BIO_snprintf(buf, sizeof(buf), "%d", WSAGetLastError()); 102 BIO_snprintf(hostname, sizeof(hostname), "[::1]:%d", in TEST() 105 BIO_snprintf(hostname, sizeof(hostname), "127.0.0.1:%d", in TEST()
|
D | connect.c | 533 BIO_snprintf(buf, sizeof(buf), "%d", *port); in BIO_set_conn_int_port()
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/bio/ |
D | bio_test.cc | 51 BIO_snprintf(buf, sizeof(buf), "%d", WSAGetLastError()); 102 BIO_snprintf(hostname, sizeof(hostname), "[::1]:%d", in TEST() 105 BIO_snprintf(hostname, sizeof(hostname), "127.0.0.1:%d", in TEST()
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/asn1/ |
D | a_mbstr.c | 179 BIO_snprintf(strbuf, sizeof strbuf, "%ld", minsize); in OPENSSL_DECLARE_ERROR_REASON() 186 BIO_snprintf(strbuf, sizeof strbuf, "%ld", maxsize); in OPENSSL_DECLARE_ERROR_REASON()
|
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/asn1/ |
D | a_mbstr.c | 179 BIO_snprintf(strbuf, sizeof strbuf, "%ld", minsize); in OPENSSL_DECLARE_ERROR_REASON() 186 BIO_snprintf(strbuf, sizeof strbuf, "%ld", maxsize); in OPENSSL_DECLARE_ERROR_REASON()
|
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/rust/crates/quiche/deps/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/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/rust/crates/quiche/deps/boringssl/src/crypto/err/ |
D | err.c | 404 BIO_snprintf(lib_buf, sizeof(lib_buf), "lib(%u)", lib); in ERR_error_string_n() 409 BIO_snprintf(reason_buf, sizeof(reason_buf), "reason(%u)", reason); in ERR_error_string_n() 413 BIO_snprintf(buf, len, "error:%08" PRIx32 ":%s:OPENSSL_internal:%s", in ERR_error_string_n() 600 BIO_snprintf(buf2, sizeof(buf2), "%lu:%s:%s:%d:%s\n", thread_hash, buf, in ERR_print_errors_cb()
|
/external/boringssl/src/crypto/err/ |
D | err.c | 404 BIO_snprintf(lib_buf, sizeof(lib_buf), "lib(%u)", lib); in ERR_error_string_n() 409 BIO_snprintf(reason_buf, sizeof(reason_buf), "reason(%u)", reason); in ERR_error_string_n() 413 BIO_snprintf(buf, len, "error:%08" PRIx32 ":%s:OPENSSL_internal:%s", in ERR_error_string_n() 600 BIO_snprintf(buf2, sizeof(buf2), "%lu:%s:%s:%d:%s\n", thread_hash, buf, in ERR_print_errors_cb()
|
/external/boringssl/src/crypto/x509/ |
D | a_strex.c | 117 BIO_snprintf(tmphex, sizeof tmphex, "\\W%08" PRIX32, c); in do_esc_char() 123 BIO_snprintf(tmphex, sizeof tmphex, "\\U%04" PRIX32, 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/rust/crates/quiche/deps/boringssl/src/crypto/x509/ |
D | a_strex.c | 117 BIO_snprintf(tmphex, sizeof tmphex, "\\W%08" PRIX32, c); in do_esc_char() 123 BIO_snprintf(tmphex, sizeof tmphex, "\\U%04" PRIX32, 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 | 124 OPENSSL_EXPORT int BIO_snprintf(char *buf, size_t n, const char *format, ...)
|
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/ |
D | mem.h | 124 OPENSSL_EXPORT int BIO_snprintf(char *buf, size_t n, const char *format, ...)
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/x509v3/ |
D | v3_alt.c | 165 BIO_snprintf(oline, sizeof oline, in STACK_OF() 170 BIO_snprintf(htmp, sizeof htmp, "%X", p[0] << 8 | p[1]); in STACK_OF()
|
D | v3name_test.cc | 325 BIO_snprintf(msg, sizeof(msg), "%s: %s: [%s] %s [%s]", in check_message()
|
/external/boringssl/src/crypto/x509v3/ |
D | v3_alt.c | 165 BIO_snprintf(oline, sizeof oline, in STACK_OF() 170 BIO_snprintf(htmp, sizeof htmp, "%X", p[0] << 8 | p[1]); in STACK_OF()
|
D | v3name_test.cc | 325 BIO_snprintf(msg, sizeof(msg), "%s: %s: [%s] %s [%s]", in check_message()
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/ |
D | mem.c | 298 int BIO_snprintf(char *buf, size_t n, const char *format, ...) { in BIO_snprintf() function
|
/external/boringssl/src/crypto/ |
D | mem.c | 298 int BIO_snprintf(char *buf, size_t n, const char *format, ...) { in BIO_snprintf() function
|