Home
last modified time | relevance | path

Searched refs:ERR_error_string (Results 1 – 25 of 46) sorted by relevance

12

/third_party/openssl/doc/man3/
DERR_error_string.pod5 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
DERR_get_error.pod43 L<ERR_error_string(3)> for human-readable error
67 L<ERR_error_string(3)>,
DERR_load_crypto_strings.pod41 L<ERR_error_string(3)>
DERR_print_errors.pod47 L<ERR_error_string(3)>,
/third_party/nghttp2/src/
Dshrpx_tls.cc793 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 …]
Dshrpx_connection.cc469 << 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/
Dtls_openssl.c132 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/
Dwget.c171 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/
Dcrypto_openssl.c221 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 …]
Dtls_openssl.c314 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/
Dcrypto_openssl.c162 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 …]
Dtls_openssl.c310 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/
Dopenssl-server.c218 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(
Dopenssl-client.c277 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/
Dclient.c388 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()
Dlibevent-server.c150 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()
Dlibevent-client.c334 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/
Dmbedtls-client.c356 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/
Dtest_request_response.c490 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()
Dtest_new_connection.c502 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/
Dest.c51 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/
Dest.c51 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/
Dmhd2spdy_spdy.c559 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()
Dmhd2spdy.c109 PRINT_INFO2("SSL_CTX_new %s", ERR_error_string(ERR_get_error(), NULL)); in run_everything()
/third_party/curl/lib/vtls/
Dwolfssl.c621 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()

12