/openssl/include/internal/ |
H A D | ktls.h | 55 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 D | async_wait.c | 44 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 D | async_local.h | 51 OSSL_ASYNC_FD fd; member
|
/openssl/doc/designs/ddd/ |
H A D | ddd-03-fd-blocking.c | 50 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 D | ddd-04-fd-nonblocking.c | 16 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 D | ddd-05-mem-nonblocking.c | 297 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 D | bss_fd.c | 19 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 D | bio_sock.c | 212 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 D | bss_sock.c | 67 BIO *BIO_new_socket(int fd, int close_flag) in BIO_new_socket()
|
H A D | bss_file.c | 233 int fd = _fileno((FILE *)ptr); in file_ctrl() local
|
H A D | bss_dgram.c | 253 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 D | bio_lib.c | 960 int fd; in bio_wait() local
|
/openssl/apps/ |
H A D | s_time.c | 130 int min_version = 0, max_version = 0, ver, buf_len, fd; in s_time_main() local 458 int fd; in doConnection() local
|
H A D | s_server.c | 2965 int fd = -1; in init_ssl_connection() local 3537 int fd; in www_body() local
|
/openssl/crypto/rand/ |
H A D | rand_egd.c | 113 int mybuffer, ret = -1, i, numbytes, fd; in RAND_query_egd_bytes() local
|
H A D | randfile.c | 211 int fd = open(file, O_WRONLY | O_CREAT | O_BINARY, 0600); in RAND_write_file() local
|
/openssl/providers/implementations/rands/seeding/ |
H A D | rand_unix.c | 407 int fd; member 435 int shm_id, fd, r; in wait_random_seeded() local
|
/openssl/ssl/quic/ |
H A D | quic_reactor.c | 295 static int poll_descriptor_to_fd(const BIO_POLL_DESCRIPTOR *d, int *fd) in poll_descriptor_to_fd()
|
/openssl/test/ |
H A D | asynctest.c | 258 OSSL_ASYNC_FD fd = OSSL_BAD_ASYNC_FD, delfd = OSSL_BAD_ASYNC_FD; in test_ASYNC_WAIT_CTX_get_all_fds() local
|
H A D | drbgtest.c | 336 int fd[2]; in test_drbg_reseed_in_child() local
|
H A D | quicapitest.c | 775 int fd = -1, resfd = -1; in test_quic_set_fd() local
|
/openssl/crypto/ |
H A D | mem_sec.c | 525 int fd; in sh_init() local
|
/openssl/include/openssl/ |
H A D | bio.h.in | 396 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 D | e_devcrypto.c | 1224 int fd; in open_devcrypto() local
|
/openssl/ssl/ |
H A D | ssl_lib.c | 1666 int SSL_set_fd(SSL *s, int fd) in SSL_set_fd() 1698 int SSL_set_wfd(SSL *s, int fd) in SSL_set_wfd() 1734 int SSL_set_rfd(SSL *s, int fd) in SSL_set_rfd() 2552 ossl_ssize_t SSL_sendfile(SSL *s, int fd, off_t offset, size_t size, int flags) in SSL_sendfile()
|