Searched refs:tls_fd (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/demos/easy_tls/
H A Deasy-tls.c169 static void tls_proxy(int clear_fd, int tls_fd, int info_fd, SSL_CTX *ctx,
970 tls_proxy(int clear_fd, int tls_fd, int info_fd, SSL_CTX *ctx, int client_p) argument
980 assert(tls_fd != -1);
982 assert(tls_fd < FD_SETSIZE);
990 tls_socket_nonblocking(tls_fd);
991 DEBUG_MSG2("tls_fd", tls_fd);
997 if (!SSL_set_fd(ssl, tls_fd))
1122 tls_read_select ? tls_fd : -1,
1124 tls_write_select ? tls_fd
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/demos/easy_tls/
H A Deasy-tls.c167 static void tls_proxy(int clear_fd, int tls_fd, int info_fd, SSL_CTX *ctx, int client_p);
925 tls_proxy(int clear_fd, int tls_fd, int info_fd, SSL_CTX *ctx, int client_p) argument
935 assert(tls_fd != -1);
937 assert(tls_fd < FD_SETSIZE);
945 tls_socket_nonblocking(tls_fd);
946 DEBUG_MSG2("tls_fd", tls_fd);
952 if (!SSL_set_fd(ssl, tls_fd))
1062 tls_sockets_select(clear_read_select ? clear_fd : -1, tls_read_select ? tls_fd : -1, clear_write_select ? clear_fd : -1, tls_write_select ? tls_fd
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/demos/easy_tls/
H A Deasy-tls.c169 static void tls_proxy(int clear_fd, int tls_fd, int info_fd, SSL_CTX *ctx,
970 tls_proxy(int clear_fd, int tls_fd, int info_fd, SSL_CTX *ctx, int client_p) argument
980 assert(tls_fd != -1);
982 assert(tls_fd < FD_SETSIZE);
990 tls_socket_nonblocking(tls_fd);
991 DEBUG_MSG2("tls_fd", tls_fd);
997 if (!SSL_set_fd(ssl, tls_fd))
1122 tls_read_select ? tls_fd : -1,
1124 tls_write_select ? tls_fd
[all...]

Completed in 118 milliseconds