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

/freebsd-11-stable/crypto/openssl/ssl/
H A Dssl_conf.c79 } ssl_flag_tbl; typedef in typeref:struct:__anon6477
125 const ssl_flag_tbl *tbl;
130 static int ssl_match_option(SSL_CONF_CTX *cctx, const ssl_flag_tbl *tbl,
164 const ssl_flag_tbl *tbl;
193 static const ssl_flag_tbl ssl_option_single[] = {
221 cctx->ntbl = sizeof(ssl_option_single) / sizeof(ssl_flag_tbl);
325 static const ssl_flag_tbl ssl_protocol_list[] = {
339 cctx->ntbl = sizeof(ssl_protocol_list) / sizeof(ssl_flag_tbl);
350 static const ssl_flag_tbl ssl_option_list[] = {
369 cctx->ntbl = sizeof(ssl_option_list) / sizeof(ssl_flag_tbl);
[all...]

Completed in 70 milliseconds