/external/wpa_supplicant_8/src/crypto/ |
D | tls_openssl.c | 260 func, txt, ERR_error_string(ERR_get_error(), NULL)); in tls_show_errors() 264 ERR_error_string(err, NULL)); in tls_show_errors() 730 ERR_error_string(ERR_get_error(), NULL)); in tls_engine_load_dynamic_generic() 740 ERR_error_string(ERR_get_error(), NULL)); in tls_engine_load_dynamic_generic() 756 id, ERR_error_string(ERR_get_error(), NULL)); in tls_engine_load_dynamic_generic() 765 ERR_error_string(ERR_get_error(), NULL)); in tls_engine_load_dynamic_generic() 1088 ERR_error_string(ERR_get_error(), NULL)); in tls_engine_init() 1107 engine_id, ERR_error_string(ERR_get_error(), NULL)); in tls_engine_init() 1113 ERR_error_string(ERR_get_error(), NULL)); in tls_engine_init() 1121 ERR_error_string(ERR_get_error(), NULL)); in tls_engine_init() [all …]
|
D | crypto_openssl.c | 119 ERR_error_string(ERR_get_error(), NULL)); in openssl_digest_vector() 127 ERR_error_string(ERR_get_error(), NULL)); in openssl_digest_vector() 134 ERR_error_string(ERR_get_error(), NULL)); in openssl_digest_vector() 284 ERR_error_string(ERR_get_error(), NULL)); in aes_encrypt() 296 "%s", ERR_error_string(ERR_get_error(), NULL)); in aes_encrypt_deinit() 336 ERR_error_string(ERR_get_error(), NULL)); in aes_decrypt() 348 "%s", ERR_error_string(ERR_get_error(), NULL)); in aes_decrypt_deinit()
|
D | tls_openssl_ocsp.c | 30 func, txt, ERR_error_string(ERR_get_error(), NULL)); in tls_show_errors() 34 ERR_error_string(err, NULL)); in tls_show_errors()
|
/external/curl/lib/vtls/ |
D | cyassl.c | 309 ERR_error_string(SSL_get_error(conssl->handle, 0), error_buffer)); in cyassl_connect_step1() 402 ERR_error_string(detail, error_buffer)); in cyassl_connect_step2() 512 ERR_error_string(err, error_buffer), in cyassl_send() 559 ERR_error_string(err, error_buffer), in cyassl_recv()
|
D | openssl.c | 374 ERR_error_string(ERR_get_error(), NULL) ); in cert_stuff() 389 ERR_error_string(ERR_get_error(), NULL) ); in cert_stuff() 418 ERR_error_string(ERR_get_error(), NULL)); in cert_stuff() 474 ERR_error_string(ERR_get_error(), NULL) ); in cert_stuff() 484 ERR_error_string(ERR_get_error(), NULL) ); in cert_stuff() 953 ERR_error_string(sslerror, buf), in Curl_ossl_shutdown() 1749 ERR_error_string(ERR_peek_error(), NULL)); in ossl_connect_step1() 2089 ERR_error_string(ERR_get_error(), NULL)); in ossl_connect_step1() 2099 ERR_error_string(ERR_get_error(), NULL)); in ossl_connect_step1() 3020 ERR_error_string(sslerror, error_buffer)); in ossl_send() [all …]
|
/external/libmicrohttpd/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()
|
/external/google-tv-pairing-protocol/cpp/tests/polo/util/ |
D | certificateutiltest.cc | 44 std::cerr << ERR_error_string(ERR_get_error(), NULL); in TEST()
|
/external/libvncserver/libvncserver/ |
D | rfbssl_openssl.c | 37 rfbErr("%s (%ld)\n", ERR_error_string(e, buf), e); in rfbssl_error()
|
/external/libmicrohttpd/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()
|
/external/wpa_supplicant_8/hs20/client/ |
D | est.c | 50 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/ |
D | err.h | 210 OPENSSL_EXPORT char *ERR_error_string(uint32_t packed_error, char *buf);
|
/external/curl/lib/ |
D | setup-vms.h | 234 #define ERR_error_string ERR_ERROR_STRING macro
|
/external/boringssl/src/crypto/err/ |
D | err.c | 341 char *ERR_error_string(uint32_t packed_error, char *ret) { in ERR_error_string() function
|
/external/wpa_supplicant_8/src/utils/ |
D | http_curl.c | 1087 func, txt, ERR_error_string(ERR_get_error(), NULL)); in tls_show_errors() 1091 ERR_error_string(err, NULL)); in tls_show_errors()
|
/external/conscrypt/src/main/native/ |
D | org_conscrypt_NativeCrypto.cpp | 8227 ALOGE("%s", ERR_error_string(ERR_peek_error(), nullptr)); 8262 ALOGE("%s", ERR_error_string(ERR_peek_error(), nullptr)); 8297 ALOGE("%s", ERR_error_string(ERR_peek_error(), nullptr)); 8328 ALOGE("%s", ERR_error_string(ERR_peek_error(), nullptr)); 8381 ALOGE("%s", ERR_error_string(ERR_peek_error(), nullptr)); 8401 ALOGE("%s", ERR_error_string(ERR_peek_error(), NULL)); 8423 ALOGE("%s", ERR_error_string(ERR_peek_error(), nullptr)); 8499 ALOGE("%s", ERR_error_string(ERR_peek_error(), nullptr));
|
/external/ipsec-tools/src/racoon/ |
D | crypto_openssl.c | 1230 es, ERR_error_string(l, buf), file, line, in eay_strerror()
|
/external/robolectric/v3/runtime/ |
D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.3_r2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |