Searched refs:SSL_CTX_get_options (Results 1 – 2 of 2) sorted by relevance
574 OPENSSL_EXPORT uint32_t SSL_CTX_get_options(const SSL_CTX *ctx);4226 #define SSL_CTX_get_options SSL_CTX_get_options macro
828 uint32_t SSL_CTX_get_options(const SSL_CTX *ctx) { return ctx->options; } in SSL_CTX_get_options() function