Home
last modified time | relevance | path

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

12

/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()
205 if (!TEST_ulong_ne(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()
231 || !TEST_ulong_eq(shouldnot, ERR_peek_last_error())) in test_marks()
239 || !TEST_ulong_eq(0, ERR_peek_last_error())) in test_marks()
[all …]
H A Dec_internal_test.c57 || !TEST_true(ERR_GET_LIB(ERR_peek_last_error()) == ERR_LIB_EC) in group_field_tests()
58 || !TEST_true(ERR_GET_REASON(ERR_peek_last_error()) == in group_field_tests()
62 || !TEST_true(ERR_GET_LIB(ERR_peek_last_error()) == ERR_LIB_EC) in group_field_tests()
63 || !TEST_true(ERR_GET_REASON(ERR_peek_last_error()) == in group_field_tests()
H A Dx509aux.c157 if (ERR_GET_REASON(ERR_peek_last_error()) == PEM_R_NO_START_LINE) { in test_certs()
H A Dprovider_test.c97 err = ERR_peek_last_error(); in test_provider()
/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 DPEM_read.pod96 PEM objects were found. See L<ERR_peek_last_error(3)>, L<ERR_GET_REASON(3)>.
119 L<ERR_peek_last_error(3)>, L<ERR_GET_LIB(3)>,
H A DBIO_sendmmsg.pod183 retrieved by calling L<ERR_peek_last_error(3)> after the call to BIO_sendmmsg()
/openssl/crypto/x509/
H A Dby_file.c118 if ((ERR_GET_REASON(ERR_peek_last_error()) == in X509_load_cert_file_ex()
177 if ((ERR_GET_REASON(ERR_peek_last_error()) == in X509_load_crl_file()
/openssl/crypto/err/
H A Derr_prn.c67 unsigned long err = ERR_peek_last_error(); in ERR_add_error_txt()
H A Derr.c410 unsigned long ERR_peek_last_error(void) in ERR_peek_last_error() function
/openssl/providers/implementations/encode_decode/
H A Ddecode_pvk2key.c115 err = ERR_peek_last_error(); in pvk2key_decode()
/openssl/crypto/asn1/
H A Da_d2i_fp.c164 e = ERR_GET_REASON(ERR_peek_last_error()); in asn1_d2i_read_bio()
/openssl/crypto/pkcs12/
H A Dp12_kiss.c84 int err = ERR_peek_last_error(); in PKCS12_parse()
/openssl/crypto/pem/
H A Dpem_info.c84 error = ERR_GET_REASON(ERR_peek_last_error()); in STACK_OF()
H A Dpem_pkey.c197 if (ret == NULL && ERR_peek_last_error() == 0) in pem_read_bio_key_legacy()
/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()
/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()
/openssl/crypto/rsa/
H A Drsa_gen.c225 error = ERR_peek_last_error(); in rsa_multiprime_keygen()
/openssl/crypto/conf/
H A Dconf_mod.c202 (ERR_GET_REASON(ERR_peek_last_error()) == CONF_R_NO_SUCH_FILE)) { in CONF_modules_load_file_ex()
H A Dconf_def.c178 if (ERR_GET_REASON(ERR_peek_last_error()) == BIO_R_NO_SUCH_FILE) in def_load()
/openssl/providers/implementations/storemgmt/
H A Dfile_store.c536 && ((err = ERR_peek_last_error()) != 0) in file_load_file()
/openssl/crypto/cmp/
H A Dcmp_vfy.c131 err = ERR_peek_last_error(); in OSSL_CMP_validate_cert_path()
/openssl/crypto/bio/
H A Dbio_lib.c1016 int err = ERR_peek_last_error(); in BIO_do_connect_retry()
/openssl/include/openssl/
H A Derr.h.in417 unsigned long ERR_peek_last_error(void);

Completed in 70 milliseconds

12