Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/
Dcustom_extensions.c95 ERR_add_error_dataf("extension: %u", (unsigned) ext->value); in custom_ext_add_hello()
118 ERR_add_error_dataf("extension: %u", (unsigned) ext->value); in custom_ext_add_hello()
141 ERR_add_error_dataf("extension: %u", (unsigned)value); in custom_ext_parse_serverhello()
150 ERR_add_error_dataf("extension: %u", (unsigned)ext->value); in custom_ext_parse_serverhello()
174 ERR_add_error_dataf("extension: %u", (unsigned)ext->value); in custom_ext_parse_clienthello()
Dt1_lib.c2149 ERR_add_error_dataf("extension: %u", (unsigned)kExtensions[i].value); in ssl_add_clienthello_tlsext()
2217 ERR_add_error_dataf("extension: %u", (unsigned)kExtensions[i].value); in ssl_add_serverhello_tlsext()
2297 ERR_add_error_dataf("extension: %u", (unsigned)type); in ssl_scan_clienthello_tlsext()
2310 ERR_add_error_dataf("extension: %u", (unsigned)kExtensions[i].value); in ssl_scan_clienthello_tlsext()
2375 ERR_add_error_dataf("extension :%u", (unsigned)type); in ssl_scan_serverhello_tlsext()
2385 ERR_add_error_dataf("extension: %u", (unsigned)type); in ssl_scan_serverhello_tlsext()
2400 ERR_add_error_dataf("extension: %u", (unsigned)kExtensions[i].value); in ssl_scan_serverhello_tlsext()
/external/boringssl/src/include/openssl/
Derr.h320 OPENSSL_EXPORT void ERR_add_error_dataf(const char *format, ...);
/external/boringssl/src/crypto/evp/
Devp.c336 ERR_add_error_dataf("algorithm %d (%s)", type, OBJ_nid2sn(type)); in EVP_PKEY_set_type()
Devp_ctx.c102 ERR_add_error_dataf("algorithm %d (%s)", id, name); in evp_pkey_ctx_new()
/external/boringssl/src/crypto/err/
Derr.c693 void ERR_add_error_dataf(const char *format, ...) { in ERR_add_error_dataf() function