Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/doc/man3/
H A DBIO_ADDRINFO.pod10 BIO_lookup
26 int BIO_lookup(const char *host, const char *service,
59 BIO_lookup() does the same as BIO_lookup_ex() but does not provide the ability
85 BIO_lookup_ex() and BIO_lookup() return 1 on success and 0 when an error
/freebsd/crypto/openssl/crypto/bio/
H A Dbio_sock.c54 if (BIO_lookup(str, NULL, BIO_LOOKUP_CLIENT, AF_INET, SOCK_STREAM, &res)) { in BIO_get_host_ip()
88 if (BIO_lookup(NULL, str, BIO_LOOKUP_CLIENT, AF_INET, SOCK_STREAM, &res)) { in BIO_get_port()
227 if (BIO_lookup(h, p, BIO_LOOKUP_SERVER, AF_UNSPEC, SOCK_STREAM, &res) != 0) in BIO_get_accept_socket()
H A Dbss_acpt.c209 if (BIO_lookup(c->param_addr, c->param_serv, BIO_LOOKUP_SERVER, in acpt_state()
H A Dbss_conn.c126 if (BIO_lookup(c->param_hostname, c->param_service, in conn_state()
H A Dbio_addr.c623 int BIO_lookup(const char *host, const char *service, in BIO_lookup() function
/freebsd/crypto/openssl/include/openssl/
H A Dbio.h755 int BIO_lookup(const char *host, const char *service,
H A Dbio.h.in732 int BIO_lookup(const char *host, const char *service,
/freebsd/secure/lib/libcrypto/
H A DVersion.map319 BIO_lookup;
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile842 MLINKS+= BIO_ADDRINFO.3 BIO_lookup.3
/freebsd/crypto/openssl/util/
H A Dlibcrypto.num3204 BIO_lookup 3272 3_0_0 EXIST::FUNCTION:SOCK
/freebsd/crypto/openssl/
H A DCHANGES.md4451 BIO_connect, BIO_listen, BIO_lookup and a rewrite of BIO_accept.