Home
last modified time | relevance | path

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

/openssl/ssl/
H A Dssl_conf.c89 uint64_t *poptions; member
113 if (cctx->poptions == NULL) in ssl_set_option()
129 *cctx->poptions |= option_value; in ssl_set_option()
131 *cctx->poptions &= ~option_value; in ssl_set_option()
1127 cctx->poptions = &sc->options; in SSL_CONF_CTX_set_ssl()
1133 cctx->poptions = NULL; in SSL_CONF_CTX_set_ssl()
1146 cctx->poptions = &ctx->options; in SSL_CONF_CTX_set_ssl_ctx()
1152 cctx->poptions = NULL; in SSL_CONF_CTX_set_ssl_ctx()

Completed in 6 milliseconds