/third_party/openssl/test/ |
D | errtest.c | 26 ERR_get_error(); in preserves_system_error() 30 ERR_get_error(); in preserves_system_error()
|
D | cipherlist_test.c | 230 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/ |
D | shrpx_tls.cc | 793 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/ |
D | tls_openssl.c | 132 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/ |
D | context.ipp | 362 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/ |
D | context.ipp | 362 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/ |
D | wget.c | 171 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/ |
D | DSA_dup_DH.pod | 22 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)>
|
D | ERR_get_error.pod | 5 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
|
D | DSA_generate_key.pod | 25 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)>,
|
D | DH_new.pod | 26 code that can be obtained by L<ERR_get_error(3)>. Otherwise it returns 33 L<DH_new(3)>, L<ERR_get_error(3)>,
|
D | DSA_new.pod | 28 L<ERR_get_error(3)>. Otherwise it returns a pointer 35 L<DSA_new(3)>, L<ERR_get_error(3)>,
|
D | BN_mod_inverse.pod | 26 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)>
|
D | RSA_new.pod | 27 code that can be obtained by L<ERR_get_error(3)>. Otherwise it returns 34 L<ERR_get_error(3)>,
|
D | ASN1_OBJECT_new.pod | 33 code that can be obtained by L<ERR_get_error(3)>. 40 L<ERR_get_error(3)>, L<d2i_ASN1_OBJECT(3)>
|
D | DSA_do_sign.pod | 35 L<ERR_get_error(3)>. 39 L<DSA_new(3)>, L<ERR_get_error(3)>, L<RAND_bytes(3)>,
|
D | CMS_sign_receipt.pod | 35 an error occurred. The error can be obtained from ERR_get_error(3). 39 L<ERR_get_error(3)>,
|
D | CMS_verify_receipt.pod | 37 The error can be obtained from L<ERR_get_error(3)> 41 L<ERR_get_error(3)>,
|
D | BN_add_word.pod | 43 on error. The error codes can be obtained by L<ERR_get_error(3)>. 50 L<ERR_get_error(3)>, L<BN_add(3)>
|
D | X509_check_private_key.pod | 31 obtained using L<ERR_get_error(3)>. 43 L<ERR_get_error(3)>
|
D | BN_new.pod | 43 by L<ERR_get_error(3)>. 49 L<ERR_get_error(3)>, L<OPENSSL_secure_malloc(3)>
|
D | DSA_SIG_new.pod | 37 L<ERR_get_error(3)>. Otherwise it returns a pointer 46 L<DSA_new(3)>, L<ERR_get_error(3)>,
|
D | ERR_GET_LIB.pod | 22 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/ |
D | crypto_openssl.c | 221 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/ |
D | crypto_openssl.c | 162 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 …]
|