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 394 /* 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);
    [all...]
  /external/boringssl/src/ssl/
ssl_lib.c 1009 uint32_t SSL_CTX_get_options(const SSL_CTX *ctx) { return ctx->options; }
    [all...]

Completed in 31 milliseconds