Home
last modified time | relevance | path

Searched defs:fd (Results 1 – 25 of 26) sorted by relevance

12

/openssl/include/internal/
H A Dktls.h55 static ossl_inline int ktls_enable(int fd) in ktls_enable()
70 static ossl_inline int ktls_start(int fd, ktls_crypto_info_t *tls_en, int is_tx) in ktls_start()
90 static ossl_inline int ktls_send_ctrl_message(int fd, unsigned char record_type, in ktls_send_ctrl_message()
118 static ossl_inline int ktls_read_record(int fd, void *data, size_t length) in ktls_read_record()
132 static ossl_inline int ktls_read_record(int fd, void *data, size_t length) in ktls_read_record()
193 static ossl_inline ossl_ssize_t ktls_sendfile(int s, int fd, off_t off, in ktls_sendfile()
276 static ossl_inline int ktls_enable(int fd) in ktls_enable()
289 static ossl_inline int ktls_start(int fd, ktls_crypto_info_t *crypto_info, in ktls_start()
303 static ossl_inline int ktls_send_ctrl_message(int fd, unsigned char record_type, in ktls_send_ctrl_message()
345 static ossl_inline int ktls_read_record(int fd, void *data, size_t length) in ktls_read_record()
[all …]
/openssl/crypto/async/
H A Dasync_wait.c44 OSSL_ASYNC_FD fd, void *custom_data, in ASYNC_WAIT_CTX_set_wait_fd() argument
67 OSSL_ASYNC_FD *fd, void **custom_data) in ASYNC_WAIT_CTX_get_fd()
88 int ASYNC_WAIT_CTX_get_all_fds(ASYNC_WAIT_CTX *ctx, OSSL_ASYNC_FD *fd, in ASYNC_WAIT_CTX_get_all_fds()
H A Dasync_local.h51 OSSL_ASYNC_FD fd; member
/openssl/doc/designs/ddd/
H A Dddd-04-fd-nonblocking.c16 int fd; member
52 APP_CONN *new_conn(SSL_CTX *ctx, int fd, const char *bare_hostname) in new_conn()
225 int rc, fd = -1, res = 1; in main() local
H A Dddd-03-fd-blocking.c46 SSL *new_conn(SSL_CTX *ctx, int fd, const char *bare_hostname) in new_conn()
123 int rc, fd = -1, l, res = 1; in main() local
H A Dddd-05-mem-nonblocking.c259 static int pump(APP_CONN *conn, int fd, int events, int timeout) in pump()
317 int rc, fd = -1, res = 1; in main() local
/openssl/crypto/bio/
H A Dbss_fd.c19 BIO *BIO_new_fd(int fd, int close_flag) in BIO_new_fd()
80 BIO *BIO_new_fd(int fd, int close_flag) in BIO_new_fd()
H A Dbio_sock.c175 int BIO_socket_ioctl(int fd, long type, void *arg) in BIO_socket_ioctl()
393 int BIO_socket_wait(int fd, int for_read, time_t max_time) in BIO_socket_wait()
H A Dbss_sock.c67 BIO *BIO_new_socket(int fd, int close_flag) in BIO_new_socket()
H A Dbss_file.c233 int fd = _fileno((FILE *)ptr); in file_ctrl() local
H A Dbss_dgram.c144 BIO *BIO_new_dgram(int fd, int close_flag) in BIO_new_dgram()
799 BIO *BIO_new_dgram_sctp(int fd, int close_flag) in BIO_new_dgram_sctp()
H A Dbio_lib.c941 int fd; in bio_wait() local
/openssl/apps/
H A Ds_time.c130 int min_version = 0, max_version = 0, ver, buf_len, fd; in s_time_main() local
459 int fd; in doConnection() local
H A Ds_server.c2889 int fd = -1; in init_ssl_connection() local
3414 int fd; in www_body() local
H A Dspeed.c3434 int fd[2]; in do_multi() local
/openssl/crypto/rand/
H A Drandfile.c210 int fd = open(file, O_WRONLY | O_CREAT | O_BINARY, 0600); in RAND_write_file() local
H A Drand_egd.c113 int mybuffer, ret = -1, i, numbytes, fd; in RAND_query_egd_bytes() local
/openssl/providers/implementations/rands/seeding/
H A Drand_unix.c410 int fd; member
438 int shm_id, fd, r; in wait_random_seeded() local
/openssl/test/
H A Dasynctest.c258 OSSL_ASYNC_FD fd = OSSL_BAD_ASYNC_FD, delfd = OSSL_BAD_ASYNC_FD; in test_ASYNC_WAIT_CTX_get_all_fds() local
H A Ddrbgtest.c334 int fd[2]; in test_drbg_reseed_in_child() local
/openssl/crypto/
H A Dmem_sec.c498 int fd; in sh_init() local
/openssl/engines/
H A De_devcrypto.c1223 int fd; in open_devcrypto() local
/openssl/test/helpers/
H A Dssltestlib.c882 static int set_nb(int fd) in set_nb()
/openssl/ssl/
H A Dssl_lib.c1556 int SSL_set_fd(SSL *s, int fd) in SSL_set_fd()
1583 int SSL_set_wfd(SSL *s, int fd) in SSL_set_wfd()
1613 int SSL_set_rfd(SSL *s, int fd) in SSL_set_rfd()
2390 ossl_ssize_t SSL_sendfile(SSL *s, int fd, off_t offset, size_t size, int flags) in SSL_sendfile()
/openssl/include/openssl/
H A Dbio.h.in490 # define BIO_set_fd(b,fd,c) BIO_int_ctrl(b,BIO_C_SET_FD,c,fd) argument

Completed in 121 milliseconds

12