Home
last modified time | relevance | path

Searched refs:NewClient (Results 1 – 5 of 5) sorted by relevance

/openbsd/regress/lib/libtls/gotls/
H A Dtls_test.go165 tls, err := NewClient(cfg)
208 tls, err := NewClient(cfg)
309 tls, err := NewClient(cfg)
378 tls, err := NewClient(cfg)
H A Dtls.go157 func NewClient(config *TLSConfig) (*TLS, error) { func
/openbsd/usr.sbin/rbootd/
H A Ddefs.h147 CLIENT *NewClient(u_int8_t *);
H A Dparseconf.c132 if ((client = NewClient(addr)) == NULL) /* alloc new client */ in ParseConfig()
H A Dutils.c253 NewClient(u_int8_t *addr) in NewClient() function