Home
last modified time | relevance | path

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

/NextBSD/crypto/openssl/ssl/
HDssl_conf.c121 unsigned long *poptions; member
142 if (cctx->poptions) { in ssl_match_option()
152 *cctx->poptions |= tbl->option_value; in ssl_match_option()
154 *cctx->poptions &= ~tbl->option_value; in ssl_match_option()
607 ret->poptions = NULL; in SSL_CONF_CTX_new()
664 cctx->poptions = &ssl->options; in SSL_CONF_CTX_set_ssl()
667 cctx->poptions = NULL; in SSL_CONF_CTX_set_ssl()
677 cctx->poptions = &ctx->options; in SSL_CONF_CTX_set_ssl_ctx()
680 cctx->poptions = NULL; in SSL_CONF_CTX_set_ssl_ctx()