Home
last modified time | relevance | path

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

/openssl/ssl/
H A Dssl_conf.c28 unsigned int name_flags; member
35 unsigned int name_flags; member
108 static void ssl_set_option(SSL_CONF_CTX *cctx, unsigned int name_flags, in ssl_set_option() argument
115 if (name_flags & SSL_TFLAG_INV) in ssl_set_option()
117 switch (name_flags & SSL_TFLAG_TYPE_MASK) { in ssl_set_option()
148 if (!(cctx->flags & tbl->name_flags & SSL_TFLAG_BOTH)) in ssl_match_option()
156 ssl_set_option(cctx, tbl->name_flags, tbl->option_value, onoff); in ssl_match_option()
941 ssl_set_option(cctx, scmd->name_flags, scmd->option_value, 1); in ctrl_switch_option()

Completed in 6 milliseconds