Searched refs:ERR_peek_error (Results 1 – 10 of 10) sorted by relevance
/external/boringssl/src/include/openssl/ |
D | err.h | 182 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 | 302 uint32_t err = ERR_peek_error(); in FileTestMain()
|
/external/boringssl/src/crypto/err/ |
D | err.c | 274 uint32_t ERR_peek_error(void) { in ERR_peek_error() function
|
/external/boringssl/src/ssl/ |
D | ssl_rsa.c | 605 if (ERR_peek_error() != 0) { in SSL_CTX_use_certificate_chain_file()
|
D | s3_clnt.c | 740 uint32_t err = ERR_peek_error(); in ssl3_get_server_hello()
|
D | ssl_lib.c | 2020 err = ERR_peek_error(); in SSL_get_error()
|
/external/boringssl/src/crypto/pem/ |
D | pem_lib.c | 240 if(ERR_GET_REASON(ERR_peek_error()) == in PEM_bytes_read_bio()
|
/external/wpa_supplicant_8/src/crypto/ |
D | tls_openssl.c | 1666 unsigned long err = ERR_peek_error(); in tls_load_ca_der() 1755 unsigned long err = ERR_peek_error(); in tls_connection_ca_cert() 2285 unsigned long err = ERR_peek_error(); in tls_connection_engine_ca_cert()
|
/external/conscrypt/src/main/native/ |
D | org_conscrypt_NativeCrypto.cpp | 771 if (ERR_peek_error() == 0) { in throwSSLExceptionWithSslErrors() 6932 const uint32_t first_error = ERR_peek_error(); 8238 ALOGE("%s", ERR_error_string(ERR_peek_error(), NULL)); 8273 ALOGE("%s", ERR_error_string(ERR_peek_error(), NULL)); 8306 ALOGE("%s", ERR_error_string(ERR_peek_error(), NULL)); 8341 ALOGE("%s", ERR_error_string(ERR_peek_error(), NULL)); 8398 ALOGE("%s", ERR_error_string(ERR_peek_error(), NULL)); 8418 ALOGE("%s", ERR_error_string(ERR_peek_error(), NULL)); 8440 ALOGE("%s", ERR_error_string(ERR_peek_error(), NULL)); 8516 ALOGE("%s", ERR_error_string(ERR_peek_error(), NULL));
|