Searched refs:authMethod (Results 1 - 17 of 17) sorted by relevance

/external/conscrypt/android-stub/src/main/java/com/android/org/conscrypt/
H A DNativeCrypto.java30 * @param authMethod auth algorithm name
35 String authMethod) throws CertificateException;
34 verifyCertificateChain(byte[][] asn1DerEncodedCertificateChain, String authMethod) argument
H A DOpenSSLSocketImpl.java98 public void verifyCertificateChain(byte[][] bytes, String authMethod) argument
/external/conscrypt/android-stub/src/main/java/org/apache/harmony/xnet/provider/jsse/
H A DNativeCrypto.java29 * @param authMethod auth algorithm name
34 String authMethod) throws CertificateException;
33 verifyCertificateChain(byte[][] asn1DerEncodedCertificateChain, String authMethod) argument
H A DOpenSSLSocketImpl.java98 public void verifyCertificateChain(byte[][] bytes, String authMethod) argument
/external/conscrypt/openjdk/src/test/java/org/conscrypt/
H A DNativeCryptoTest.java739 // Limit cipher suites to a known set so authMethod is known.
797 private String authMethod; field in class:NativeCryptoTest.TestSSLHandshakeCallbacks
801 public void verifyCertificateChain(long[] certChainRefs, String authMethod) argument
807 + " authMethod=" + authMethod);
810 this.authMethod = authMethod;
1130 assertEquals("ECDHE_RSA", clientCallback.authMethod);
1167 assertEquals("ECDHE_RSA", clientCallback1.authMethod);
1207 assertEquals("ECDHE_RSA", clientCallback2.authMethod);
[all...]
/external/conscrypt/common/src/main/java/org/conscrypt/
H A DConscryptFileDescriptorSocket.java382 public void verifyCertificateChain(long[] certRefs, String authMethod) argument
399 Platform.checkServerTrusted(x509tm, peerCertChain, authMethod, this);
H A DConscryptEngine.java1561 public void verifyCertificateChain(long[] certRefs, String authMethod) argument
1578 Platform.checkServerTrusted(x509tm, peerCertChain, authMethod, this);
H A DNativeCrypto.java1058 * @param authMethod auth algorithm name
1062 void verifyCertificateChain(long[] certificateChainRefs, String authMethod) argument
/external/conscrypt/android/src/main/java/org/conscrypt/
H A DKitKatPlatformOpenSSLSocketImplAdapter.java390 public void verifyCertificateChain(byte[][] bytes, String authMethod) argument
H A DPreKitKatPlatformOpenSSLSocketImplAdapter.java390 public void verifyCertificateChain(byte[][] bytes, String authMethod) argument
/external/conscrypt/common/src/jni/main/cpp/
H A DNativeCrypto.cpp5591 const char *authMethod = SSL_CIPHER_get_kx_name(cipher); local
5593 JNI_TRACE("ssl=%p cert_verify_callback calling verifyCertificateChain authMethod=%s",
5594 ssl, authMethod);
5595 jstring authMethodString = env->NewStringUTF(authMethod);
/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/ ...
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/ ...

Completed in 985 milliseconds