/third_party/openssl/test/ |
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()
|
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)) \
|
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()
|
D | d2i_test.c | 101 && !TEST_false(ERR_GET_REASON(ERR_peek_error()) == ERR_R_MALLOC_FAILURE)) in test_bad_asn1()
|
D | conf_include_test.c | 80 || !TEST_int_eq(err = ERR_peek_error(), 0)) { in test_load_config()
|
D | recordlentest.c | 65 long err = ERR_peek_error(); in fail_due_to_record_overflow()
|
D | evp_extra_test2.c | 581 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()
|
D | pkcs12_format_test.c | 777 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()
|
D | cmsapitest.c | 347 if (!TEST_int_eq(ERR_peek_error(), 0)) in test_d2i_CMS_decode()
|
D | errtest.c | 69 errorcode = ERR_peek_error(); in test_print_error_format()
|
D | ssl_old_test.c | 1419 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/ |
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
|
/third_party/openssl/test/testutil/ |
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/openssl/demos/bio/ |
D | sconnect.c | 118 if (ERR_peek_error() == 0) { /* system call error */ in main()
|
/third_party/gstreamer/gstplugins_bad/ext/dtls/ |
D | gstdtlsagent.c | 194 if (ERR_peek_error ()) { in gst_dtls_agent_init()
|
/third_party/openssl/ohos_lite/include/openssl/ |
D | err.h | 227 unsigned long ERR_peek_error(void);
|
/third_party/fsverity-utils/lib/ |
D | sign_digest.c | 44 if (ERR_peek_error() == 0) in error_msg_openssl()
|
/third_party/node/src/ |
D | node.cc | 1080 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/ |
D | pem_pkey.c | 65 if (ERR_GET_REASON(ERR_peek_error()) == ERR_R_UNSUPPORTED) { in pem_read_bio_key_decoder()
|
D | pem_lib.c | 251 if (ERR_GET_REASON(ERR_peek_error()) == PEM_R_NO_START_LINE) in pem_bytes_read_bio_flags()
|
/third_party/openssl/crypto/cmp/ |
D | cmp_server.c | 208 ERR_reason_error_string(ERR_peek_error())); in process_cert_request()
|
/third_party/openssl/crypto/err/ |
D | err.c | 375 unsigned long ERR_peek_error(void) in ERR_peek_error() function
|
/third_party/openssl/crypto/encode_decode/ |
D | decoder_lib.c | 99 if (ERR_peek_last_error() == lasterr || ERR_peek_error() == 0) in OSSL_DECODER_from_bio()
|
/third_party/openssl/apps/ |
D | speed.c | 1273 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/ |
D | ssl_rsa.c | 468 if (ERR_peek_error() != 0) in use_certificate_chain_file()
|