Searched refs:ERR_peek_error (Results 1 – 14 of 14) sorted by relevance
/external/libchrome/crypto/ |
D | openssl_util.cc | 90 uint32_t error_num = ERR_peek_error(); in ClearOpenSSLERRStack()
|
/external/boringssl/src/include/openssl/ |
D | err.h | 181 OPENSSL_EXPORT uint32_t ERR_peek_error(void);
|
/external/boringssl/src/crypto/asn1/ |
D | a_d2i_fp.c | 199 e=ERR_GET_REASON(ERR_peek_error()); in asn1_d2i_read_bio()
|
/external/boringssl/src/crypto/test/ |
D | file_test.cc | 301 uint32_t err = ERR_peek_error(); in FileTestMain()
|
/external/curl/lib/ |
D | setup-vms.h | 238 #define ERR_peek_error ERR_PEEK_ERROR macro
|
/external/boringssl/src/ssl/ |
D | ssl_file.c | 573 if (ERR_peek_error() != 0) { in SSL_CTX_use_certificate_chain_file()
|
D | s3_clnt.c | 755 uint32_t err = ERR_peek_error(); in ssl3_get_server_hello()
|
D | ssl_lib.c | 704 err = ERR_peek_error(); in SSL_get_error()
|
/external/boringssl/src/crypto/err/ |
D | err.c | 270 uint32_t ERR_peek_error(void) { in ERR_peek_error() function
|
/external/boringssl/src/crypto/pem/ |
D | pem_lib.c | 236 if(ERR_GET_REASON(ERR_peek_error()) == in PEM_bytes_read_bio()
|
/external/conscrypt/src/main/native/ |
D | org_conscrypt_NativeCrypto.cpp | 784 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/ |
D | tls_openssl.c | 1950 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/ |
D | bufferevent_openssl.c | 501 if (ret == 0 && ERR_peek_error() == 0) in conn_closed()
|
/external/curl/lib/vtls/ |
D | openssl.c | 1749 ERR_error_string(ERR_peek_error(), NULL)); in ossl_connect_step1()
|