Home
last modified time | relevance | path

Searched refs:ERR_peek_last_error (Results 1 – 25 of 47) sorted by relevance

12

/freebsd/crypto/openssl/test/
H A Derrtest.c178 mallocfail = ERR_peek_last_error(); in test_marks()
185 || !TEST_ulong_eq(mallocfail, ERR_peek_last_error()) in test_marks()
188 || !TEST_ulong_eq(mallocfail, ERR_peek_last_error())) in test_marks()
195 if (!TEST_ulong_ne(mallocfail, ERR_peek_last_error()) in test_marks()
197 || !TEST_ulong_eq(mallocfail, ERR_peek_last_error())) in test_marks()
205 if (!TEST_ulong_ne(mallocfail, ERR_peek_last_error()) in test_marks()
208 || !TEST_ulong_eq(mallocfail, ERR_peek_last_error())) in test_marks()
214 shouldnot = ERR_peek_last_error(); in test_marks()
219 if (!TEST_ulong_ne(shouldnot, ERR_peek_last_error()) in test_marks()
221 || !TEST_ulong_eq(shouldnot, ERR_peek_last_error()) in test_marks()
[all …]
H A Dec_internal_test.c58 || !TEST_true(ERR_GET_LIB(ERR_peek_last_error()) == ERR_LIB_EC) in group_field_tests()
59 || !TEST_true(ERR_GET_REASON(ERR_peek_last_error()) == in group_field_tests()
63 || !TEST_true(ERR_GET_LIB(ERR_peek_last_error()) == ERR_LIB_EC) in group_field_tests()
64 || !TEST_true(ERR_GET_REASON(ERR_peek_last_error()) == in group_field_tests()
H A Dprovider_test.c98 err = ERR_peek_last_error(); in test_provider()
189 err = ERR_peek_last_error(); in test_provider_ex()
H A Dx509aux.c156 if (ERR_GET_REASON(ERR_peek_last_error()) == PEM_R_NO_START_LINE) { in test_certs()
H A Dasn1_internal_test.c208 unsigned long err = ERR_peek_last_error(); in test_obj_create_once()
/freebsd/crypto/openssl/doc/man3/
H A DERR_get_error.pod5 ERR_get_error, ERR_peek_error, ERR_peek_last_error,
19 unsigned long ERR_peek_last_error(void);
61 ERR_peek_last_error() returns the latest 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
H A DERR_set_mark.pod33 stack (which is the entry obtainable via L<ERR_peek_last_error(3)>).
H A DPEM_read.pod108 PEM objects were found. See L<ERR_peek_last_error(3)>, L<ERR_GET_REASON(3)>.
138 L<ERR_peek_last_error(3)>, L<ERR_GET_LIB(3)>,
/freebsd/crypto/openssl/crypto/x509/
H A Dby_file.c116 if ((ERR_GET_REASON(ERR_peek_last_error()) == in X509_load_cert_file_ex()
192 if ((ERR_GET_REASON(ERR_peek_last_error()) == in X509_load_crl_file()
/freebsd/crypto/openssl/crypto/err/
H A Derr_prn.c67 unsigned long err = ERR_peek_last_error(); in ERR_add_error_txt()
H A Derr.c409 unsigned long ERR_peek_last_error(void) in ERR_peek_last_error() function
/freebsd/crypto/openssl/providers/implementations/encode_decode/
H A Ddecode_pvk2key.c153 err = ERR_peek_last_error(); in pvk2key_decode()
/freebsd/crypto/openssl/crypto/asn1/
H A Da_d2i_fp.c167 e = ERR_GET_REASON(ERR_peek_last_error()); in asn1_d2i_read_bio()
/freebsd/crypto/openssl/crypto/pkcs12/
H A Dp12_kiss.c86 int err = ERR_peek_last_error(); in PKCS12_parse()
/freebsd/crypto/openssl/crypto/pem/
H A Dpem_info.c84 error = ERR_GET_REASON(ERR_peek_last_error()); in STACK_OF()
H A Dpem_pkey.c205 if (ret == NULL && ERR_peek_last_error() == 0) in pem_read_bio_key_legacy()
/freebsd/crypto/openssl/crypto/ec/
H A Dec2_oct.c83 unsigned long err = ERR_peek_last_error(); in ossl_ec_GF2m_simple_set_compressed_coordinates()
H A Decp_oct.c107 unsigned long err = ERR_peek_last_error(); in ossl_ec_GFp_simple_set_compressed_coordinates()
/freebsd/crypto/openssl/crypto/encode_decode/
H A Ddecoder_lib.c67 lasterr = ERR_peek_last_error(); in OSSL_DECODER_from_bio()
100 if (ERR_peek_last_error() == lasterr || ERR_peek_error() == 0) in OSSL_DECODER_from_bio()
/freebsd/crypto/openssl/ssl/quic/
H A Dquic_demux.c285 if (BIO_err_is_non_fatal(ERR_peek_last_error())) { in demux_recv()
/freebsd/crypto/openssl/test/radix/
H A Dquic_ops.c881 if (!TEST_size_t_eq((size_t)ERR_GET_LIB(ERR_peek_last_error()), in DEF_FUNC()
883 || !TEST_size_t_eq((size_t)ERR_GET_REASON(ERR_peek_last_error()), in DEF_FUNC()
/freebsd/crypto/openssl/include/openssl/
H A Derr.h440 unsigned long ERR_peek_last_error(void);
/freebsd/crypto/openssl/crypto/conf/
H A Dconf_mod.c219 (ERR_GET_REASON(ERR_peek_last_error()) == CONF_R_NO_SUCH_FILE)) { in CONF_modules_load_file_ex()
/freebsd/crypto/openssl/providers/implementations/storemgmt/
H A Dfile_store.c579 && ((err = ERR_peek_last_error()) != 0) in file_load_file()
/freebsd/crypto/openssl/crypto/cmp/
H A Dcmp_vfy.c131 err = ERR_peek_last_error(); in OSSL_CMP_validate_cert_path()

12