Searched defs:SSL_get_options (Results 1 – 3 of 3) sorted by relevance
831 public static native long SSL_get_options(long ssl); in SSL_get_options() method in NativeCrypto
1011 uint32_t SSL_get_options(const SSL *ssl) { return ssl->options; } in SSL_get_options() function
2513 #define SSL_get_options SSL_get_options macro