| /external/libpcap/ | 
| D | sslutils.c | 78 …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/ | 
| D | wget.c | 145       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/ | 
| D | crypto_openssl.c | 290 			   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 …] 
 | 
| D | tls_openssl.c | 352 		   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 …] 
 | 
| 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/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(
  | 
| D | openssl-ssl.c | 385 	lwsl_debug("%s failed: %s\n",__func__, ERR_error_string((unsigned int)m, NULL));  in lws_ssl_capable_write()
  | 
| /external/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()
  | 
| /external/iperf3/src/ | 
| D | iperf_auth.c | 248       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/ | 
| D | est.c | 48 			   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/ | 
| D | tpm_getek_ecc.c | 30         char *err = ERR_error_string(errCode, NULL);  in handleErrors()
  | 
| /external/cronet/third_party/boringssl/src/include/openssl/ | 
| D | err.h | 418 OPENSSL_EXPORT char *ERR_error_string(uint32_t packed_error, char *buf);
  | 
| /external/boringssl/src/include/openssl/ | 
| D | err.h | 418 OPENSSL_EXPORT char *ERR_error_string(uint32_t packed_error, char *buf);
  | 
| /external/rust/crates/quiche/deps/boringssl/src/include/openssl/ | 
| D | err.h | 405 OPENSSL_EXPORT char *ERR_error_string(uint32_t packed_error, char *buf);
  | 
| /external/curl/lib/vtls/ | 
| D | wolfssl.c | 806           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/ | 
| D | setup-vms.h | 237 #define ERR_error_string ERR_ERROR_STRING  macro
  | 
| /external/libwebsockets/lib/tls/mbedtls/wrapper/include/openssl/ | 
| D | ssl.h | 413 char *ERR_error_string(unsigned long e, char *ret);
  | 
| /external/rust/crates/quiche/deps/boringssl/src/crypto/err/ | 
| D | err.c | 514 char *ERR_error_string(uint32_t packed_error, char *ret) {  in ERR_error_string()  function
  | 
| /external/libwebsockets/test-apps/ | 
| D | test-client.c | 313 				es = ERR_error_string(  in callback_dumb_increment()
  | 
| /external/boringssl/src/crypto/err/ | 
| D | err.c | 528 char *ERR_error_string(uint32_t packed_error, char *ret) {  in ERR_error_string()  function
  | 
| /external/cronet/third_party/boringssl/src/crypto/err/ | 
| D | err.c | 528 char *ERR_error_string(uint32_t packed_error, char *ret) {  in ERR_error_string()  function
  | 
| /external/libwebsockets/lib/tls/mbedtls/wrapper/library/ | 
| D | ssl_lib.c | 1111 char *ERR_error_string(unsigned long e, char *buf)  in ERR_error_string()  function
  | 
| /external/wpa_supplicant_8/src/utils/ | 
| D | http_curl.c | 1080 		   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/ | 
| D | grpc_shadow_boringssl_symbol_list | 571 ERR_error_string
  |