Home
last modified time | relevance | path

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

/openssl-master/ssl/
A Dssl_conf.c26 unsigned int name_flags; member
33 unsigned int name_flags; member
106 static void ssl_set_option(SSL_CONF_CTX *cctx, unsigned int name_flags, in ssl_set_option() argument
113 if (name_flags & SSL_TFLAG_INV) in ssl_set_option()
115 switch (name_flags & SSL_TFLAG_TYPE_MASK) { in ssl_set_option()
146 if (!(cctx->flags & tbl->name_flags & SSL_TFLAG_BOTH)) in ssl_match_option()
153 ssl_set_option(cctx, tbl->name_flags, tbl->option_value, onoff); in ssl_match_option()
871 ssl_set_option(cctx, scmd->name_flags, scmd->option_value, 1); in ctrl_switch_option()

Completed in 5 milliseconds