/third_party/openssl/doc/man3/ |
D | ERR_error_string.pod | 5 ERR_error_string, ERR_error_string_n, ERR_lib_error_string, 13 char *ERR_error_string(unsigned long e, char *buf); 22 ERR_error_string() generates a human-readable string representing the 29 ERR_error_string_n() is a variant of ERR_error_string() that writes 53 ERR_error_string() returns a pointer to a static buffer containing the
|
D | ERR_get_error.pod | 43 L<ERR_error_string(3)> for human-readable error 67 L<ERR_error_string(3)>,
|
D | ERR_load_crypto_strings.pod | 41 L<ERR_error_string(3)>
|
D | ERR_print_errors.pod | 47 L<ERR_error_string(3)>,
|
/third_party/nghttp2/src/ |
D | shrpx_tls.cc | 793 LOG(FATAL) << ERR_error_string(ERR_get_error(), nullptr); in create_ssl_context() 837 << " failed: " << ERR_error_string(ERR_get_error(), nullptr); in create_ssl_context() 844 << " failed: " << ERR_error_string(ERR_get_error(), nullptr); in create_ssl_context() 867 << ERR_error_string(ERR_get_error(), nullptr); in create_ssl_context() 880 << ERR_error_string(ERR_get_error(), nullptr); in create_ssl_context() 886 << ERR_error_string(ERR_get_error(), nullptr); in create_ssl_context() 898 << ERR_error_string(ERR_get_error(), nullptr); in create_ssl_context() 906 << ERR_error_string(ERR_get_error(), nullptr); in create_ssl_context() 920 << ERR_error_string(ERR_get_error(), nullptr); in create_ssl_context() 933 << ERR_error_string(ERR_get_error(), nullptr); in create_ssl_context() [all …]
|
D | shrpx_connection.cc | 469 << ERR_error_string(ERR_get_error(), nullptr); in tls_handshake() 730 << ERR_error_string(ERR_get_error(), nullptr); in write_tls() 786 << ERR_error_string(ERR_get_error(), nullptr); in read_tls() 830 LOG(INFO) << "SSL_read: " << ERR_error_string(ERR_get_error(), nullptr); in read_tls()
|
/third_party/ffmpeg/libavformat/ |
D | tls_openssl.c | 132 av_log(h, AV_LOG_ERROR, "%s\n", ERR_error_string(ERR_get_error(), NULL)); in print_tls_error() 254 av_log(h, AV_LOG_ERROR, "%s\n", ERR_error_string(ERR_get_error(), NULL)); in tls_open() 261 …av_log(h, AV_LOG_ERROR, "SSL_CTX_load_verify_locations %s\n", ERR_error_string(ERR_get_error(), NU… in tls_open() 265 c->cert_file, ERR_error_string(ERR_get_error(), NULL)); in tls_open() 271 c->key_file, ERR_error_string(ERR_get_error(), NULL)); in tls_open() 281 av_log(h, AV_LOG_ERROR, "%s\n", ERR_error_string(ERR_get_error(), NULL)); in tls_open()
|
/third_party/toybox/toys/pending/ |
D | wget.c | 171 error_exit("SSL_new: %s", ERR_error_string(ERR_get_error(), NULL)); in wget_connect() 175 ERR_error_string(ERR_get_error(), NULL)); in wget_connect() 179 error_exit("SSL_set_fd: %s", ERR_error_string(ERR_get_error(), NULL)); in wget_connect() 197 error_exit("SSL_read: %s", ERR_error_string(ERR_get_error(), NULL)); in wget_read() 213 error_exit("SSL_write: %s", ERR_error_string(ERR_get_error(), NULL)); in wget_write()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
D | crypto_openssl.c | 221 ERR_error_string(ERR_get_error(), NULL)); in openssl_digest_vector() 229 ERR_error_string(ERR_get_error(), NULL)); in openssl_digest_vector() 236 ERR_error_string(ERR_get_error(), NULL)); in openssl_digest_vector() 420 ERR_error_string(ERR_get_error(), NULL)); in aes_encrypt() 434 "%s", ERR_error_string(ERR_get_error(), NULL)); in aes_encrypt_deinit() 477 ERR_error_string(ERR_get_error(), NULL)); in aes_decrypt() 491 "%s", ERR_error_string(ERR_get_error(), NULL)); in aes_decrypt_deinit() 2093 ERR_error_string(ERR_get_error(), NULL)); in crypto_ecdh_init() 2099 ERR_error_string(ERR_get_error(), NULL)); in crypto_ecdh_init() 2173 ERR_error_string(ERR_get_error(), NULL)); in crypto_ecdh_get_pubkey() [all …]
|
D | tls_openssl.c | 314 func, txt, ERR_error_string(ERR_get_error(), NULL)); in tls_show_errors() 318 ERR_error_string(err, NULL)); in tls_show_errors() 821 ERR_error_string(ERR_get_error(), NULL)); in tls_engine_load_dynamic_generic() 831 ERR_error_string(ERR_get_error(), NULL)); in tls_engine_load_dynamic_generic() 847 id, ERR_error_string(ERR_get_error(), NULL)); in tls_engine_load_dynamic_generic() 856 ERR_error_string(ERR_get_error(), NULL)); in tls_engine_load_dynamic_generic() 1200 ERR_error_string(ERR_get_error(), NULL)); in tls_engine_init() 1219 engine_id, ERR_error_string(ERR_get_error(), NULL)); in tls_engine_init() 1225 ERR_error_string(ERR_get_error(), NULL)); in tls_engine_init() 1233 ERR_error_string(ERR_get_error(), NULL)); in tls_engine_init() [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
D | crypto_openssl.c | 162 ERR_error_string(ERR_get_error(), NULL)); in openssl_digest_vector() 170 ERR_error_string(ERR_get_error(), NULL)); in openssl_digest_vector() 177 ERR_error_string(ERR_get_error(), NULL)); in openssl_digest_vector() 347 ERR_error_string(ERR_get_error(), NULL)); in aes_encrypt() 361 "%s", ERR_error_string(ERR_get_error(), NULL)); in aes_encrypt_deinit() 404 ERR_error_string(ERR_get_error(), NULL)); in aes_decrypt() 418 "%s", ERR_error_string(ERR_get_error(), NULL)); in aes_decrypt_deinit() 2005 ERR_error_string(ERR_get_error(), NULL)); in crypto_ecdh_init() 2011 ERR_error_string(ERR_get_error(), NULL)); in crypto_ecdh_init() 2059 ERR_error_string(ERR_get_error(), NULL)); in crypto_ecdh_get_pubkey() [all …]
|
D | tls_openssl.c | 310 func, txt, ERR_error_string(ERR_get_error(), NULL)); in tls_show_errors() 314 ERR_error_string(err, NULL)); in tls_show_errors() 817 ERR_error_string(ERR_get_error(), NULL)); in tls_engine_load_dynamic_generic() 827 ERR_error_string(ERR_get_error(), NULL)); in tls_engine_load_dynamic_generic() 843 id, ERR_error_string(ERR_get_error(), NULL)); in tls_engine_load_dynamic_generic() 852 ERR_error_string(ERR_get_error(), NULL)); in tls_engine_load_dynamic_generic() 1190 ERR_error_string(ERR_get_error(), NULL)); in tls_engine_init() 1209 engine_id, ERR_error_string(ERR_get_error(), NULL)); in tls_engine_init() 1215 ERR_error_string(ERR_get_error(), NULL)); in tls_engine_init() 1223 ERR_error_string(ERR_get_error(), NULL)); in tls_engine_init() [all …]
|
/third_party/libwebsockets/lib/tls/openssl/ |
D | openssl-server.c | 218 s = ERR_error_string( 237 s = ERR_error_string( 386 cert, error, ERR_error_string(error, 399 ERR_error_string(error, 516 s = ERR_error_string( 532 s = ERR_error_string(
|
D | openssl-client.c | 277 const char *es = ERR_error_string( in lws_ssl_client_bio_create() 654 es = ERR_error_string( in lws_tls_client_confirm_peer_cert() 749 es = ERR_error_string( 857 es = ERR_error_string(
|
/third_party/nghttp2/examples/ |
D | client.c | 388 dief("SSL_set_fd", ERR_error_string(ERR_get_error(), NULL)); in ssl_handshake() 393 dief("SSL_connect", ERR_error_string(ERR_get_error(), NULL)); in ssl_handshake() 549 dief("SSL_CTX_new", ERR_error_string(ERR_get_error(), NULL)); in fetch_uri() 554 dief("SSL_new", ERR_error_string(ERR_get_error(), NULL)); in fetch_uri()
|
D | libevent-server.c | 150 ERR_error_string(ERR_get_error(), NULL)); in create_ssl_ctx() 160 ERR_error_string(ERR_get_error(), NULL)); in create_ssl_ctx() 194 ERR_error_string(ERR_get_error(), NULL)); in create_ssl()
|
D | libevent-client.c | 334 ERR_error_string(ERR_get_error(), NULL)); in create_ssl_ctx() 357 ERR_error_string(ERR_get_error(), NULL)); in create_ssl()
|
/third_party/libwebsockets/lib/tls/mbedtls/ |
D | mbedtls-client.c | 356 ERR_error_string((unsigned long)n, sb)); in lws_tls_client_confirm_peer_cert() 394 error, ERR_error_string(error, in lws_tls_client_create_vhost_context() 403 error, ERR_error_string(error, in lws_tls_client_create_vhost_context()
|
/third_party/skia/third_party/externals/microhttpd/src/testspdy/ |
D | test_request_response.c | 490 dief("SSL_set_fd", ERR_error_string(ERR_get_error(), NULL)); in ssl_handshake() 495 dief("SSL_connect", ERR_error_string(ERR_get_error(), NULL)); in ssl_handshake() 664 dief("SSL_CTX_new", ERR_error_string(ERR_get_error(), NULL)); in fetch_uri() 669 dief("SSL_new", ERR_error_string(ERR_get_error(), NULL)); in fetch_uri()
|
D | test_new_connection.c | 502 dief("SSL_set_fd", ERR_error_string(ERR_get_error(), NULL)); in ssl_handshake() 507 dief("SSL_connect", ERR_error_string(ERR_get_error(), NULL)); in ssl_handshake() 676 dief("SSL_CTX_new", ERR_error_string(ERR_get_error(), NULL)); in fetch_uri() 681 dief("SSL_new", ERR_error_string(ERR_get_error(), NULL)); in fetch_uri()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hs20/client/ |
D | est.c | 51 ERR_error_string(ERR_get_error(), NULL)); in pkcs7_to_cert() 59 ERR_error_string(ERR_get_error(), NULL)); in pkcs7_to_cert() 429 ERR_error_string(ERR_get_error(), NULL)); in generate_csr()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hs20/client/ |
D | est.c | 51 ERR_error_string(ERR_get_error(), NULL)); in pkcs7_to_cert() 59 ERR_error_string(ERR_get_error(), NULL)); in pkcs7_to_cert() 429 ERR_error_string(ERR_get_error(), NULL)); in generate_csr()
|
/third_party/skia/third_party/externals/microhttpd/src/examples/ |
D | mhd2spdy_spdy.c | 559 spdy_dief("SSL_set_fd", ERR_error_string(ERR_get_error(), NULL)); in spdy_ssl_handshake() 564 PRINT_INFO2("SSL_connect %s", ERR_error_string(ERR_get_error(), NULL)); in spdy_ssl_handshake() 748 spdy_dief("SSL_new", ERR_error_string(ERR_get_error(), NULL)); in spdy_connect()
|
D | mhd2spdy.c | 109 PRINT_INFO2("SSL_CTX_new %s", ERR_error_string(ERR_get_error(), NULL)); in run_everything()
|
/third_party/curl/lib/vtls/ |
D | wolfssl.c | 621 ERR_error_string(detail, error_buffer)); in wolfssl_connect_step2() 791 ERR_error_string(err, error_buffer), in wolfssl_send() 849 ERR_error_string(err, error_buffer), SOCKERRNO); in wolfssl_recv()
|