Searched refs:SSL_CTX_get_options (Results 1 – 10 of 10) sorted by relevance
510 long opts = SSL_CTX_get_options(ctx); in LLVMFuzzerInitialize()
554 long opts = SSL_CTX_get_options(ctx); in LLVMFuzzerInitialize()
688 OPENSSL_EXPORT uint32_t SSL_CTX_get_options(const SSL_CTX *ctx);4582 #define SSL_CTX_get_options SSL_CTX_get_options macro
265 `SSL_CTRL_OPTIONS` | `SSL_CTX_get_options` or `SSL_CTX_set_options`
2566 return PyLong_FromLong(SSL_CTX_get_options(self->ctx)); in get_options()2575 opts = SSL_CTX_get_options(self->ctx); in set_options()
99 SSL_CTX_get_options
1651 '#define SSL_CTX_get_options GRPC_SHADOW_SSL_CTX_get_options',
3549 return PyLong_FromLong(SSL_CTX_get_options(self->ctx)); in get_options()3558 opts = SSL_CTX_get_options(self->ctx); in set_options()
1419 uint32_t SSL_CTX_get_options(const SSL_CTX *ctx) { return ctx->options; } in SSL_CTX_get_options() function
127 #define SSL_CTX_get_options GRPC_SHADOW_SSL_CTX_get_options macro