/external/conscrypt/android-stub/src/main/java/com/android/org/conscrypt/ |
D | NativeCrypto.java | 35 String authMethod) throws CertificateException; in verifyCertificateChain() argument
|
D | OpenSSLSocketImpl.java | 98 public void verifyCertificateChain(byte[][] bytes, String authMethod) in verifyCertificateChain() argument
|
/external/conscrypt/android-stub/src/main/java/org/apache/harmony/xnet/provider/jsse/ |
D | NativeCrypto.java | 34 String authMethod) throws CertificateException; in verifyCertificateChain() argument
|
D | OpenSSLSocketImpl.java | 98 public void verifyCertificateChain(byte[][] bytes, String authMethod) in verifyCertificateChain() argument
|
/external/conscrypt/openjdk/src/test/java/org/conscrypt/ |
D | NativeCryptoTest.java | 747 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/ |
D | NativeCryptoTest.java | 755 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/ |
D | ConscryptFileDescriptorSocket.java | 391 public final void verifyCertificateChain(byte[][] certChain, String authMethod) in verifyCertificateChain() argument 407 Platform.checkServerTrusted(x509tm, peerCertChain, authMethod, this); in verifyCertificateChain()
|
D | ConscryptEngine.java | 1637 public void verifyCertificateChain(byte[][] certChain, String authMethod) 1654 Platform.checkServerTrusted(x509tm, peerCertChain, authMethod, this);
|
D | NativeCrypto.java | 1254 void verifyCertificateChain(byte[][] certificateChain, String authMethod) in verifyCertificateChain() argument
|
/external/conscrypt/common/src/main/java/org/conscrypt/ |
D | ConscryptFileDescriptorSocket.java | 390 public final void verifyCertificateChain(byte[][] certChain, String authMethod) in verifyCertificateChain() argument 406 Platform.checkServerTrusted(x509tm, peerCertChain, authMethod, this); in verifyCertificateChain()
|
D | ConscryptEngine.java | 1636 public void verifyCertificateChain(byte[][] certChain, String authMethod) 1653 Platform.checkServerTrusted(x509tm, peerCertChain, authMethod, this);
|
D | NativeCrypto.java | 1207 void verifyCertificateChain(byte[][] certificateChain, String authMethod) in verifyCertificateChain() argument
|
/external/conscrypt/android/src/main/java/org/conscrypt/ |
D | PreKitKatPlatformOpenSSLSocketImplAdapter.java | 390 public void verifyCertificateChain(byte[][] bytes, String authMethod) in verifyCertificateChain() argument
|
D | KitKatPlatformOpenSSLSocketImplAdapter.java | 390 public void verifyCertificateChain(byte[][] bytes, String authMethod) in verifyCertificateChain() argument
|
/external/conscrypt/common/src/jni/main/cpp/conscrypt/ |
D | native_crypto.cc | 6100 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()
|