Home
last modified time | relevance | path

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

/external/boringssl/src/include/openssl/
Dssl.h643 OPENSSL_EXPORT uint32_t SSL_CTX_get_options(const SSL_CTX *ctx);
4369 #define SSL_CTX_get_options SSL_CTX_get_options macro
/external/boringssl/src/
DPORTING.md227 `SSL_CTRL_OPTIONS` | `SSL_CTX_get_options` or `SSL_CTX_set_options`
/external/boringssl/src/ssl/
Dssl_lib.c999 uint32_t SSL_CTX_get_options(const SSL_CTX *ctx) { return ctx->options; } in SSL_CTX_get_options() function