Home
last modified time | relevance | path

Searched refs:ERR_add_error_dataf (Results 1 – 8 of 8) sorted by relevance

/external/boringssl/src/ssl/
Dcustom_extensions.cc96 ERR_add_error_dataf("extension %u", (unsigned) ext->value); in custom_ext_add_hello()
119 ERR_add_error_dataf("extension %u", (unsigned) ext->value); in custom_ext_add_hello()
143 ERR_add_error_dataf("extension %u", (unsigned)value); in custom_ext_parse_serverhello()
152 ERR_add_error_dataf("extension %u", (unsigned)ext->value); in custom_ext_parse_serverhello()
177 ERR_add_error_dataf("extension %u", (unsigned)ext->value); in custom_ext_parse_clienthello()
Dt1_lib.cc2890 ERR_add_error_dataf("extension %u", (unsigned)kExtensions[i].value); in ssl_add_clienthello_tlsext()
2983 ERR_add_error_dataf("extension %u", (unsigned)kExtensions[i].value); in ssl_add_serverhello_tlsext()
3053 ERR_add_error_dataf("extension %u", (unsigned)type); in ssl_scan_clienthello_tlsext()
3081 ERR_add_error_dataf("extension %u", (unsigned)kExtensions[i].value); in ssl_scan_clienthello_tlsext()
3155 ERR_add_error_dataf("extension :%u", (unsigned)type); in ssl_scan_serverhello_tlsext()
3165 ERR_add_error_dataf("extension %u", (unsigned)type); in ssl_scan_serverhello_tlsext()
3178 ERR_add_error_dataf("extension %u", (unsigned)kExtensions[i].value); in ssl_scan_serverhello_tlsext()
Dhandshake.cc169 ERR_add_error_dataf("got type %d, wanted type %d", msg.type, type); in ssl_check_message_type()
Dtls_record.cc593 ERR_add_error_dataf("SSL alert number %d", alert_descr); in ssl_process_alert()
/external/boringssl/src/include/openssl/
Derr.h436 OPENSSL_EXPORT void ERR_add_error_dataf(const char *format, ...)
/external/boringssl/src/crypto/evp/
Devp.c320 ERR_add_error_dataf("algorithm %d", type); in EVP_PKEY_set_type()
Devp_ctx.c102 ERR_add_error_dataf("algorithm %d", id); in evp_pkey_ctx_new()
/external/boringssl/src/crypto/err/
Derr.c719 void ERR_add_error_dataf(const char *format, ...) { in ERR_add_error_dataf() function