Searched refs:sslSessionNativePointer (Results 1 – 10 of 10) sorted by relevance
/external/conscrypt/src/main/java/org/conscrypt/ |
D | OpenSSLSessionImpl.java | 47 protected long sslSessionNativePointer; field in OpenSSLSessionImpl 59 protected OpenSSLSessionImpl(long sslSessionNativePointer, X509Certificate[] localCertificates, in OpenSSLSessionImpl() argument 62 this.sslSessionNativePointer = sslSessionNativePointer; in OpenSSLSessionImpl() 104 id = NativeCrypto.SSL_SESSION_session_id(sslSessionNativePointer); in resetId() 112 return NativeCrypto.i2d_SSL_SESSION(sslSessionNativePointer); in getEncoded() 122 creationTime = NativeCrypto.SSL_SESSION_get_time(sslSessionNativePointer); in getCreationTime() 311 String name = NativeCrypto.SSL_SESSION_cipher(sslSessionNativePointer); in getCipherSuite() 327 protocol = NativeCrypto.SSL_SESSION_get_version(sslSessionNativePointer); in getProtocol() 477 return NativeCrypto.get_SSL_SESSION_tlsext_hostname(sslSessionNativePointer); in getRequestedServerName() 485 if (sslSessionNativePointer != 0) { in finalize() [all …]
|
D | NativeCrypto.java | 1054 public static native void SSL_set_session(long sslNativePointer, long sslSessionNativePointer) in SSL_set_session() argument 1196 public static native byte[] SSL_SESSION_session_id(long sslSessionNativePointer); in SSL_SESSION_session_id() argument 1198 public static native long SSL_SESSION_get_time(long sslSessionNativePointer); in SSL_SESSION_get_time() argument 1200 public static native String SSL_SESSION_get_version(long sslSessionNativePointer); in SSL_SESSION_get_version() argument 1202 public static native String SSL_SESSION_cipher(long sslSessionNativePointer); in SSL_SESSION_cipher() argument 1204 public static native String get_SSL_SESSION_tlsext_hostname(long sslSessionNativePointer); in get_SSL_SESSION_tlsext_hostname() argument 1206 public static native void SSL_SESSION_free(long sslSessionNativePointer); in SSL_SESSION_free() argument 1208 public static native byte[] i2d_SSL_SESSION(long sslSessionNativePointer); in i2d_SSL_SESSION() argument
|
D | SSLParametersImpl.java | 440 sessionToReuse.sslSessionNativePointer); in getSessionToReuse() 659 OpenSSLSessionImpl setupSession(long sslSessionNativePointer, long sslNativePointer, in setupSession() argument 666 NativeCrypto.SSL_SESSION_free(sslSessionNativePointer); in setupSession() 677 sslSession = new OpenSSLSessionImpl(sslSessionNativePointer, localCertificates, in setupSession()
|
D | OpenSSLSocketImpl.java | 355 long sslSessionNativePointer; in startHandshake() local 357 sslSessionNativePointer = NativeCrypto.SSL_do_handshake(sslNativePointer, in startHandshake() 399 sslSession = sslParameters.setupSession(sslSessionNativePointer, sslNativePointer, in startHandshake()
|
/external/robolectric/v3/runtime/ |
D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.3_r2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.4_r1-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |