Searched refs:SSL_CTX_get_options (Results 1 – 3 of 3) sorted by relevance
643 OPENSSL_EXPORT uint32_t SSL_CTX_get_options(const SSL_CTX *ctx);4369 #define SSL_CTX_get_options SSL_CTX_get_options macro
227 `SSL_CTRL_OPTIONS` | `SSL_CTX_get_options` or `SSL_CTX_set_options`
999 uint32_t SSL_CTX_get_options(const SSL_CTX *ctx) { return ctx->options; } in SSL_CTX_get_options() function