Home
last modified time | relevance | path

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

12

/openssl/test/
H A Dpkcs7_test.c79 && TEST_int_eq(ERR_peek_error(), 0) in pkcs7_verify_test()
83 && TEST_int_eq(ERR_peek_error(), 0) in pkcs7_verify_test()
85 && TEST_int_eq(ERR_peek_error(), 0); in pkcs7_verify_test()
H A Dossl_store_test.c171 && TEST_int_ne(ERR_GET_LIB(ERR_peek_error()), ERR_LIB_OSSL_STORE) in test_store_attach_unregistered_scheme()
172 && TEST_int_ne(ERR_GET_REASON(ERR_peek_error()), in test_store_attach_unregistered_scheme()
H A Dcmp_ctx_test.c352 if (!TEST_int_eq(ERR_peek_error(), 0)) \
355 if ((*set_fn)(NULL, val1) || ERR_peek_error() == 0) { \
362 if ((*get_fn)(NULL) != ERR || ERR_peek_error() == 0) { \
453 if (!TEST_int_eq(ERR_peek_error(), 0)) \
631 if (!TEST_int_eq(ERR_peek_error(), 0)) \
633 if ((*push_fn)(NULL, val1) || ERR_peek_error() == 0) { \
699 if (!TEST_int_eq(ERR_peek_error(), 0)) \
H A Dd2i_test.c101 && !TEST_false(ERR_GET_REASON(ERR_peek_error()) == ERR_R_MALLOC_FAILURE)) in test_bad_asn1()
H A Dconf_include_test.c80 || !TEST_int_eq(err = ERR_peek_error(), 0)) { in test_load_config()
H A Drecordlentest.c65 long err = ERR_peek_error(); in fail_due_to_record_overflow()
H A Dcmsapitest.c317 if (!TEST_int_eq(ERR_peek_error(), 0)) in test_d2i_CMS_bio_file_encrypted_data()
H A Dpkcs12_format_test.c777 if (!TEST_int_eq(ERR_peek_error(), 0)) in pkcs12_create_test()
785 if (!TEST_int_eq(ERR_peek_error(), 0)) in pkcs12_create_test()
H A Devp_extra_test2.c579 TEST_int_eq(ERR_peek_error(), 0); in test_d2i_PrivateKey_ex()
602 if (!TEST_int_ne(ERR_peek_error(), 0)) in test_PEM_read_bio_negative()
611 if (!TEST_int_ne(ERR_peek_error(), 0)) in test_PEM_read_bio_negative()
H A Derrtest.c69 errorcode = ERR_peek_error(); in test_print_error_format()
H A Dssl_old_test.c1419 if (ERR_GET_REASON(ERR_peek_error()) == SSL_R_NO_CIPHER_MATCH) { in main()
1432 if (ERR_GET_REASON(ERR_peek_error()) == SSL_R_NO_CIPHER_MATCH) { in main()
1445 if (ERR_GET_REASON(ERR_peek_error()) == SSL_R_NO_CIPHER_MATCH) { in main()
/openssl/doc/man3/
H A DERR_get_error.pod5 ERR_get_error, ERR_peek_error, ERR_peek_last_error,
18 unsigned long ERR_peek_error(void);
58 ERR_peek_error() returns the earliest error code from the thread's
81 ERR_peek_error() and ERR_peek_last_error(), but on success they additionally
88 ERR_peek_error() and ERR_peek_last_error(), but on success they additionally
94 ERR_peek_error() and ERR_peek_last_error(), but on success they additionally
/openssl/test/testutil/
H A Dload.c77 unsigned long err = ERR_peek_error(); in load_pkey_pem()
81 && err != ERR_peek_error()) { in load_pkey_pem()
/openssl/demos/bio/
H A Dsconnect.c118 if (ERR_peek_error() == 0) { /* system call error */ in main()
/openssl/crypto/pem/
H A Dpem_pkey.c65 if (ERR_GET_REASON(ERR_peek_error()) == ERR_R_UNSUPPORTED) { in pem_read_bio_key_decoder()
H A Dpem_lib.c251 if (ERR_GET_REASON(ERR_peek_error()) == PEM_R_NO_START_LINE) in pem_bytes_read_bio_flags()
/openssl/crypto/cmp/
H A Dcmp_server.c208 ERR_reason_error_string(ERR_peek_error())); in process_cert_request()
/openssl/crypto/err/
H A Derr.c375 unsigned long ERR_peek_error(void) in ERR_peek_error() function
/openssl/crypto/encode_decode/
H A Ddecoder_lib.c100 if (ERR_peek_last_error() == lasterr || ERR_peek_error() == 0) in OSSL_DECODER_from_bio()
/openssl/apps/
H A Dspeed.c1278 if (ERR_peek_error()) { in get_ecdsa()
1302 unsigned long error = ERR_peek_error(); in get_ecdsa()
1310 if (ERR_peek_error()) { in get_ecdsa()
2958 if (ERR_peek_error()) { in speed_main()
H A Dpkcs12.c795 unsigned long err = ERR_peek_error(); in pkcs12_main()
H A Dreq.c707 if ((ERR_GET_REASON(ERR_peek_error()) == in req_main()
/openssl/include/openssl/
H A Derr.h.in405 unsigned long ERR_peek_error(void);
/openssl/ssl/
H A Dssl_rsa.c496 if (ERR_peek_error() != 0) in use_certificate_chain_file()
/openssl/crypto/http/
H A Dhttp_client.c1090 unsigned long err = ERR_peek_error(); in OSSL_HTTP_exchange()

Completed in 167 milliseconds

12