Home
last modified time | relevance | path

Searched refs:authMethod (Results 1 – 15 of 15) sorted by relevance

/external/conscrypt/android-stub/src/main/java/com/android/org/conscrypt/
DNativeCrypto.java35 String authMethod) throws CertificateException; in verifyCertificateChain() argument
DOpenSSLSocketImpl.java98 public void verifyCertificateChain(byte[][] bytes, String authMethod) in verifyCertificateChain() argument
/external/conscrypt/android-stub/src/main/java/org/apache/harmony/xnet/provider/jsse/
DNativeCrypto.java34 String authMethod) throws CertificateException; in verifyCertificateChain() argument
DOpenSSLSocketImpl.java98 public void verifyCertificateChain(byte[][] bytes, String authMethod) in verifyCertificateChain() argument
/external/conscrypt/openjdk/src/test/java/org/conscrypt/
DNativeCryptoTest.java747 private String authMethod; field in NativeCryptoTest.TestSSLHandshakeCallbacks
751 public void verifyCertificateChain(byte[][] certs, String authMethod) in verifyCertificateChain() argument
762 this.authMethod = authMethod; in verifyCertificateChain()
1084 assertEquals("ECDHE_RSA", clientCallback.authMethod); in test_SSL_do_handshake_normal()
1121 assertEquals("ECDHE_RSA", clientCallback1.authMethod); in test_SSL_do_handshake_reusedSession()
1161 assertEquals("ECDHE_RSA", clientCallback2.authMethod); in test_SSL_do_handshake_reusedSession()
1209 assertEquals("ECDHE_RSA", clientCallback.authMethod); in test_SSL_do_handshake_optional_client_certificate()
1213 assertEquals("ECDHE_RSA", serverCallback.authMethod); in test_SSL_do_handshake_optional_client_certificate()
1329 assertEquals("ECDHE_RSA", clientCallback.authMethod); in test_SSL_do_handshake_with_channel_id_normal()
1366 assertEquals("ECDHE_RSA", clientCallback.authMethod); in test_SSL_do_handshake_with_channel_id_not_supported_by_server()
[all …]
/external/conscrypt/repackaged/openjdk/src/test/java/com/android/org/conscrypt/
DNativeCryptoTest.java755 private String authMethod; field in NativeCryptoTest.TestSSLHandshakeCallbacks
759 public void verifyCertificateChain(byte[][] certs, String authMethod) in verifyCertificateChain() argument
770 this.authMethod = authMethod; in verifyCertificateChain()
1092 assertEquals("ECDHE_RSA", clientCallback.authMethod); in test_SSL_do_handshake_normal()
1129 assertEquals("ECDHE_RSA", clientCallback1.authMethod); in test_SSL_do_handshake_reusedSession()
1169 assertEquals("ECDHE_RSA", clientCallback2.authMethod); in test_SSL_do_handshake_reusedSession()
1217 assertEquals("ECDHE_RSA", clientCallback.authMethod); in test_SSL_do_handshake_optional_client_certificate()
1221 assertEquals("ECDHE_RSA", serverCallback.authMethod); in test_SSL_do_handshake_optional_client_certificate()
1337 assertEquals("ECDHE_RSA", clientCallback.authMethod); in test_SSL_do_handshake_with_channel_id_normal()
1374 assertEquals("ECDHE_RSA", clientCallback.authMethod); in test_SSL_do_handshake_with_channel_id_not_supported_by_server()
[all …]
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DConscryptFileDescriptorSocket.java391 public final void verifyCertificateChain(byte[][] certChain, String authMethod) in verifyCertificateChain() argument
407 Platform.checkServerTrusted(x509tm, peerCertChain, authMethod, this); in verifyCertificateChain()
DConscryptEngine.java1637 public void verifyCertificateChain(byte[][] certChain, String authMethod)
1654 Platform.checkServerTrusted(x509tm, peerCertChain, authMethod, this);
DNativeCrypto.java1254 void verifyCertificateChain(byte[][] certificateChain, String authMethod) in verifyCertificateChain() argument
/external/conscrypt/common/src/main/java/org/conscrypt/
DConscryptFileDescriptorSocket.java390 public final void verifyCertificateChain(byte[][] certChain, String authMethod) in verifyCertificateChain() argument
406 Platform.checkServerTrusted(x509tm, peerCertChain, authMethod, this); in verifyCertificateChain()
DConscryptEngine.java1636 public void verifyCertificateChain(byte[][] certChain, String authMethod)
1653 Platform.checkServerTrusted(x509tm, peerCertChain, authMethod, this);
DNativeCrypto.java1207 void verifyCertificateChain(byte[][] certificateChain, String authMethod) in verifyCertificateChain() argument
/external/conscrypt/android/src/main/java/org/conscrypt/
DPreKitKatPlatformOpenSSLSocketImplAdapter.java390 public void verifyCertificateChain(byte[][] bytes, String authMethod) in verifyCertificateChain() argument
DKitKatPlatformOpenSSLSocketImplAdapter.java390 public void verifyCertificateChain(byte[][] bytes, String authMethod) in verifyCertificateChain() argument
/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Dnative_crypto.cc6100 const char* authMethod = SSL_CIPHER_get_kx_name(cipher); in cert_verify_callback() local
6103 authMethod); in cert_verify_callback()
6104 jstring authMethodString = env->NewStringUTF(authMethod); in cert_verify_callback()