Searched refs:ERR_peek_error (Results 1 – 21 of 21) sorted by relevance
53 uint32_t error_num = ERR_peek_error(); in ClearOpenSSLERRStack()
194 OPENSSL_EXPORT uint32_t ERR_peek_error(void);
278 if (ERR_peek_error() != 0) { in ~ErrorQueueChecker()
208 e = ERR_GET_REASON(ERR_peek_error()); in asn1_d2i_read_bio()
239 #define ERR_peek_error ERR_PEEK_ERROR macro
409 uint32_t err = ERR_peek_error(); in TEST()
526 if (ERR_peek_error() != 0) { in SSL_CTX_use_certificate_chain_file()
523 uint32_t err = ERR_peek_error(); in ssl_run_handshake()
1252 uint32_t err = ERR_peek_error(); in SSL_get_error()
2830 if (ERR_peek_error() != 0) { in ExpectBadWriteRetry()
404 if (ERR_peek_error() == 0) { in throwSSLExceptionWithSslErrors()
1419 if (ERR_peek_error() != 0) { in RSA_crypt_operation()2333 if (ERR_peek_error() != 0) { in NativeCrypto_ECDSA_sign()2507 if (ERR_peek_error() != 0) { in NativeCrypto_EVP_DigestInit_ex()3274 if (ERR_peek_error() != 0) { in NativeCrypto_EVP_CipherFinal_ex()5083 if (ERR_peek_error() != 0) { in PEM_to_jlong()5218 if (ERR_peek_error() != 0) { in NativeCrypto_d2i_PKCS7_bio()5234 if (ERR_peek_error() != 0) { in NativeCrypto_d2i_PKCS7_bio()5248 if (ERR_peek_error() != 0) { in NativeCrypto_d2i_PKCS7_bio()5272 if (ERR_peek_error() != 0) { in NativeCrypto_ASN1_seq_unpack_X509_bio()5504 const uint32_t first_error = ERR_peek_error(); in NativeCrypto_X509_get_pubkey()[all …]
466 uint32_t err = ERR_peek_error(); in FileTestMain()
300 uint32_t ERR_peek_error(void) { in ERR_peek_error() function
203 if (ERR_GET_REASON(ERR_peek_error()) == PEM_R_NO_START_LINE) in PEM_bytes_read_bio()
322 int err = ERR_peek_error(); in TEST_P()
2139 unsigned long err = ERR_peek_error(); in tls_load_ca_der()2229 unsigned long err = ERR_peek_error(); in tls_connection_ca_cert()2983 unsigned long err = ERR_peek_error(); in tls_connection_engine_ca_cert()
1421 uint32_t err = ERR_peek_error(); in CheckIdempotentError()1425 uint32_t err2 = ERR_peek_error(); in CheckIdempotentError()
511 if ((ret == 0 || ret == -1) && ERR_peek_error() == 0) in conn_closed()
2130 ossl_strerror(ERR_peek_error(), error_buffer, sizeof(error_buffer))); in ossl_connect_step1()
761 uint32_t err = ERR_peek_error(); in TestNotModSquare()