Home
last modified time | relevance | path

Searched refs:socket (Results 1 – 25 of 38) sorted by relevance

12

/openssl-master/doc/man3/
A DBIO_s_socket.pod5 BIO_s_socket, BIO_new_socket - socket BIO
17 BIO_s_socket() returns the socket BIO method. This is a wrapper
18 round the platform's socket routines.
20 BIO_read_ex() and BIO_write_ex() read or write the underlying socket.
23 If the close flag is set then the socket is shut down and closed
26 BIO_new_socket() returns a socket BIO using B<sock> and B<close_flag>.
33 The reason for having separate file descriptor and socket BIOs is that on some
40 BIO_s_socket() returns the socket BIO method.
A DBIO_connect.pod6 socket communication setup routines
21 BIO_socket() creates a socket in the domain B<domain>, of type
25 BIO_bind() binds the source address and service to a socket and
41 socket B<accept_sock>. When it gets a connection, the address and
44 on the accepted socket. The flags are described in L</FLAGS> below.
58 Sets the socket to nonblocking mode.
64 buffered until there's enough for the socket to send out in one go.
73 When creating an IPv6 socket, make it only listen for IPv6 addresses
85 BIO_socket() returns the socket number on success or B<INVALID_SOCKET>
93 BIO_accept_ex() returns the accepted socket on success or
A DSSL_set_fd.pod19 socket file descriptor of a network connection.
21 When performing the operation, a B<socket BIO> is automatically created to
50 On Windows, a socket handle is a 64-bit data type (UINT_PTR), which leads to a
52 passing the socket handle to SSL_set_*fd(). For the time being, this warning can
54 upper limit is INVALID_SOCKET-1 (2^64 - 2), in practice the current socket()
A DBIO_s_accept.pod41 round the platform's TCP/IP socket accept routines.
55 connection on that chain is shutdown and the socket closed when
63 the accept socket. See L<BIO_s_fd(3)>
87 BIO_set_nbio_accept() sets the accept socket to blocking mode
105 then another socket cannot be bound to the same port. If
114 to create the accept socket and bind an address to it. Second
125 When a connection is established a new socket BIO is created for
127 accept->socket. This effectively means that attempting I/O on
128 an initial accept socket will await an incoming connection then
132 then they are placed between the socket and the accept BIO,
[all …]
A DRAND_egd.pod20 socket to obtain randomness and seed the OpenSSL RNG.
25 specified socket B<path>, and passes the data it receives into RAND_add().
29 the specified socket B<path>, where B<num> must be less than 256.
A DBIO_socket_wait.pod22 BIO_socket_wait() waits on the socket B<fd> for reading if B<for_read> is not 0,
26 BIO_wait() waits at most until B<max_time> on the given (typically socket-based)
37 For nonblocking and potentially even non-socket BIOs it polls
A DBIO_ADDRINFO.pod48 determine what protocol family, socket type and protocol should be used for
57 parameter and expects the B<host> parameter to hold the path to the socket file.
66 BIO_ADDRINFO_socktype() returns the socket type of the given
A DBIO_s_fd.pod54 File descriptor BIOs should not be used for socket I/O. Use socket BIOs
A DSSL_get_error.pod92 For socket B<BIO>s (e.g. when SSL_set_fd() was used), select() or
93 poll() on the underlying socket can be used to find out when the
114 on many platforms select() or poll() for writing on the socket file descriptor
156 contain more information on the error. For socket I/O on Unix systems, consult
A DSSL_connect.pod33 The action depends on the underlying BIO. When using a nonblocking socket,
47 The B<TCP_NODELAY> socket option is often available to disable Nagle's
A DBIO_s_connect.pod36 round the platform's TCP/IP socket connection routines.
50 connection is shutdown and the socket closed when the BIO
132 the underlying socket has connected and retry the call.
A DBIO_s_bio.pod44 TLS/SSL or the normal socket routines are inappropriate.
139 application. The application can call select() on the socket as required
162 socket
A DBIO_should_retry.pod70 operation. For example if a call to BIO_read_ex() on a socket BIO returns
95 For example if the cause is ultimately a socket and BIO_should_read()
A DSSL_do_handshake.pod34 The action depends on the underlying BIO. When using a nonblocking socket,
A DSSL_read.pod86 When using a nonblocking socket, nothing is to be done, but select() can be
94 receiving new data from the underlying socket.
A DSSL_accept.pod33 The action depends on the underlying BIO. When using a nonblocking socket,
/openssl-master/engines/
A De_afalg.txt17 AFALG_R_SOCKET_ACCEPT_FAILED:110:socket accept failed
18 AFALG_R_SOCKET_BIND_FAILED:103:socket bind failed
19 AFALG_R_SOCKET_CREATE_FAILED:109:socket create failed
20 AFALG_R_SOCKET_OPERATION_FAILED:104:socket operation failed
21 AFALG_R_SOCKET_SET_KEY_FAILED:106:socket set key failed
A De_afalg.c431 actx->bfd = socket(AF_ALG, SOCK_SEQPACKET, 0); in afalg_create_sk()
857 sock = socket(AF_ALG, SOCK_SEQPACKET, 0); in IMPLEMENT_DYNAMIC_BIND_FN()
/openssl-master/crypto/rand/
A Drand_egd.c84 return socket(family, type, protocol); in hpns_socket()
89 return socket(family, type, protocol); in hpns_socket()
95 socket_rc = socket(family, type, protocol); in hpns_socket()
131 fd = socket(AF_UNIX, SOCK_STREAM, 0); in RAND_query_egd_bytes()
/openssl-master/include/internal/
A Dsockets.h56 # define socket(d,t,p) ((int)socket(d,t,p)) macro
/openssl-master/demos/bio/
A DREADME.txt2 to simplify socket programming.
/openssl-master/apps/lib/
A Dvms_term_sock.c312 SockDesc1 = socket (SocketFamily, SocketType, 0); in CreateSocketPair()
402 SockDesc2 = socket (SocketFamily, SocketType, 0); in CreateSocketPair()
/openssl-master/crypto/bio/
A Dbio_sock2.c48 sock = socket(domain, socktype, protocol); in BIO_socket()
/openssl-master/doc/man7/
A Dbio.pod23 examples include a socket BIO and a file BIO.
/openssl-master/test/helpers/
A Dssltestlib.c789 afd = socket(AF_INET, SOCK_STREAM, 0); in create_test_sockets()
802 cfd = socket(AF_INET, SOCK_STREAM, 0); in create_test_sockets()

Completed in 23 milliseconds

12