Home
last modified time | relevance | path

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

12

/freebsd/crypto/openssl/test/
H A Dpkcs7_test.c157 && TEST_int_eq(ERR_peek_error(), 0) in pkcs7_verify_test()
161 && TEST_int_eq(ERR_peek_error(), 0) in pkcs7_verify_test()
163 && TEST_int_eq(ERR_peek_error(), 0); in pkcs7_verify_test()
369 && TEST_int_eq(ERR_peek_error(), 0) in pkcs7_inner_content_verify_test()
377 && TEST_int_eq(ERR_peek_error(), 0) in pkcs7_inner_content_verify_test()
379 && TEST_int_eq(ERR_peek_error(), 0); in pkcs7_inner_content_verify_test()
H A Dcmp_ctx_test.c375 … if (!TEST_int_eq(ERR_peek_error(), 0)) \
378 … if ((*set_fn)(NULL, val1) || ERR_peek_error() == 0) { \
385 … if ((*get_fn)(NULL) != ERR || ERR_peek_error() == 0) { \
479 … if (!TEST_int_eq(ERR_peek_error(), 0)) \
657 …if (!TEST_int_eq(ERR_peek_error(), 0)) …
659 …if ((*push_fn)(NULL, val1) || ERR_peek_error() == 0) { …
725 …if (!TEST_int_eq(ERR_peek_error(), 0)) …
H A Dcmsapitest.c69 return testresult && TEST_int_eq(ERR_peek_error(), 0); in test_encrypt_decrypt()
315 return ret && TEST_int_eq(ERR_peek_error(), 0); in test_d2i_CMS_bio_NULL()
376 if (!TEST_int_eq(ERR_peek_error(), 0)) in test_d2i_CMS_decode()
H A Dossl_store_test.c240 && TEST_int_ne(ERR_GET_LIB(ERR_peek_error()), ERR_LIB_OSSL_STORE) in test_store_attach_unregistered_scheme()
241 && TEST_int_ne(ERR_GET_REASON(ERR_peek_error()), in test_store_attach_unregistered_scheme()
H A Dasn1_stable_parse_test.c49 errcode = ERR_peek_error(); in test_asn1_stable_parse()
H A Dpkcs12_format_test.c3491 if (!TEST_int_eq(ERR_peek_error(), 0)) in pkcs12_create_test()
3499 if (!TEST_int_eq(ERR_peek_error(), 0)) in pkcs12_create_test()
3533 if (!TEST_int_eq(ERR_peek_error(), 0)) in pkcs12_recreate_test()
3558 if (!TEST_int_eq(ERR_peek_error(), 0)) in pkcs12_recreate_test()
H A Dprov_config_test.c61 err = ERR_peek_error(); in test_recursive_config()
H A Dd2i_test.c101 && !TEST_false(ERR_GET_REASON(ERR_peek_error()) == ERR_R_MALLOC_FAILURE)) in test_bad_asn1()
H A Drecordlentest.c65 long err = ERR_peek_error(); in fail_due_to_record_overflow()
H A Dconf_include_test.c87 || !TEST_int_eq(err = ERR_peek_error(), 0)) { in test_load_config()
H A Dquicfaultstest.c144 if (!TEST_int_eq(ERR_GET_REASON(ERR_peek_error()), in test_unknown_frame()
H A Devp_extra_test2.c2022 TEST_int_eq(ERR_peek_error(), 0); in test_d2i_PrivateKey_ex()
2045 if (!TEST_int_ne(ERR_peek_error(), 0)) in test_PEM_read_bio_negative()
2054 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.c1421 if (ERR_GET_REASON(ERR_peek_error()) == SSL_R_NO_CIPHER_MATCH) { in main()
1434 if (ERR_GET_REASON(ERR_peek_error()) == SSL_R_NO_CIPHER_MATCH) { in main()
1447 if (ERR_GET_REASON(ERR_peek_error()) == SSL_R_NO_CIPHER_MATCH) { in main()
/freebsd/crypto/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
/freebsd/crypto/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()
/freebsd/crypto/openssl/demos/bio/
H A Dsconnect.c124 if (ERR_peek_error() == 0) { /* system call error */ in main()
/freebsd/crypto/openssl/crypto/cmp/
H A Dcmp_server.c193 err = ERR_peek_error(); in delayed_delivery()
275 ERR_reason_error_string(ERR_peek_error())); in process_cert_request()
/freebsd/crypto/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.c257 if (ERR_GET_REASON(ERR_peek_error()) == PEM_R_NO_START_LINE) in pem_bytes_read_bio_flags()
/freebsd/crypto/openssl/include/openssl/
H A Derr.h431 unsigned long ERR_peek_error(void);
/freebsd/crypto/openssl/crypto/err/
H A Derr.c376 unsigned long ERR_peek_error(void) in ERR_peek_error() function
/freebsd/crypto/openssl/apps/
H A Dspeed.c1788 if (ERR_peek_error()) { in get_ecdsa()
1812 unsigned long error = ERR_peek_error(); in get_ecdsa()
1820 if (ERR_peek_error()) { in get_ecdsa()
3952 if (ERR_peek_error()) { in speed_main()
4151 if (ERR_peek_error()) { in speed_main()
4331 if (ERR_peek_error()) { in speed_main()
/freebsd/crypto/openssl/crypto/encode_decode/
H A Ddecoder_lib.c102 if (ERR_peek_last_error() == lasterr || ERR_peek_error() == 0) in OSSL_DECODER_from_bio()
/freebsd/crypto/openssl/ssl/
H A Dssl_rsa.c524 if (ERR_peek_error() != 0) in use_certificate_chain_file()

12