Home
last modified time | relevance | path

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

12345

/third_party/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 Dcmp_ctx_test.c355 if (!TEST_int_eq(ERR_peek_error(), 0)) \
358 if ((*set_fn)(NULL, val1) || ERR_peek_error() == 0) { \
365 if ((*get_fn)(NULL) != ERR || ERR_peek_error() == 0) { \
456 if (!TEST_int_eq(ERR_peek_error(), 0)) \
633 if (!TEST_int_eq(ERR_peek_error(), 0)) \
635 if ((*push_fn)(NULL, val1) || ERR_peek_error() == 0) { \
701 if (!TEST_int_eq(ERR_peek_error(), 0)) \
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 Dprov_config_test.c64 err = ERR_peek_error(); in test_recursive_config()
H A Drecordlentest.c65 long err = ERR_peek_error(); in fail_due_to_record_overflow()
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 Derrtest.c69 errorcode = ERR_peek_error(); in test_print_error_format()
/third_party/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()
/third_party/node/test/cctest/
H A Dtest_node_crypto.cc20 ASSERT_EQ(ERR_peek_error(), 0UL) << "NewRootCertStore should not have left " in TEST()
H A Dtest_node_crypto_env.cc30 ASSERT_EQ(ERR_peek_error(), 0UL) << "There should not have left " in TEST_F()
/third_party/openssl/demos/bio/
H A Dsconnect.c118 if (ERR_peek_error() == 0) { /* system call error */ in main()
/third_party/node/src/
H A Dnode.cc1032 if (ERR_peek_error() != 0) { in InitializeOncePerProcess()
1035 result->exit_code_ = ERR_GET_REASON(ERR_peek_error()); in InitializeOncePerProcess()
1049 result->exit_code_ = ERR_GET_REASON(ERR_peek_error()); in InitializeOncePerProcess()
/third_party/curl/lib/
H A Dsetup-vms.h241 #define ERR_peek_error ERR_PEEK_ERROR macro
/third_party/openssl/ohos_lite/include/openssl/
H A Derr.h227 unsigned long ERR_peek_error(void);
/third_party/fsverity-utils/lib/
H A Dsign_digest.c44 if (ERR_peek_error() == 0) in error_msg_openssl()
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/include/openssl/
H A Derr.h428 unsigned long ERR_peek_error(void);
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/no-asm/include/openssl/
H A Derr.h428 unsigned long ERR_peek_error(void);
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/
H A Derr.h428 unsigned long ERR_peek_error(void);
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/
H A Derr.h428 unsigned long ERR_peek_error(void);
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/
H A Derr.h428 unsigned long ERR_peek_error(void);
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/
H A Derr.h428 unsigned long ERR_peek_error(void);
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/
H A Derr.h428 unsigned long ERR_peek_error(void);
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/
H A Derr.h428 unsigned long ERR_peek_error(void);
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/include/openssl/
H A Derr.h428 unsigned long ERR_peek_error(void);

Completed in 20 milliseconds

12345