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

/external/boringssl/include/openssl/
H A Dssl.h394 /* SSL_CTX_get_options returns a bitmask of |SSL_OP_*| values that represent all
396 OPENSSL_EXPORT uint32_t SSL_CTX_get_options(const SSL_CTX *ctx);
2511 #define SSL_CTX_get_options SSL_CTX_get_options macro
/external/boringssl/src/include/openssl/
H A Dssl.h394 /* SSL_CTX_get_options returns a bitmask of |SSL_OP_*| values that represent all
396 OPENSSL_EXPORT uint32_t SSL_CTX_get_options(const SSL_CTX *ctx);
2511 #define SSL_CTX_get_options SSL_CTX_get_options macro
/external/boringssl/src/ssl/
H A Dssl_lib.c1009 uint32_t SSL_CTX_get_options(const SSL_CTX *ctx) { return ctx->options; } function

Completed in 79 milliseconds