/aosp_15_r20/external/libpcap/ |
H A 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()
|
/aosp_15_r20/external/wpa_supplicant_8/src/crypto/ |
H A D | crypto_openssl.c | 295 ERR_error_string(ERR_get_error(), NULL)); in openssl_digest_vector() 303 ERR_error_string(ERR_get_error(), NULL)); in openssl_digest_vector() 310 ERR_error_string(ERR_get_error(), NULL)); in openssl_digest_vector() 494 ERR_error_string(ERR_get_error(), NULL)); in aes_encrypt() 508 "%s", ERR_error_string(ERR_get_error(), NULL)); in aes_encrypt_deinit() 551 ERR_error_string(ERR_get_error(), NULL)); in aes_decrypt() 565 "%s", ERR_error_string(ERR_get_error(), NULL)); in aes_decrypt_deinit() 1054 ERR_error_string(ERR_get_error(), NULL)); in dh5_init() 1181 ERR_error_string(ERR_get_error(), NULL)); in dh5_init_fixed() 1253 ERR_error_string(ERR_get_error(), NULL)); in dh5_derive_shared() [all …]
|
H A D | tls_openssl.c | 356 func, txt, ERR_error_string(ERR_get_error(), NULL)); in tls_show_errors() 360 ERR_error_string(err, NULL)); in tls_show_errors() 863 ERR_error_string(ERR_get_error(), NULL)); in tls_engine_load_dynamic_generic() 873 ERR_error_string(ERR_get_error(), NULL)); in tls_engine_load_dynamic_generic() 889 id, ERR_error_string(ERR_get_error(), NULL)); in tls_engine_load_dynamic_generic() 898 ERR_error_string(ERR_get_error(), NULL)); in tls_engine_load_dynamic_generic() 1316 ERR_error_string(ERR_get_error(), NULL)); in tls_engine_init() 1335 engine_id, ERR_error_string(ERR_get_error(), NULL)); in tls_engine_init() 1341 ERR_error_string(ERR_get_error(), NULL)); in tls_engine_init() 1349 ERR_error_string(ERR_get_error(), NULL)); in tls_engine_init() [all …]
|
H A 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()
|
/aosp_15_r20/external/toybox/toys/net/ |
H A 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()
|
/aosp_15_r20/external/cronet/third_party/netty-tcnative/src/c/ |
H A D | sslcontext.c | 219 ERR_error_string(ERR_get_error(), err); in TCN_IMPLEMENT_CALL() 391 ERR_error_string(ERR_get_error(), err); in TCN_IMPLEMENT_CALL() 622 ERR_error_string(ERR_get_error(), err); in TCN_IMPLEMENT_CALL() 631 ERR_error_string(ERR_get_error(), err); in TCN_IMPLEMENT_CALL() 638 ERR_error_string(ERR_get_error(), err); in TCN_IMPLEMENT_CALL() 646 ERR_error_string(ERR_get_error(), err); in TCN_IMPLEMENT_CALL() 652 ERR_error_string(ERR_get_error(), err); in TCN_IMPLEMENT_CALL() 658 ERR_error_string(ERR_get_error(), err); in TCN_IMPLEMENT_CALL() 711 ERR_error_string(ERR_get_error(), err); in TCN_IMPLEMENT_CALL() 718 ERR_error_string(ERR_get_error(), err); in TCN_IMPLEMENT_CALL() [all …]
|
H A D | ssl.c | 899 ERR_error_string(ERR_get_error(), buf); in TCN_IMPLEMENT_CALL() 1452 ERR_error_string(number, buf); in TCN_IMPLEMENT_CALL() 1663 ERR_error_string(ERR_get_error(), err); in TCN_IMPLEMENT_CALL() 1766 ERR_error_string(ERR_get_error(), err); in TCN_IMPLEMENT_CALL() 1786 ERR_error_string(ERR_get_error(), err); in TCN_IMPLEMENT_CALL()
|
/aosp_15_r20/external/libwebsockets/lib/tls/openssl/ |
H A 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(
|
H A 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(
|
/aosp_15_r20/external/libwebsockets/lib/tls/mbedtls/ |
H A 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()
|
/aosp_15_r20/external/wpa_supplicant_8/hs20/client/ |
H A 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()
|
/aosp_15_r20/external/iperf3/src/ |
H A 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()
|
/aosp_15_r20/system/update_engine/payload_generator/ |
H A D | payload_signer.cc | 309 << ERR_error_string(ERR_get_error(), nullptr); in SignHash() 327 << ERR_error_string(ERR_get_error(), nullptr); in SignHash()
|
/aosp_15_r20/external/tpm2-tss/test/helper/ |
H A D | tpm_getek_ecc.c | 30 char *err = ERR_error_string(errCode, NULL); in handleErrors()
|
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/external/boringssl/src/include/openssl/ |
D | err.h | 400 OPENSSL_EXPORT char *ERR_error_string(uint32_t packed_error, char *buf);
|
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/external/boringssl/src/include/openssl/ |
D | err.h | 400 OPENSSL_EXPORT char *ERR_error_string(uint32_t packed_error, char *buf);
|
/aosp_15_r20/prebuilts/vndk/v30/arm/include/external/boringssl/src/include/openssl/ |
D | err.h | 400 OPENSSL_EXPORT char *ERR_error_string(uint32_t packed_error, char *buf);
|
/aosp_15_r20/prebuilts/vndk/v34/arm/include/external/boringssl/src/include/openssl/ |
D | err.h | 418 OPENSSL_EXPORT char *ERR_error_string(uint32_t packed_error, char *buf);
|
/aosp_15_r20/prebuilts/vndk/v32/x86/include/external/boringssl/src/include/openssl/ |
D | err.h | 404 OPENSSL_EXPORT char *ERR_error_string(uint32_t packed_error, char *buf);
|
/aosp_15_r20/prebuilts/vndk/v31/arm/include/external/boringssl/src/include/openssl/ |
D | err.h | 404 OPENSSL_EXPORT char *ERR_error_string(uint32_t packed_error, char *buf);
|
/aosp_15_r20/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);
|
/aosp_15_r20/prebuilts/vndk/v34/x86/include/external/boringssl/src/include/openssl/ |
D | err.h | 418 OPENSSL_EXPORT char *ERR_error_string(uint32_t packed_error, char *buf);
|
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/external/boringssl/src/include/openssl/ |
D | err.h | 418 OPENSSL_EXPORT char *ERR_error_string(uint32_t packed_error, char *buf);
|
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/external/boringssl/src/include/openssl/ |
D | err.h | 404 OPENSSL_EXPORT char *ERR_error_string(uint32_t packed_error, char *buf);
|
/aosp_15_r20/prebuilts/vndk/v30/x86/include/external/boringssl/src/include/openssl/ |
D | err.h | 400 OPENSSL_EXPORT char *ERR_error_string(uint32_t packed_error, char *buf);
|