Searched refs:ERR_peek_error (Results 1 - 25 of 112) sorted by relevance
12345
/third_party/openssl/test/ |
H A D | pkcs7_test.c | 79 && 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 D | cmp_ctx_test.c | 355 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 D | ossl_store_test.c | 171 && 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 D | prov_config_test.c | 64 err = ERR_peek_error(); in test_recursive_config()
|
H A D | recordlentest.c | 65 long err = ERR_peek_error(); in fail_due_to_record_overflow()
|
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 | conf_include_test.c | 80 || !TEST_int_eq(err = ERR_peek_error(), 0)) { in test_load_config()
|
H A D | errtest.c | 69 errorcode = ERR_peek_error(); in test_print_error_format()
|
/third_party/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()
|
/third_party/node/test/cctest/ |
H A D | test_node_crypto.cc | 20 ASSERT_EQ(ERR_peek_error(), 0UL) << "NewRootCertStore should not have left " in TEST()
|
H A D | test_node_crypto_env.cc | 30 ASSERT_EQ(ERR_peek_error(), 0UL) << "There should not have left " in TEST_F()
|
/third_party/openssl/demos/bio/ |
H A D | sconnect.c | 118 if (ERR_peek_error() == 0) { /* system call error */ in main()
|
/third_party/node/src/ |
H A D | node.cc | 1032 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 D | setup-vms.h | 241 #define ERR_peek_error ERR_PEEK_ERROR macro
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | err.h | 227 unsigned long ERR_peek_error(void);
|
/third_party/fsverity-utils/lib/ |
H A D | sign_digest.c | 44 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 D | err.h | 428 unsigned long ERR_peek_error(void);
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/no-asm/include/openssl/ |
H A D | err.h | 428 unsigned long ERR_peek_error(void);
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/ |
H A D | err.h | 428 unsigned long ERR_peek_error(void);
|
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/ |
H A D | err.h | 428 unsigned long ERR_peek_error(void);
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/ |
H A D | err.h | 428 unsigned long ERR_peek_error(void);
|
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/ |
H A D | err.h | 428 unsigned long ERR_peek_error(void);
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/ |
H A D | err.h | 428 unsigned long ERR_peek_error(void);
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/ |
H A D | err.h | 428 unsigned long ERR_peek_error(void);
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/include/openssl/ |
H A D | err.h | 428 unsigned long ERR_peek_error(void);
|
Completed in 22 milliseconds
12345