Home | History | Annotate | Download | only in cpp

Lines Matching refs:SSL_set_mode

6401  * public static native long SSL_set_mode(long ssl, long mode);
6410 long result = static_cast<long>(SSL_set_mode(ssl, static_cast<uint32_t>(mode)));
6846 SSL_set_mode(ssl, SSL_MODE_NO_SESSION_CREATION);
9562 CONSCRYPT_NATIVE_METHOD(NativeCrypto, SSL_set_mode, "(JJ)J"),