Home
last modified time | relevance | path

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

12

/external/libpcap/
Dsslutils.c78 …snprintf(errbuf, errbuflen, "Cannot get a new SSL context: %s", ERR_error_string(ERR_get_error(), … in ssl_init_once()
89 …snprintf(errbuf, errbuflen, "Cannot read certificate file %s: %s", certfile, ERR_error_string(ERR_… in ssl_init_once()
96 …snprintf(errbuf, errbuflen, "Cannot read private key file %s: %s", keyfile, ERR_error_string(ERR_g… in ssl_init_once()
148 ERR_error_string(ERR_get_error(), NULL)); in ssl_promotion()
154 ERR_error_string(ERR_get_error(), NULL)); in ssl_promotion()
205 ERR_error_string(ERR_get_error(), NULL)); in ssl_send()
229 ERR_error_string(ERR_get_error(), NULL)); in ssl_recv()
/external/toybox/toys/net/
Dwget.c145 error_exit("SSL_new: %s", ERR_error_string(ERR_get_error(), NULL)); in wget_connect()
149 ERR_error_string(ERR_get_error(), NULL)); in wget_connect()
153 error_exit("SSL_set_fd: %s", ERR_error_string(ERR_get_error(), NULL)); in wget_connect()
171 err = ERR_error_string(ERR_get_error(), 0); in wget_read()
189 err = ERR_error_string(ERR_get_error(), 0); in wget_write()
/external/wpa_supplicant_8/src/crypto/
Dcrypto_openssl.c290 ERR_error_string(ERR_get_error(), NULL)); in openssl_digest_vector()
298 ERR_error_string(ERR_get_error(), NULL)); in openssl_digest_vector()
305 ERR_error_string(ERR_get_error(), NULL)); in openssl_digest_vector()
489 ERR_error_string(ERR_get_error(), NULL)); in aes_encrypt()
503 "%s", ERR_error_string(ERR_get_error(), NULL)); in aes_encrypt_deinit()
546 ERR_error_string(ERR_get_error(), NULL)); in aes_decrypt()
560 "%s", ERR_error_string(ERR_get_error(), NULL)); in aes_decrypt_deinit()
1049 ERR_error_string(ERR_get_error(), NULL)); in dh5_init()
1176 ERR_error_string(ERR_get_error(), NULL)); in dh5_init_fixed()
1248 ERR_error_string(ERR_get_error(), NULL)); in dh5_derive_shared()
[all …]
Dtls_openssl.c352 func, txt, ERR_error_string(ERR_get_error(), NULL)); in tls_show_errors()
356 ERR_error_string(err, NULL)); in tls_show_errors()
859 ERR_error_string(ERR_get_error(), NULL)); in tls_engine_load_dynamic_generic()
869 ERR_error_string(ERR_get_error(), NULL)); in tls_engine_load_dynamic_generic()
885 id, ERR_error_string(ERR_get_error(), NULL)); in tls_engine_load_dynamic_generic()
894 ERR_error_string(ERR_get_error(), NULL)); in tls_engine_load_dynamic_generic()
1291 ERR_error_string(ERR_get_error(), NULL)); in tls_engine_init()
1310 engine_id, ERR_error_string(ERR_get_error(), NULL)); in tls_engine_init()
1316 ERR_error_string(ERR_get_error(), NULL)); in tls_engine_init()
1324 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/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(
Dopenssl-ssl.c385 lwsl_debug("%s failed: %s\n",__func__, ERR_error_string((unsigned int)m, NULL)); in lws_ssl_capable_write()
/external/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()
/external/iperf3/src/
Diperf_auth.c248 fprintf(stderr, "%s\n", ERR_error_string(ERR_get_error(), NULL)); in encrypt_rsa_message()
275 fprintf(stderr, "%s\n", ERR_error_string(ERR_get_error(), NULL)); in decrypt_rsa_message()
/external/wpa_supplicant_8/hs20/client/
Dest.c48 ERR_error_string(ERR_get_error(), NULL)); in pkcs7_to_cert()
56 ERR_error_string(ERR_get_error(), NULL)); in pkcs7_to_cert()
402 ERR_error_string(ERR_get_error(), NULL)); in generate_csr()
/external/tpm2-tss/test/helper/
Dtpm_getek_ecc.c30 char *err = ERR_error_string(errCode, NULL); in handleErrors()
/external/cronet/third_party/boringssl/src/include/openssl/
Derr.h418 OPENSSL_EXPORT char *ERR_error_string(uint32_t packed_error, char *buf);
/external/boringssl/src/include/openssl/
Derr.h418 OPENSSL_EXPORT char *ERR_error_string(uint32_t packed_error, char *buf);
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/
Derr.h405 OPENSSL_EXPORT char *ERR_error_string(uint32_t packed_error, char *buf);
/external/curl/lib/vtls/
Dwolfssl.c806 ERR_error_string(detail, error_buffer)); in wolfssl_connect_step2()
982 ERR_error_string(err, error_buffer), in wolfssl_send()
1058 ERR_error_string(err, error_buffer), SOCKERRNO); in wolfssl_recv()
/external/curl/lib/
Dsetup-vms.h237 #define ERR_error_string ERR_ERROR_STRING macro
/external/libwebsockets/lib/tls/mbedtls/wrapper/include/openssl/
Dssl.h413 char *ERR_error_string(unsigned long e, char *ret);
/external/rust/crates/quiche/deps/boringssl/src/crypto/err/
Derr.c514 char *ERR_error_string(uint32_t packed_error, char *ret) { in ERR_error_string() function
/external/libwebsockets/test-apps/
Dtest-client.c313 es = ERR_error_string( in callback_dumb_increment()
/external/boringssl/src/crypto/err/
Derr.c528 char *ERR_error_string(uint32_t packed_error, char *ret) { in ERR_error_string() function
/external/cronet/third_party/boringssl/src/crypto/err/
Derr.c528 char *ERR_error_string(uint32_t packed_error, char *ret) { in ERR_error_string() function
/external/libwebsockets/lib/tls/mbedtls/wrapper/library/
Dssl_lib.c1111 char *ERR_error_string(unsigned long e, char *buf) in ERR_error_string() function
/external/wpa_supplicant_8/src/utils/
Dhttp_curl.c1080 func, txt, ERR_error_string(ERR_get_error(), NULL)); in tls_show_errors()
1084 ERR_error_string(err, NULL)); in tls_show_errors()
/external/grpc-grpc/src/objective-c/
Dgrpc_shadow_boringssl_symbol_list571 ERR_error_string

12