Home
last modified time | relevance | path

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

12

/openssl-master/test/
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()
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()
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)) \
A Devp_extra_test2.c406 TEST_int_eq(ERR_peek_error(), 0); in test_d2i_PrivateKey_ex()
429 if (!TEST_int_ne(ERR_peek_error(), 0)) in test_PEM_read_bio_negative()
438 if (!TEST_int_ne(ERR_peek_error(), 0)) in test_PEM_read_bio_negative()
A Dd2i_test.c101 && !TEST_false(ERR_GET_REASON(ERR_peek_error()) == ERR_R_MALLOC_FAILURE)) in test_bad_asn1()
A Dconf_include_test.c80 || !TEST_int_eq(err = ERR_peek_error(), 0)) { in test_load_config()
A Drecordlentest.c65 long err = ERR_peek_error(); in fail_due_to_record_overflow()
A 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()
A Derrtest.c69 errorcode = ERR_peek_error(); in test_print_error_format()
A Dssl_old_test.c1387 if (ERR_GET_REASON(ERR_peek_error()) == SSL_R_NO_CIPHER_MATCH) { in main()
1400 if (ERR_GET_REASON(ERR_peek_error()) == SSL_R_NO_CIPHER_MATCH) { in main()
1413 if (ERR_GET_REASON(ERR_peek_error()) == SSL_R_NO_CIPHER_MATCH) { in main()
/openssl-master/doc/man3/
A DERR_get_error.pod5 ERR_get_error, ERR_peek_error, ERR_peek_last_error,
18 unsigned long ERR_peek_error(void);
56 ERR_peek_error() returns the earliest error code from the thread's
79 ERR_peek_error() and ERR_peek_last_error(), but on success they additionally
86 ERR_peek_error() and ERR_peek_last_error(), but on success they additionally
92 ERR_peek_error() and ERR_peek_last_error(), but on success they additionally
/openssl-master/test/testutil/
A Dload.c77 unsigned long err = ERR_peek_error(); in load_pkey_pem()
81 && err != ERR_peek_error()) { in load_pkey_pem()
/openssl-master/demos/bio/
A Dsconnect.c118 if (ERR_peek_error() == 0) { /* system call error */ in main()
/openssl-master/crypto/pem/
A Dpem_pkey.c65 if (ERR_GET_REASON(ERR_peek_error()) == ERR_R_UNSUPPORTED) { in pem_read_bio_key_decoder()
A Dpem_lib.c251 if (ERR_GET_REASON(ERR_peek_error()) == PEM_R_NO_START_LINE) in pem_bytes_read_bio_flags()
/openssl-master/crypto/cmp/
A Dcmp_server.c208 ERR_reason_error_string(ERR_peek_error())); in process_cert_request()
/openssl-master/crypto/err/
A Derr.c350 unsigned long ERR_peek_error(void) in ERR_peek_error() function
/openssl-master/crypto/encode_decode/
A Ddecoder_lib.c99 if (ERR_peek_last_error() == lasterr || ERR_peek_error() == 0) in OSSL_DECODER_from_bio()
/openssl-master/apps/
A Dspeed.c1268 if (ERR_peek_error()) { in get_ecdsa()
1292 unsigned long error = ERR_peek_error(); in get_ecdsa()
1300 if (ERR_peek_error()) { in get_ecdsa()
2937 if (ERR_peek_error()) { in speed_main()
A Dpkcs12.c790 unsigned long err = ERR_peek_error(); in pkcs12_main()
A Dreq.c712 if ((ERR_GET_REASON(ERR_peek_error()) == in req_main()
/openssl-master/ssl/
A Dssl_rsa.c468 if (ERR_peek_error() != 0) in use_certificate_chain_file()
/openssl-master/include/openssl/
A Derr.h.in405 unsigned long ERR_peek_error(void);
/openssl-master/crypto/http/
A Dhttp_client.c1004 unsigned long err = ERR_peek_error(); in OSSL_HTTP_exchange()
/openssl-master/engines/
A De_loader_attic.c1619 if (ERR_peek_error() == 0) { in file_load()

Completed in 50 milliseconds

12