Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/ssl/
H A Dssl_conf.c162 static int ssl_set_option_list(const char *elem, int len, void *usr) in ssl_set_option_list() function
295 return CONF_parse_list(value, ',', 1, ssl_set_option_list, cctx); in cmd_Protocol()
414 return CONF_parse_list(value, ',', 1, ssl_set_option_list, cctx); in cmd_Options()
434 return CONF_parse_list(value, ',', 1, ssl_set_option_list, cctx); in cmd_VerifyMode()