OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tls_ctx
(Results
1 - 1
of
1
) sorted by relevancy
/src/usr.bin/nc/
netcat.c
149
void report_tls(struct tls *
tls_ctx
, char * host, char *tlsexpectname);
171
struct tls *
tls_ctx
= NULL;
local in function:main
565
if ((
tls_ctx
= tls_server()) == NULL)
567
if (tls_configure(
tls_ctx
, tls_cfg) == -1)
569
tls_error(
tls_ctx
));
622
(tls_cctx = tls_setup_server(
tls_ctx
, connfd, host)))
677
if ((
tls_ctx
= tls_client()) == NULL)
679
if (tls_configure(
tls_ctx
, tls_cfg) == -1)
681
tls_error(
tls_ctx
));
724
tls_setup_client(
tls_ctx
, s, host)
[
all
...]
Completed in 11 milliseconds
Indexes created Thu Oct 02 10:09:58 GMT 2025