Home
last modified time | relevance | path

Searched refs:ERR_peek_error (Results 1 – 14 of 14) sorted by relevance

/external/libchrome/crypto/
Dopenssl_util.cc90 uint32_t error_num = ERR_peek_error(); in ClearOpenSSLERRStack()
/external/boringssl/src/include/openssl/
Derr.h181 OPENSSL_EXPORT uint32_t ERR_peek_error(void);
/external/boringssl/src/crypto/asn1/
Da_d2i_fp.c199 e=ERR_GET_REASON(ERR_peek_error()); in asn1_d2i_read_bio()
/external/boringssl/src/crypto/test/
Dfile_test.cc301 uint32_t err = ERR_peek_error(); in FileTestMain()
/external/curl/lib/
Dsetup-vms.h238 #define ERR_peek_error ERR_PEEK_ERROR macro
/external/boringssl/src/ssl/
Dssl_file.c573 if (ERR_peek_error() != 0) { in SSL_CTX_use_certificate_chain_file()
Ds3_clnt.c755 uint32_t err = ERR_peek_error(); in ssl3_get_server_hello()
Dssl_lib.c704 err = ERR_peek_error(); in SSL_get_error()
/external/boringssl/src/crypto/err/
Derr.c270 uint32_t ERR_peek_error(void) { in ERR_peek_error() function
/external/boringssl/src/crypto/pem/
Dpem_lib.c236 if(ERR_GET_REASON(ERR_peek_error()) == in PEM_bytes_read_bio()
/external/conscrypt/src/main/native/
Dorg_conscrypt_NativeCrypto.cpp784 if (ERR_peek_error() == 0) { in throwSSLExceptionWithSslErrors()
6947 const uint32_t first_error = ERR_peek_error();
8227 ALOGE("%s", ERR_error_string(ERR_peek_error(), nullptr));
8262 ALOGE("%s", ERR_error_string(ERR_peek_error(), nullptr));
8297 ALOGE("%s", ERR_error_string(ERR_peek_error(), nullptr));
8328 ALOGE("%s", ERR_error_string(ERR_peek_error(), nullptr));
8381 ALOGE("%s", ERR_error_string(ERR_peek_error(), nullptr));
8401 ALOGE("%s", ERR_error_string(ERR_peek_error(), NULL));
8423 ALOGE("%s", ERR_error_string(ERR_peek_error(), nullptr));
8499 ALOGE("%s", ERR_error_string(ERR_peek_error(), nullptr));
/external/wpa_supplicant_8/src/crypto/
Dtls_openssl.c1950 unsigned long err = ERR_peek_error(); in tls_load_ca_der()
2040 unsigned long err = ERR_peek_error(); in tls_connection_ca_cert()
2692 unsigned long err = ERR_peek_error(); in tls_connection_engine_ca_cert()
/external/libevent/
Dbufferevent_openssl.c501 if (ret == 0 && ERR_peek_error() == 0) in conn_closed()
/external/curl/lib/vtls/
Dopenssl.c1749 ERR_error_string(ERR_peek_error(), NULL)); in ossl_connect_step1()