Searched defs:sslSessionNativePtr (Results 1 - 6 of 6) sorted by relevance

/external/conscrypt/src/main/java/org/conscrypt/
H A DOpenSSLEngineImpl.java624 public void onSSLStateChange(long sslSessionNativePtr, int type, int val) { argument
645 public void verifyCertificateChain(long sslSessionNativePtr, long[] certRefs, argument
661 handshakeSession = new OpenSSLSessionImpl(sslSessionNativePtr, null, peerCertChain,
H A DOpenSSLSocketImpl.java506 public void onSSLStateChange(long sslSessionNativePtr, int type, int val) { argument
575 public void verifyCertificateChain(long sslSessionNativePtr, long[] certRefs, String authMethod) argument
591 handshakeSession = new OpenSSLSessionImpl(sslSessionNativePtr, null, peerCertChain,
H A DNativeCrypto.java1220 * @param sslSessionNativePtr pointer to a reference of the SSL_SESSION
1226 public void verifyCertificateChain(long sslSessionNativePtr, long[] certificateChainRefs, argument
1276 public void onSSLStateChange(long sslSessionNativePtr, int type, int val); argument
/external/conscrypt/src/test/java/org/conscrypt/
H A DNativeCryptoTest.java726 public void verifyCertificateChain(long sslSessionNativePtr, long[] certChainRefs, argument
731 + " sessionPtr=0x" + Long.toString(sslSessionNativePtr, 16)
766 public void onSSLStateChange(long sslSessionNativePtr, int type, int val) { argument
/external/robolectric/v3/runtime/
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 103 milliseconds