Home
last modified time | relevance | path

Searched refs:ERR_get_error (Results 1 – 25 of 168) sorted by relevance

1234567

/third_party/openssl/test/
Derrtest.c26 ERR_get_error(); in preserves_system_error()
30 ERR_get_error(); in preserves_system_error()
Dcipherlist_test.c230 if (!TEST_int_eq(ERR_GET_REASON(ERR_get_error()), SSL_R_NO_CIPHER_MATCH)) in test_default_cipherlist_clear()
241 if (!TEST_int_eq(ERR_GET_REASON(ERR_get_error()), in test_default_cipherlist_clear()
/third_party/nghttp2/src/
Dshrpx_tls.cc793 LOG(FATAL) << ERR_error_string(ERR_get_error(), nullptr); in create_ssl_context()
837 << " failed: " << ERR_error_string(ERR_get_error(), nullptr); in create_ssl_context()
844 << " failed: " << ERR_error_string(ERR_get_error(), nullptr); in create_ssl_context()
867 << ERR_error_string(ERR_get_error(), nullptr); in create_ssl_context()
880 << ERR_error_string(ERR_get_error(), nullptr); in create_ssl_context()
886 << ERR_error_string(ERR_get_error(), nullptr); in create_ssl_context()
898 << ERR_error_string(ERR_get_error(), nullptr); in create_ssl_context()
906 << ERR_error_string(ERR_get_error(), nullptr); in create_ssl_context()
920 << ERR_error_string(ERR_get_error(), nullptr); in create_ssl_context()
933 << ERR_error_string(ERR_get_error(), nullptr); in create_ssl_context()
[all …]
/third_party/ffmpeg/libavformat/
Dtls_openssl.c132 av_log(h, AV_LOG_ERROR, "%s\n", ERR_error_string(ERR_get_error(), NULL)); in print_tls_error()
254 av_log(h, AV_LOG_ERROR, "%s\n", ERR_error_string(ERR_get_error(), NULL)); in tls_open()
261 …og(h, AV_LOG_ERROR, "SSL_CTX_load_verify_locations %s\n", ERR_error_string(ERR_get_error(), NULL)); in tls_open()
265 c->cert_file, ERR_error_string(ERR_get_error(), NULL)); in tls_open()
271 c->key_file, ERR_error_string(ERR_get_error(), NULL)); in tls_open()
281 av_log(h, AV_LOG_ERROR, "%s\n", ERR_error_string(ERR_get_error(), NULL)); in tls_open()
/third_party/boost/boost/asio/ssl/impl/
Dcontext.ipp362 static_cast<int>(::ERR_get_error()),
548 static_cast<int>(::ERR_get_error()),
579 unsigned long err = ::ERR_get_error();
593 static_cast<int>(::ERR_get_error()),
620 static_cast<int>(::ERR_get_error()),
644 static_cast<int>(::ERR_get_error()),
700 static_cast<int>(::ERR_get_error()),
738 static_cast<int>(::ERR_get_error()),
786 static_cast<int>(::ERR_get_error()),
810 static_cast<int>(::ERR_get_error()),
[all …]
/third_party/boost/libs/asio/include/boost/asio/ssl/impl/
Dcontext.ipp362 static_cast<int>(::ERR_get_error()),
548 static_cast<int>(::ERR_get_error()),
579 unsigned long err = ::ERR_get_error();
593 static_cast<int>(::ERR_get_error()),
620 static_cast<int>(::ERR_get_error()),
644 static_cast<int>(::ERR_get_error()),
700 static_cast<int>(::ERR_get_error()),
738 static_cast<int>(::ERR_get_error()),
786 static_cast<int>(::ERR_get_error()),
810 static_cast<int>(::ERR_get_error()),
[all …]
/third_party/toybox/toys/pending/
Dwget.c171 error_exit("SSL_new: %s", ERR_error_string(ERR_get_error(), NULL)); in wget_connect()
175 ERR_error_string(ERR_get_error(), NULL)); in wget_connect()
179 error_exit("SSL_set_fd: %s", ERR_error_string(ERR_get_error(), NULL)); in wget_connect()
197 error_exit("SSL_read: %s", ERR_error_string(ERR_get_error(), NULL)); in wget_read()
213 error_exit("SSL_write: %s", ERR_error_string(ERR_get_error(), NULL)); in wget_write()
/third_party/openssl/doc/man3/
DDSA_dup_DH.pod22 error codes can be obtained by L<ERR_get_error(3)>.
30 L<DH_new(3)>, L<DSA_new(3)>, L<ERR_get_error(3)>
DERR_get_error.pod5 ERR_get_error, ERR_peek_error, ERR_peek_last_error,
14 unsigned long ERR_get_error(void);
31 ERR_get_error() returns the earliest error code from the thread's error
DDSA_generate_key.pod25 The error codes can be obtained by L<ERR_get_error(3)>.
29 L<DSA_new(3)>, L<ERR_get_error(3)>, L<RAND_bytes(3)>,
DDH_new.pod26 code that can be obtained by L<ERR_get_error(3)>. Otherwise it returns
33 L<DH_new(3)>, L<ERR_get_error(3)>,
DDSA_new.pod28 L<ERR_get_error(3)>. Otherwise it returns a pointer
35 L<DSA_new(3)>, L<ERR_get_error(3)>,
DBN_mod_inverse.pod26 NULL on error. The error codes can be obtained by L<ERR_get_error(3)>.
30 L<ERR_get_error(3)>, L<BN_add(3)>
DRSA_new.pod27 code that can be obtained by L<ERR_get_error(3)>. Otherwise it returns
34 L<ERR_get_error(3)>,
DASN1_OBJECT_new.pod33 code that can be obtained by L<ERR_get_error(3)>.
40 L<ERR_get_error(3)>, L<d2i_ASN1_OBJECT(3)>
DDSA_do_sign.pod35 L<ERR_get_error(3)>.
39 L<DSA_new(3)>, L<ERR_get_error(3)>, L<RAND_bytes(3)>,
DCMS_sign_receipt.pod35 an error occurred. The error can be obtained from ERR_get_error(3).
39 L<ERR_get_error(3)>,
DCMS_verify_receipt.pod37 The error can be obtained from L<ERR_get_error(3)>
41 L<ERR_get_error(3)>,
DBN_add_word.pod43 on error. The error codes can be obtained by L<ERR_get_error(3)>.
50 L<ERR_get_error(3)>, L<BN_add(3)>
DX509_check_private_key.pod31 obtained using L<ERR_get_error(3)>.
43 L<ERR_get_error(3)>
DBN_new.pod43 by L<ERR_get_error(3)>.
49 L<ERR_get_error(3)>, L<OPENSSL_secure_malloc(3)>
DDSA_SIG_new.pod37 L<ERR_get_error(3)>. Otherwise it returns a pointer
46 L<DSA_new(3)>, L<ERR_get_error(3)>,
DERR_GET_LIB.pod22 The error code returned by ERR_get_error() consists of a library
50 L<ERR_get_error(3)>
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dcrypto_openssl.c221 ERR_error_string(ERR_get_error(), NULL)); in openssl_digest_vector()
229 ERR_error_string(ERR_get_error(), NULL)); in openssl_digest_vector()
236 ERR_error_string(ERR_get_error(), NULL)); in openssl_digest_vector()
420 ERR_error_string(ERR_get_error(), NULL)); in aes_encrypt()
434 "%s", ERR_error_string(ERR_get_error(), NULL)); in aes_encrypt_deinit()
477 ERR_error_string(ERR_get_error(), NULL)); in aes_decrypt()
491 "%s", ERR_error_string(ERR_get_error(), NULL)); in aes_decrypt_deinit()
2093 ERR_error_string(ERR_get_error(), NULL)); in crypto_ecdh_init()
2099 ERR_error_string(ERR_get_error(), NULL)); in crypto_ecdh_init()
2173 ERR_error_string(ERR_get_error(), NULL)); in crypto_ecdh_get_pubkey()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dcrypto_openssl.c162 ERR_error_string(ERR_get_error(), NULL)); in openssl_digest_vector()
170 ERR_error_string(ERR_get_error(), NULL)); in openssl_digest_vector()
177 ERR_error_string(ERR_get_error(), NULL)); in openssl_digest_vector()
347 ERR_error_string(ERR_get_error(), NULL)); in aes_encrypt()
361 "%s", ERR_error_string(ERR_get_error(), NULL)); in aes_encrypt_deinit()
404 ERR_error_string(ERR_get_error(), NULL)); in aes_decrypt()
418 "%s", ERR_error_string(ERR_get_error(), NULL)); in aes_decrypt_deinit()
2005 ERR_error_string(ERR_get_error(), NULL)); in crypto_ecdh_init()
2011 ERR_error_string(ERR_get_error(), NULL)); in crypto_ecdh_init()
2059 ERR_error_string(ERR_get_error(), NULL)); in crypto_ecdh_get_pubkey()
[all …]

1234567