Home
last modified time | relevance | path

Searched refs:get_last_sys_error (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/crypto/openssl/
H A De_os.h75 # define get_last_sys_error() errno macro
93 # undef get_last_sys_error
96 # define get_last_sys_error() GetLastError() macro
/freebsd-12.1/crypto/openssl/crypto/bio/
H A Dbss_file.c69 SYSerr(SYS_F_FOPEN, get_last_sys_error()); in BIO_new_file()
149 SYSerr(SYS_F_FREAD, get_last_sys_error()); in file_read()
288 SYSerr(SYS_F_FOPEN, get_last_sys_error()); in file_ctrl()
316 SYSerr(SYS_F_FFLUSH, get_last_sys_error()); in file_ctrl()
H A Db_sock.c311 SYSerr(SYS_F_FCNTL, get_last_sys_error()); in BIO_socket_nbio()
329 SYSerr(SYS_F_FCNTL, get_last_sys_error()); in BIO_socket_nbio()
H A Dbss_fd.c228 err = get_last_sys_error(); in BIO_fd_should_retry()
/freebsd-12.1/crypto/openssl/crypto/err/
H A Derr.c210 int saveerrno = get_last_sys_error(); in build_SYS_str_reasons()
718 int saveerrno = get_last_sys_error(); in ERR_get_state()
760 int saveerrno = get_last_sys_error(); in err_shelve_state()
/freebsd-12.1/crypto/openssl/crypto/dso/
H A Ddso_dlfcn.c102 int saveerrno = get_last_sys_error(); in dlfcn_load()
/freebsd-12.1/crypto/openssl/ssl/
H A Dssl_cert.c769 SYSerr(SYS_F_OPENDIR, get_last_sys_error()); in SSL_add_dir_cert_subjects_to_stack()
/freebsd-12.1/crypto/openssl/ssl/statem/
H A Dstatem_srvr.c763 switch (get_last_sys_error()) { in conn_is_closed()