Home | History | Annotate | Download | only in cpp

Lines Matching refs:SSL_clear_options

6431  * public static native long SSL_clear_options(long ssl, long options);
6440 long result = static_cast<long>(SSL_clear_options(ssl, static_cast<uint32_t>(options)));
9564 CONSCRYPT_NATIVE_METHOD(NativeCrypto, SSL_clear_options, "(JJ)J"),