Searched refs:SSL_renegotiate (Results 1 - 14 of 14) sorted by relevance

/external/conscrypt/common/src/main/java/org/conscrypt/
H A DNativeCrypto.java1014 public static native void SSL_renegotiate(long sslNativePointer) throws SSLException; method in class:NativeCrypto
/external/libevent/
H A Dbufferevent_openssl.c1097 if (SSL_renegotiate(bev_ssl->ssl) < 0)
/external/conscrypt/openjdk/src/test/java/org/conscrypt/
H A DNativeCryptoTest.java1151 NativeCrypto.SSL_renegotiate(s);
1915 NativeCrypto.SSL_renegotiate(NULL);
1935 NativeCrypto.SSL_renegotiate(s);
/external/conscrypt/platform/src/test/java/org/conscrypt/
H A DNativeCryptoTest.java1845 NativeCrypto.SSL_renegotiate(NULL);
1871 NativeCrypto.SSL_renegotiate(s);
/external/boringssl/include/openssl/
H A Dssl.h3493 /* SSL_renegotiate put an error on the error queue and returns zero. */
3494 OPENSSL_EXPORT int SSL_renegotiate(SSL *ssl);
/external/boringssl/src/include/openssl/
H A Dssl.h3493 /* SSL_renegotiate put an error on the error queue and returns zero. */
3494 OPENSSL_EXPORT int SSL_renegotiate(SSL *ssl);
/external/boringssl/src/ssl/
H A Dssl_lib.c1283 int SSL_renegotiate(SSL *ssl) { function
/external/conscrypt/common/src/jni/main/cpp/
H A DNativeCrypto.cpp7046 int result = SSL_renegotiate(ssl);
7048 Errors::throwSSLExceptionStr(env, "Problem with SSL_renegotiate");
7056 "Problem with SSL_do_handshake after SSL_renegotiate");
9187 CONSCRYPT_NATIVE_METHOD(NativeCrypto, SSL_renegotiate, "(J)V"),
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 154 milliseconds