Searched refs:ERR_peek_error (Results 1 – 25 of 31) sorted by relevance
12
/openssl-master/test/ |
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()
|
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()
|
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)) \
|
A D | evp_extra_test2.c | 406 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 D | d2i_test.c | 101 && !TEST_false(ERR_GET_REASON(ERR_peek_error()) == ERR_R_MALLOC_FAILURE)) in test_bad_asn1()
|
A D | conf_include_test.c | 80 || !TEST_int_eq(err = ERR_peek_error(), 0)) { in test_load_config()
|
A D | recordlentest.c | 65 long err = ERR_peek_error(); in fail_due_to_record_overflow()
|
A 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()
|
A D | errtest.c | 69 errorcode = ERR_peek_error(); in test_print_error_format()
|
A D | ssl_old_test.c | 1387 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 D | ERR_get_error.pod | 5 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 D | load.c | 77 unsigned long err = ERR_peek_error(); in load_pkey_pem() 81 && err != ERR_peek_error()) { in load_pkey_pem()
|
/openssl-master/demos/bio/ |
A D | sconnect.c | 118 if (ERR_peek_error() == 0) { /* system call error */ in main()
|
/openssl-master/crypto/pem/ |
A D | pem_pkey.c | 65 if (ERR_GET_REASON(ERR_peek_error()) == ERR_R_UNSUPPORTED) { in pem_read_bio_key_decoder()
|
A D | pem_lib.c | 251 if (ERR_GET_REASON(ERR_peek_error()) == PEM_R_NO_START_LINE) in pem_bytes_read_bio_flags()
|
/openssl-master/crypto/cmp/ |
A D | cmp_server.c | 208 ERR_reason_error_string(ERR_peek_error())); in process_cert_request()
|
/openssl-master/crypto/err/ |
A D | err.c | 350 unsigned long ERR_peek_error(void) in ERR_peek_error() function
|
/openssl-master/crypto/encode_decode/ |
A D | decoder_lib.c | 99 if (ERR_peek_last_error() == lasterr || ERR_peek_error() == 0) in OSSL_DECODER_from_bio()
|
/openssl-master/apps/ |
A D | speed.c | 1268 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 D | pkcs12.c | 790 unsigned long err = ERR_peek_error(); in pkcs12_main()
|
A D | req.c | 712 if ((ERR_GET_REASON(ERR_peek_error()) == in req_main()
|
/openssl-master/ssl/ |
A D | ssl_rsa.c | 468 if (ERR_peek_error() != 0) in use_certificate_chain_file()
|
/openssl-master/include/openssl/ |
A D | err.h.in | 405 unsigned long ERR_peek_error(void);
|
/openssl-master/crypto/http/ |
A D | http_client.c | 1004 unsigned long err = ERR_peek_error(); in OSSL_HTTP_exchange()
|
/openssl-master/engines/ |
A D | e_loader_attic.c | 1619 if (ERR_peek_error() == 0) { in file_load()
|
Completed in 50 milliseconds
12