Searched refs:ERR_add_error_dataf (Results 1 – 6 of 6) sorted by relevance
/external/boringssl/src/ssl/ |
D | custom_extensions.c | 95 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()
|
D | t1_lib.c | 2149 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/ |
D | err.h | 320 OPENSSL_EXPORT void ERR_add_error_dataf(const char *format, ...);
|
/external/boringssl/src/crypto/evp/ |
D | evp.c | 336 ERR_add_error_dataf("algorithm %d (%s)", type, OBJ_nid2sn(type)); in EVP_PKEY_set_type()
|
D | evp_ctx.c | 102 ERR_add_error_dataf("algorithm %d (%s)", id, name); in evp_pkey_ctx_new()
|
/external/boringssl/src/crypto/err/ |
D | err.c | 693 void ERR_add_error_dataf(const char *format, ...) { in ERR_add_error_dataf() function
|