Home
last modified time | relevance | path

Searched defs:fd (Results 1 – 25 of 27) 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()
84 static ossl_inline int ktls_enable_tx_zerocopy_sendfile(int fd) in ktls_enable_tx_zerocopy_sendfile()
124 static ossl_inline int ktls_read_record(int fd, void *data, size_t length) in ktls_read_record()
138 static ossl_inline int ktls_read_record(int fd, void *data, size_t length) in ktls_read_record()
199 static ossl_inline ossl_ssize_t ktls_sendfile(int s, int fd, off_t off, in ktls_sendfile()
289 static ossl_inline int ktls_enable(int fd) in ktls_enable()
302 static ossl_inline int ktls_start(int fd, ktls_crypto_info_t *crypto_info, in ktls_start()
309 static ossl_inline int ktls_enable_tx_zerocopy_sendfile(int fd) in ktls_enable_tx_zerocopy_sendfile()
370 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
65 OSSL_ASYNC_FD *fd, void **custom_data) in ASYNC_WAIT_CTX_get_fd()
86 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-03-fd-blocking.c50 SSL *new_conn(SSL_CTX *ctx, int fd, const char *bare_hostname) in new_conn()
139 int rc, fd = -1, l, mlen, res = 1; in main() local
H A Dddd-04-fd-nonblocking.c16 int fd; member
56 APP_CONN *new_conn(SSL_CTX *ctx, int fd, const char *bare_hostname) in new_conn()
296 int rc, fd = -1, res = 1; in main() local
H A Dddd-05-mem-nonblocking.c297 static int pump(APP_CONN *conn, int fd, int events, int timeout)
355 int rc, fd = -1, res = 1; 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.c212 int BIO_socket_ioctl(int fd, long type, void *arg) in BIO_socket_ioctl()
431 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.c253 BIO *BIO_new_dgram(int fd, int close_flag) in BIO_new_dgram()
1764 BIO *BIO_new_dgram_sctp(int fd, int close_flag) in BIO_new_dgram_sctp()
H A Dbio_lib.c960 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
458 int fd; in doConnection() local
H A Ds_server.c2965 int fd = -1; in init_ssl_connection() local
3537 int fd; in www_body() local
/openssl/crypto/rand/
H A Drand_egd.c113 int mybuffer, ret = -1, i, numbytes, fd; in RAND_query_egd_bytes() local
H A Drandfile.c211 int fd = open(file, O_WRONLY | O_CREAT | O_BINARY, 0600); in RAND_write_file() local
/openssl/providers/implementations/rands/seeding/
H A Drand_unix.c407 int fd; member
435 int shm_id, fd, r; in wait_random_seeded() local
/openssl/ssl/quic/
H A Dquic_reactor.c295 static int poll_descriptor_to_fd(const BIO_POLL_DESCRIPTOR *d, int *fd) in poll_descriptor_to_fd()
/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.c336 int fd[2]; in test_drbg_reseed_in_child() local
H A Dquicapitest.c765 int fd = -1, resfd = -1; in test_quic_set_fd() local
/openssl/crypto/
H A Dmem_sec.c525 int fd; in sh_init() local
/openssl/include/openssl/
H A Dbio.h.in396 int fd; member
537 # define BIO_set_fd(b,fd,c) BIO_int_ctrl(b,BIO_C_SET_FD,c,fd) argument
/openssl/engines/
H A De_devcrypto.c1224 int fd; in open_devcrypto() local
/openssl/ssl/
H A Dssl_lib.c1662 int SSL_set_fd(SSL *s, int fd) in SSL_set_fd()
1694 int SSL_set_wfd(SSL *s, int fd) in SSL_set_wfd()
1730 int SSL_set_rfd(SSL *s, int fd) in SSL_set_rfd()
2548 ossl_ssize_t SSL_sendfile(SSL *s, int fd, off_t offset, size_t size, int flags) in SSL_sendfile()

Completed in 153 milliseconds

12