Searched defs:sslSessionNativePtr (Results 1 - 6 of 6) sorted by relevance
/external/conscrypt/src/main/java/org/conscrypt/ |
H A D | OpenSSLEngineImpl.java | 624 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 D | OpenSSLSocketImpl.java | 506 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 D | NativeCrypto.java | 1220 * @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 D | NativeCryptoTest.java | 726 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 D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ... |
H A D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ... |
Completed in 103 milliseconds