/external/jetty/src/java/org/eclipse/jetty/security/authentication/ |
D | SpnegoAuthenticator.java | 53 public SpnegoAuthenticator( String authMethod ) in SpnegoAuthenticator() argument 55 _authMethod = authMethod; in SpnegoAuthenticator()
|
/external/conscrypt/src/stub/java/com/android/org/conscrypt/ |
D | NativeCrypto.java | 33 … public void verifyCertificateChain(byte[][] asn1DerEncodedCertificateChain, String authMethod) in verifyCertificateChain() argument
|
D | OpenSSLSocketImpl.java | 103 @Override public void verifyCertificateChain(byte[][] bytes, String authMethod) in verifyCertificateChain() argument
|
/external/conscrypt/src/stub/java/org/apache/harmony/xnet/xnet/provider/jsse/ |
D | NativeCrypto.java | 33 … public void verifyCertificateChain(byte[][] asn1DerEncodedCertificateChain, String authMethod) in verifyCertificateChain() argument
|
D | OpenSSLSocketImpl.java | 103 @Override public void verifyCertificateChain(byte[][] bytes, String authMethod) in verifyCertificateChain() argument
|
/external/jetty/src/java/org/eclipse/jetty/security/ |
D | SecurityHandler.java | 201 public void setAuthMethod(String authMethod) in setAuthMethod() argument 205 _authMethod = authMethod; in setAuthMethod()
|
/external/conscrypt/src/test/java/org/conscrypt/ |
D | NativeCryptoTest.java | 712 public String authMethod; field in NativeCryptoTest.TestSSLHandshakeCallbacks 717 String authMethod) throws CertificateException { in verifyCertificateChain() argument 724 + " authMethod=" + authMethod); in verifyCertificateChain() 727 this.authMethod = authMethod; in verifyCertificateChain() 1018 assertEquals("RSA", clientCallback.authMethod); in test_SSL_do_handshake_normal() 1058 assertEquals("RSA", clientCallback.authMethod); in test_SSL_do_handshake_optional_client_certificate() 1062 assertEquals("RSA", serverCallback.authMethod); in test_SSL_do_handshake_optional_client_certificate() 1239 assertEquals("ECDHE_RSA", clientCallback.authMethod); in test_SSL_do_handshake_with_channel_id_normal() 1272 assertEquals("ECDHE_RSA", clientCallback.authMethod); in test_SSL_do_handshake_with_channel_id_not_supported_by_server() 1305 assertEquals("ECDHE_RSA", clientCallback.authMethod); in test_SSL_do_handshake_with_channel_id_not_enabled_by_client()
|
/external/conscrypt/src/main/java/org/conscrypt/ |
D | OpenSSLEngineImpl.java | 646 String authMethod) throws CertificateException { in verifyCertificateChain() argument 666 Platform.checkServerTrusted(x509tm, peerCertChain, authMethod, getPeerHost()); in verifyCertificateChain()
|
D | OpenSSLSocketImpl.java | 535 public void verifyCertificateChain(long sslSessionNativePtr, long[] certRefs, String authMethod) in verifyCertificateChain() argument 556 Platform.checkServerTrusted(x509tm, peerCertChain, authMethod, getHostname()); in verifyCertificateChain()
|
D | NativeCrypto.java | 1177 String authMethod) throws CertificateException; in verifyCertificateChain() argument
|
/external/conscrypt/src/compat/java/org/conscrypt/ |
D | KitKatPlatformOpenSSLSocketImplAdapter.java | 384 public void verifyCertificateChain(byte[][] bytes, String authMethod) in verifyCertificateChain() argument
|
D | PreKitKatPlatformOpenSSLSocketImplAdapter.java | 384 public void verifyCertificateChain(byte[][] bytes, String authMethod) in verifyCertificateChain() argument
|
/external/conscrypt/src/main/native/ |
D | org_conscrypt_NativeCrypto.cpp | 7687 const char* authMethod = SSL_authentication_method(ssl); local 7690 const char *authMethod = SSL_CIPHER_get_kx_name(cipher); local 7694 ssl, authMethod); 7695 jstring authMethodString = env->NewStringUTF(authMethod);
|