/freebsd/crypto/openssl/test/ |
H A D | errtest.c | 178 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 D | ec_internal_test.c | 57 || !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 D | x509aux.c | 157 if (ERR_GET_REASON(ERR_peek_last_error()) == PEM_R_NO_START_LINE) { in test_certs()
|
H A D | provider_test.c | 97 err = ERR_peek_last_error(); in test_provider()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | ERR_get_error.pod | 5 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 D | PEM_read.pod | 96 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)>,
|
/freebsd/crypto/openssl/crypto/x509/ |
H A D | by_file.c | 118 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()
|
/freebsd/crypto/openssl/crypto/err/ |
H A D | err_prn.c | 67 unsigned long err = ERR_peek_last_error(); in ERR_add_error_txt()
|
H A D | err.c | 410 unsigned long ERR_peek_last_error(void) in ERR_peek_last_error() function
|
/freebsd/crypto/openssl/providers/implementations/encode_decode/ |
H A D | decode_pvk2key.c | 126 err = ERR_peek_last_error(); in pvk2key_decode()
|
/freebsd/crypto/openssl/crypto/asn1/ |
H A D | a_d2i_fp.c | 167 e = ERR_GET_REASON(ERR_peek_last_error()); in asn1_d2i_read_bio()
|
/freebsd/crypto/openssl/crypto/pkcs12/ |
H A D | p12_kiss.c | 83 int err = ERR_peek_last_error(); in PKCS12_parse()
|
/freebsd/crypto/openssl/crypto/encode_decode/ |
H A D | decoder_lib.c | 66 lasterr = ERR_peek_last_error(); in OSSL_DECODER_from_bio() 99 if (ERR_peek_last_error() == lasterr || ERR_peek_error() == 0) in OSSL_DECODER_from_bio()
|
/freebsd/crypto/openssl/crypto/pem/ |
H A D | pem_info.c | 84 error = ERR_GET_REASON(ERR_peek_last_error()); in STACK_OF()
|
H A D | pem_pkey.c | 205 if (ret == NULL && ERR_peek_last_error() == 0) in pem_read_bio_key_legacy()
|
/freebsd/crypto/openssl/crypto/ec/ |
H A D | ec2_oct.c | 83 unsigned long err = ERR_peek_last_error(); in ossl_ec_GF2m_simple_set_compressed_coordinates()
|
H A D | ecp_oct.c | 107 unsigned long err = ERR_peek_last_error(); in ossl_ec_GFp_simple_set_compressed_coordinates()
|
/freebsd/crypto/openssl/crypto/rsa/ |
H A D | rsa_gen.c | 225 error = ERR_peek_last_error(); in rsa_multiprime_keygen()
|
/freebsd/crypto/openssl/crypto/conf/ |
H A D | conf_mod.c | 208 (ERR_GET_REASON(ERR_peek_last_error()) == CONF_R_NO_SUCH_FILE)) { in CONF_modules_load_file_ex()
|
H A D | conf_def.c | 178 if (ERR_GET_REASON(ERR_peek_last_error()) == BIO_R_NO_SUCH_FILE) in def_load()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | err.h | 440 unsigned long ERR_peek_last_error(void);
|
/freebsd/crypto/openssl/providers/implementations/storemgmt/ |
H A D | file_store.c | 538 && ((err = ERR_peek_last_error()) != 0) in file_load_file()
|
/freebsd/crypto/openssl/crypto/cmp/ |
H A D | cmp_vfy.c | 130 err = ERR_peek_last_error(); in OSSL_CMP_validate_cert_path()
|
/freebsd/crypto/openssl/crypto/bio/ |
H A D | bio_lib.c | 943 int err = ERR_peek_last_error(); in BIO_do_connect_retry()
|
/freebsd/crypto/openssl/ssl/ |
H A D | ssl_rsa.c | 518 err = ERR_peek_last_error(); in use_certificate_chain_file()
|