Searched defs:SSL_CTX_set_options (Results 1 - 3 of 3) sorted by relevance

/external/boringssl/src/ssl/
H A Dssl_lib.c989 uint32_t SSL_CTX_set_options(SSL_CTX *ctx, uint32_t options) { function
/external/boringssl/include/openssl/
H A Dssl.h384 /* SSL_CTX_set_options enables all options set in |options| (which should be one
387 OPENSSL_EXPORT uint32_t SSL_CTX_set_options(SSL_CTX *ctx, uint32_t options);
2512 #define SSL_CTX_set_options SSL_CTX_set_options macro
/external/boringssl/src/include/openssl/
H A Dssl.h384 /* SSL_CTX_set_options enables all options set in |options| (which should be one
387 OPENSSL_EXPORT uint32_t SSL_CTX_set_options(SSL_CTX *ctx, uint32_t options);
2512 #define SSL_CTX_set_options SSL_CTX_set_options macro

Completed in 864 milliseconds