Searched refs:ERR_peek_error (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/net/cert/
H A Dtest_root_certs_openssl.cc20 unsigned long error_code = ERR_peek_error();
/external/chromium_org/crypto/
H A Dopenssl_util.cc117 int error_num = ERR_peek_error();
/external/chromium_org/net/ssl/
H A Dopenssl_ssl_util.cc198 "error queue: " << ERR_peek_error() << ", errno: "
/external/openssl/apps/
H A Drsa.c350 while ((err = ERR_peek_error()) != 0 &&
360 if (r == -1 || ERR_peek_error() != 0) /* should happen only if r == -1 */
H A Dreq.c754 if ((ERR_GET_REASON(ERR_peek_error()) ==
/external/chromium_org/third_party/boringssl/src/crypto/asn1/
H A Da_d2i_fp.c199 e=ERR_GET_REASON(ERR_peek_error());
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Derr.h175 OPENSSL_EXPORT uint32_t ERR_peek_error(void);
/external/openssl/crypto/asn1/
H A Da_d2i_fp.c198 e=ERR_GET_REASON(ERR_peek_error());
/external/openssl/crypto/err/
H A Derr.h326 unsigned long ERR_peek_error(void);
H A Derr.c769 unsigned long ERR_peek_error(void) function
/external/openssl/include/openssl/
H A Derr.h326 unsigned long ERR_peek_error(void);
/external/chromium_org/third_party/boringssl/src/crypto/err/
H A Derr.c241 uint32_t ERR_peek_error(void) { function
/external/chromium_org/third_party/boringssl/src/crypto/pem/
H A Dpem_lib.c239 if(ERR_GET_REASON(ERR_peek_error()) ==
/external/chromium_org/third_party/boringssl/src/ssl/
H A Dssl_rsa.c719 if (ERR_peek_error() != 0)
H A Dssl_lib.c2440 if ((l=ERR_peek_error()) != 0)
/external/openssl/ssl/
H A Dssl_rsa.c774 if (ERR_peek_error() != 0)
H A Dssl_lib.c2656 if ((l=ERR_peek_error()) != 0)
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dtls_openssl.c1545 unsigned long err = ERR_peek_error();
1631 unsigned long err = ERR_peek_error();
2147 unsigned long err = ERR_peek_error();
/external/wpa_supplicant_8/src/crypto/
H A Dtls_openssl.c1545 unsigned long err = ERR_peek_error();
1631 unsigned long err = ERR_peek_error();
2147 unsigned long err = ERR_peek_error();
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dtls_openssl.c1545 unsigned long err = ERR_peek_error();
1631 unsigned long err = ERR_peek_error();
2147 unsigned long err = ERR_peek_error();
/external/openssl/crypto/pem/
H A Dpem_lib.c285 if(ERR_GET_REASON(ERR_peek_error()) ==
/external/conscrypt/src/main/native/
H A Dorg_conscrypt_NativeCrypto.cpp642 if (ERR_peek_error() == 0) {
7337 ALOGE("%s", ERR_error_string(ERR_peek_error(), NULL));
7372 ALOGE("%s", ERR_error_string(ERR_peek_error(), NULL));
7406 ALOGE("%s", ERR_error_string(ERR_peek_error(), NULL));
7437 ALOGE("%s", ERR_error_string(ERR_peek_error(), NULL));
7499 ALOGE("%s", ERR_error_string(ERR_peek_error(), NULL));
7510 ALOGE("%s", ERR_error_string(ERR_peek_error(), NULL));
7593 ALOGE("%s", ERR_error_string(ERR_peek_error(), NULL));

Completed in 475 milliseconds