Home | History | Annotate | Download | only in native

Lines Matching refs:SSL_clear_options

6600  * public static native long SSL_clear_options(int ssl, long options);
6609 long result = SSL_clear_options(ssl, options);
7982 NATIVE_METHOD(NativeCrypto, SSL_clear_options, "(JJ)J"),