Home
last modified time | relevance | path

Searched refs:tls_configure_server (Results 1 – 3 of 3) sorted by relevance

/openbsd/lib/libtls/
H A Dtls_internal.h243 int tls_configure_server(struct tls *ctx);
H A Dtls_server.c355 tls_configure_server(struct tls *ctx) in tls_configure_server() function
H A Dtls.c279 return (tls_configure_server(ctx)); in tls_configure()