Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/crypto/
Dcrypto_openssl.c131 ERR_error_string(ERR_get_error(), NULL)); in openssl_digest_vector()
139 ERR_error_string(ERR_get_error(), NULL)); in openssl_digest_vector()
146 ERR_error_string(ERR_get_error(), NULL)); in openssl_digest_vector()
315 ERR_error_string(ERR_get_error(), NULL)); in aes_encrypt()
329 "%s", ERR_error_string(ERR_get_error(), NULL)); in aes_encrypt_deinit()
369 ERR_error_string(ERR_get_error(), NULL)); in aes_decrypt()
383 "%s", ERR_error_string(ERR_get_error(), NULL)); in aes_decrypt_deinit()
1722 ERR_error_string(ERR_get_error(), NULL)); in crypto_ecdh_init()
1729 ERR_error_string(ERR_get_error(), NULL)); in crypto_ecdh_init()
1735 ERR_error_string(ERR_get_error(), NULL)); in crypto_ecdh_init()
[all …]
Dtls_openssl.c298 func, txt, ERR_error_string(ERR_get_error(), NULL)); in tls_show_errors()
302 ERR_error_string(err, NULL)); in tls_show_errors()
775 ERR_error_string(ERR_get_error(), NULL)); in tls_engine_load_dynamic_generic()
785 ERR_error_string(ERR_get_error(), NULL)); in tls_engine_load_dynamic_generic()
801 id, ERR_error_string(ERR_get_error(), NULL)); in tls_engine_load_dynamic_generic()
810 ERR_error_string(ERR_get_error(), NULL)); in tls_engine_load_dynamic_generic()
1141 ERR_error_string(ERR_get_error(), NULL)); in tls_engine_init()
1160 engine_id, ERR_error_string(ERR_get_error(), NULL)); in tls_engine_init()
1166 ERR_error_string(ERR_get_error(), NULL)); in tls_engine_init()
1174 ERR_error_string(ERR_get_error(), NULL)); in tls_engine_init()
[all …]
Dtls_openssl_ocsp.c30 func, txt, ERR_error_string(ERR_get_error(), NULL)); in tls_show_errors()
34 ERR_error_string(err, NULL)); in tls_show_errors()
/external/libmicrohttpd/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()
/external/curl/lib/vtls/
Dcyassl.c428 ERR_error_string(SSL_get_error(BACKEND->handle, 0), in cyassl_connect_step1()
531 ERR_error_string(detail, error_buffer)); in cyassl_connect_step2()
697 ERR_error_string(err, error_buffer), in cyassl_send()
745 ERR_error_string(err, error_buffer), in cyassl_recv()
/external/wpa_supplicant_8/src/common/
Ddpp.c412 ERR_error_string(ERR_get_error(), NULL)); in dpp_set_pubkey_point_group()
428 ERR_error_string(ERR_get_error(), NULL)); in dpp_set_pubkey_point_group()
1094 ERR_error_string(ERR_get_error(), NULL)); in dpp_set_keypair()
1382 ERR_error_string(ERR_get_error(), NULL)); in dpp_auth_init()
1764 ERR_error_string(ERR_get_error(), NULL)); in dpp_auth_derive_l_responder()
1834 ERR_error_string(ERR_get_error(), NULL)); in dpp_auth_derive_l_initiator()
1906 ERR_error_string(ERR_get_error(), NULL)); in dpp_auth_build_resp()
2203 ERR_error_string(ERR_get_error(), NULL)); in dpp_auth_req_rx()
2645 ERR_error_string(ERR_get_error(), NULL)); in dpp_auth_resp_rx()
3163 ERR_error_string(ERR_get_error(), NULL)); in dpp_build_conf_obj_dpp()
[all …]
/external/google-tv-pairing-protocol/cpp/tests/polo/util/
Dcertificateutiltest.cc44 std::cerr << ERR_error_string(ERR_get_error(), NULL); in TEST()
/external/libvncserver/libvncserver/
Drfbssl_openssl.c37 rfbErr("%s (%ld)\n", ERR_error_string(e, buf), e); in rfbssl_error()
/external/libmicrohttpd/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()
/external/wpa_supplicant_8/hs20/client/
Dest.c50 ERR_error_string(ERR_get_error(), NULL)); in pkcs7_to_cert()
58 ERR_error_string(ERR_get_error(), NULL)); in pkcs7_to_cert()
416 ERR_error_string(ERR_get_error(), NULL)); in generate_csr()
/external/boringssl/src/include/openssl/
Derr.h397 OPENSSL_EXPORT char *ERR_error_string(uint32_t packed_error, char *buf);
/external/curl/lib/
Dsetup-vms.h235 #define ERR_error_string ERR_ERROR_STRING macro
/external/boringssl/src/crypto/err/
Derr.c371 char *ERR_error_string(uint32_t packed_error, char *ret) { in ERR_error_string() function
/external/wpa_supplicant_8/src/utils/
Dhttp_curl.c1084 func, txt, ERR_error_string(ERR_get_error(), NULL)); in tls_show_errors()
1088 ERR_error_string(err, NULL)); in tls_show_errors()
/external/ipsec-tools/src/racoon/
Dcrypto_openssl.c1230 es, ERR_error_string(l, buf), file, line, in eay_strerror()
/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Dnative_crypto.cc6646 ALOGE("%s", ERR_error_string(ERR_peek_error(), nullptr)); in NativeCrypto_SSL_enable_tls_channel_id()
6681 ALOGE("%s", ERR_error_string(ERR_peek_error(), nullptr)); in NativeCrypto_SSL_get_tls_channel_id()
6711 ALOGE("%s", ERR_error_string(ERR_peek_error(), nullptr)); in NativeCrypto_SSL_set1_tls_channel_id()