Home
last modified time | relevance | path

Searched refs:BIO_socket (Results 1 – 11 of 11) sorted by relevance

/third_party/openssl/doc/man3/
DBIO_connect.pod5 BIO_socket, BIO_bind, BIO_connect, BIO_listen, BIO_accept_ex, BIO_closesocket - BIO
12 int BIO_socket(int domain, int socktype, int protocol, int options);
21 BIO_socket() creates a socket in the domain B<domain>, of type
85 BIO_socket() returns the socket number on success or B<INVALID_SOCKET>
/third_party/openssl/apps/lib/
Ds_socket.c128 *sock = BIO_socket(BIO_ADDRINFO_family(ai), BIO_ADDRINFO_socktype(ai), in init_client()
316 asock = BIO_socket(sock_family, sock_type, sock_protocol, 0); in do_server()
318 asock = BIO_socket(sock_family_fallback, sock_type, sock_protocol, 0); in do_server()
/third_party/openssl/crypto/bio/
Dbio_sock2.c41 int BIO_socket(int domain, int socktype, int protocol, int options) in BIO_socket() function
Dbio_sock.c230 if ((s = BIO_socket(BIO_ADDRINFO_family(res), BIO_ADDRINFO_socktype(res), in BIO_get_accept_socket()
Dbss_acpt.c223 s = BIO_socket(BIO_ADDRINFO_family(c->addr_iter), in acpt_state()
Dbss_conn.c140 ret = BIO_socket(BIO_ADDRINFO_family(c->addr_iter), in conn_state()
/third_party/openssl/test/helpers/
Dhandshake.c1320 lsock = BIO_socket(family, SOCK_STREAM, IPPROTO_SCTP, 0); in create_sctp_socks()
1350 consock = BIO_socket(family, SOCK_STREAM, IPPROTO_SCTP, 0); in create_sctp_socks()
/third_party/openssl/ohos_lite/include/openssl/
Dbio.h707 int BIO_socket(int domain, int socktype, int protocol, int options);
/third_party/openssl/include/openssl/
Dbio.h.in769 int BIO_socket(int domain, int socktype, int protocol, int options);
/third_party/openssl/util/
Dlibcrypto.num390 BIO_socket 398 3_0_0 EXIST::FUNCTION:SOCK
/third_party/openssl/
DCHANGES.md4081 It also introduces a new API, with functions like BIO_socket,