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

/netbsd-current/crypto/external/bsd/openssl.old/dist/ssl/
H A Dssl_conf.c152 static int ssl_set_option_list(const char *elem, int len, void *usr) function
294 return CONF_parse_list(value, ',', 1, ssl_set_option_list, cctx);
400 return CONF_parse_list(value, ',', 1, ssl_set_option_list, cctx);
421 return CONF_parse_list(value, ',', 1, ssl_set_option_list, cctx);
/netbsd-current/crypto/external/bsd/openssl/dist/ssl/
H A Dssl_conf.c158 static int ssl_set_option_list(const char *elem, int len, void *usr) function
292 return CONF_parse_list(value, ',', 1, ssl_set_option_list, cctx);
405 return CONF_parse_list(value, ',', 1, ssl_set_option_list, cctx);
426 return CONF_parse_list(value, ',', 1, ssl_set_option_list, cctx);

Completed in 89 milliseconds