Home
last modified time | relevance | path

Searched refs:LSEC_MODE_SERVER (Results 1 – 4 of 4) sorted by relevance

/dports/security/luasec/luasec-1.0.2/src/
H A Dcontext.h17 #define LSEC_MODE_SERVER 1 macro
H A Dssl.c300 mode = SSL_is_server(ssl->ssl) ? LSEC_MODE_SERVER : LSEC_MODE_CLIENT; in meth_create()
303 mode = SSL_is_server(ssl->ssl) ? LSEC_MODE_SERVER : LSEC_MODE_CLIENT; in meth_create()
312 if (mode == LSEC_MODE_SERVER) in meth_create()
773 } else if (pctx->mode == LSEC_MODE_SERVER) { in meth_sni()
H A Dcontext.c534 ctx->mode = LSEC_MODE_SERVER; in set_mode()
/dports/devel/lua-cqueues/cqueues-rel-20200726/src/
H A Dsocket.c1103 #define LSEC_MODE_SERVER 1 macro
1134 so_setbool(&S->tls.config.accept, ((((lsec_context*)ctx)->mode) == LSEC_MODE_SERVER)); in lso_starttls()