HomeSort by relevance Sort by last modified time
    Searched refs:SSL_CTX_get_options (Results 1 - 2 of 2) sorted by null

  /external/boringssl/src/include/openssl/
ssl.h 572 /* SSL_CTX_get_options returns a bitmask of |SSL_OP_*| values that represent all
574 OPENSSL_EXPORT uint32_t SSL_CTX_get_options(const SSL_CTX *ctx);
    [all...]
  /external/boringssl/src/ssl/
ssl_lib.c 828 uint32_t SSL_CTX_get_options(const SSL_CTX *ctx) { return ctx->options; }
    [all...]

Completed in 38 milliseconds