| /freebsd/crypto/openssl/test/ |
| H A D | pkcs7_test.c | 157 && 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 D | cmp_ctx_test.c | 375 … 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 D | cmsapitest.c | 69 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 D | ossl_store_test.c | 240 && 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 D | asn1_stable_parse_test.c | 49 errcode = ERR_peek_error(); in test_asn1_stable_parse()
|
| H A D | pkcs12_format_test.c | 3491 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 D | prov_config_test.c | 61 err = ERR_peek_error(); in test_recursive_config()
|
| H A D | d2i_test.c | 101 && !TEST_false(ERR_GET_REASON(ERR_peek_error()) == ERR_R_MALLOC_FAILURE)) in test_bad_asn1()
|
| H A D | recordlentest.c | 65 long err = ERR_peek_error(); in fail_due_to_record_overflow()
|
| H A D | conf_include_test.c | 87 || !TEST_int_eq(err = ERR_peek_error(), 0)) { in test_load_config()
|
| H A D | quicfaultstest.c | 144 if (!TEST_int_eq(ERR_GET_REASON(ERR_peek_error()), in test_unknown_frame()
|
| H A D | evp_extra_test2.c | 2022 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 D | errtest.c | 69 errorcode = ERR_peek_error(); in test_print_error_format()
|
| H A D | ssl_old_test.c | 1421 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 D | ERR_get_error.pod | 5 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 D | load.c | 77 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 D | sconnect.c | 124 if (ERR_peek_error() == 0) { /* system call error */ in main()
|
| /freebsd/crypto/openssl/crypto/cmp/ |
| H A D | cmp_server.c | 193 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 D | pem_pkey.c | 65 if (ERR_GET_REASON(ERR_peek_error()) == ERR_R_UNSUPPORTED) { in pem_read_bio_key_decoder()
|
| H A D | pem_lib.c | 257 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 D | err.h | 431 unsigned long ERR_peek_error(void);
|
| /freebsd/crypto/openssl/crypto/err/ |
| H A D | err.c | 376 unsigned long ERR_peek_error(void) in ERR_peek_error() function
|
| /freebsd/crypto/openssl/apps/ |
| H A D | speed.c | 1788 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 D | decoder_lib.c | 102 if (ERR_peek_last_error() == lasterr || ERR_peek_error() == 0) in OSSL_DECODER_from_bio()
|
| /freebsd/crypto/openssl/ssl/ |
| H A D | ssl_rsa.c | 524 if (ERR_peek_error() != 0) in use_certificate_chain_file()
|