Home
last modified time | relevance | path

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

12

/third_party/openssl/test/
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()
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)) \
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()
Dd2i_test.c101 && !TEST_false(ERR_GET_REASON(ERR_peek_error()) == ERR_R_MALLOC_FAILURE)) in test_bad_asn1()
Dconf_include_test.c80 || !TEST_int_eq(err = ERR_peek_error(), 0)) { in test_load_config()
Drecordlentest.c65 long err = ERR_peek_error(); in fail_due_to_record_overflow()
Devp_extra_test2.c581 TEST_int_eq(ERR_peek_error(), 0); in test_d2i_PrivateKey_ex()
604 if (!TEST_int_ne(ERR_peek_error(), 0)) in test_PEM_read_bio_negative()
613 if (!TEST_int_ne(ERR_peek_error(), 0)) in test_PEM_read_bio_negative()
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()
Dcmsapitest.c347 if (!TEST_int_eq(ERR_peek_error(), 0)) in test_d2i_CMS_decode()
Derrtest.c69 errorcode = ERR_peek_error(); in test_print_error_format()
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()
/third_party/openssl/doc/man3/
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
/third_party/openssl/test/testutil/
Dload.c77 unsigned long err = ERR_peek_error(); in load_pkey_pem()
81 && err != ERR_peek_error()) { in load_pkey_pem()
/third_party/openssl/demos/bio/
Dsconnect.c118 if (ERR_peek_error() == 0) { /* system call error */ in main()
/third_party/gstreamer/gstplugins_bad/ext/dtls/
Dgstdtlsagent.c194 if (ERR_peek_error ()) { in gst_dtls_agent_init()
/third_party/openssl/ohos_lite/include/openssl/
Derr.h227 unsigned long ERR_peek_error(void);
/third_party/fsverity-utils/lib/
Dsign_digest.c44 if (ERR_peek_error() == 0) in error_msg_openssl()
/third_party/node/src/
Dnode.cc1080 if (ERR_peek_error() != 0) { in InitializeOncePerProcess()
1081 int ossl_error_code = ERR_GET_REASON(ERR_peek_error()); in InitializeOncePerProcess()
/third_party/openssl/crypto/pem/
Dpem_pkey.c65 if (ERR_GET_REASON(ERR_peek_error()) == ERR_R_UNSUPPORTED) { in pem_read_bio_key_decoder()
Dpem_lib.c251 if (ERR_GET_REASON(ERR_peek_error()) == PEM_R_NO_START_LINE) in pem_bytes_read_bio_flags()
/third_party/openssl/crypto/cmp/
Dcmp_server.c208 ERR_reason_error_string(ERR_peek_error())); in process_cert_request()
/third_party/openssl/crypto/err/
Derr.c375 unsigned long ERR_peek_error(void) in ERR_peek_error() function
/third_party/openssl/crypto/encode_decode/
Ddecoder_lib.c99 if (ERR_peek_last_error() == lasterr || ERR_peek_error() == 0) in OSSL_DECODER_from_bio()
/third_party/openssl/apps/
Dspeed.c1273 if (ERR_peek_error()) { in get_ecdsa()
1297 unsigned long error = ERR_peek_error(); in get_ecdsa()
1305 if (ERR_peek_error()) { in get_ecdsa()
2946 if (ERR_peek_error()) { in speed_main()
/third_party/openssl/ssl/
Dssl_rsa.c468 if (ERR_peek_error() != 0) in use_certificate_chain_file()

12