Home | History | Annotate | Download | only in native

Lines Matching refs:SSL_get_options

6570  * public static native long SSL_get_options(int ssl);
6579 long options = SSL_get_options(ssl);
7980 NATIVE_METHOD(NativeCrypto, SSL_get_options, "(J)J"),