/external/conscrypt/openjdk/src/test/java/org/conscrypt/ |
D | ConscryptEngineTest.java | 94 private enum ClientAuth { enum in ConscryptEngineTest 188 doMutualAuthHandshake(TestKeyStore.getServer(), TestKeyStore.getServer(), ClientAuth.NONE); in mutualAuthWithSameCertsShouldSucceed() 193 doMutualAuthHandshake(TestKeyStore.getClient(), TestKeyStore.getServer(), ClientAuth.NONE); in mutualAuthWithDifferentCertsShouldSucceed() 199 TestKeyStore.getClientCA2(), TestKeyStore.getServer(), ClientAuth.NONE); in mutualAuthWithUntrustedServerShouldFail() 204 doMutualAuthHandshake(TestKeyStore.getClient(), TestKeyStore.getClient(), ClientAuth.NONE); in mutualAuthWithUntrustedClientShouldFail() 210 TestKeyStore.getClient(), TestKeyStore.getServer(), ClientAuth.OPTIONAL); in optionalClientAuthShouldSucceed() 216 TestKeyStore.getClient(), TestKeyStore.getClient(), ClientAuth.OPTIONAL); in optionalClientAuthShouldFail() 222 TestKeyStore.getServer(), TestKeyStore.getServer(), ClientAuth.REQUIRED); in requiredClientAuthShouldSucceed() 228 TestKeyStore.getClient(), TestKeyStore.getClient(), ClientAuth.REQUIRED); in requiredClientAuthShouldFail() 379 TestKeyStore clientKs, TestKeyStore serverKs, ClientAuth clientAuth) throws Exception { in doMutualAuthHandshake()
|
/external/conscrypt/repackaged/openjdk/src/test/java/com/android/org/conscrypt/ |
D | ConscryptEngineTest.java | 101 private enum ClientAuth { enum in ConscryptEngineTest 195 doMutualAuthHandshake(TestKeyStore.getServer(), TestKeyStore.getServer(), ClientAuth.NONE); in mutualAuthWithSameCertsShouldSucceed() 200 doMutualAuthHandshake(TestKeyStore.getClient(), TestKeyStore.getServer(), ClientAuth.NONE); in mutualAuthWithDifferentCertsShouldSucceed() 206 TestKeyStore.getClientCA2(), TestKeyStore.getServer(), ClientAuth.NONE); in mutualAuthWithUntrustedServerShouldFail() 211 doMutualAuthHandshake(TestKeyStore.getClient(), TestKeyStore.getClient(), ClientAuth.NONE); in mutualAuthWithUntrustedClientShouldFail() 217 TestKeyStore.getClient(), TestKeyStore.getServer(), ClientAuth.OPTIONAL); in optionalClientAuthShouldSucceed() 223 TestKeyStore.getClient(), TestKeyStore.getClient(), ClientAuth.OPTIONAL); in optionalClientAuthShouldFail() 229 TestKeyStore.getServer(), TestKeyStore.getServer(), ClientAuth.REQUIRED); in requiredClientAuthShouldSucceed() 235 TestKeyStore.getClient(), TestKeyStore.getClient(), ClientAuth.REQUIRED); in requiredClientAuthShouldFail() 386 TestKeyStore clientKs, TestKeyStore serverKs, ClientAuth clientAuth) throws Exception { in doMutualAuthHandshake()
|
/external/syzkaller/vendor/google.golang.org/grpc/credentials/ |
D | credentials_util_pre_go17.go | 45 ClientAuth: cfg.ClientAuth,
|
D | credentials_util_go17.go | 46 ClientAuth: cfg.ClientAuth,
|
/external/syzkaller/vendor/golang.org/x/net/http2/ |
D | go17_not18.go | 22 ClientAuth: c.ClientAuth,
|
D | not_go17.go | 69 ClientAuth: c.ClientAuth,
|
/external/grpc-grpc-java/interop-testing/src/test/java/io/grpc/testing/integration/ |
D | Http2NettyTest.java | 28 import io.netty.handler.ssl.ClientAuth; 52 .clientAuth(ClientAuth.REQUIRE) in getServerBuilder()
|
D | ConcurrencyTest.java | 33 import io.netty.handler.ssl.ClientAuth; 199 .clientAuth(ClientAuth.REQUIRE) in newServer()
|
/external/grpc-grpc-java/examples/src/main/java/io/grpc/examples/helloworldtls/ |
D | HelloWorldServerTls.java | 26 import io.netty.handler.ssl.ClientAuth; 66 sslClientContextBuilder.clientAuth(ClientAuth.REQUIRE); in getSslContextBuilder()
|
/external/boringssl/src/ssl/test/runner/ |
D | handshake_server.go | 850 if config.ClientAuth >= RequestClientCert { 1051 if config.ClientAuth >= RequestClientCert { 1066 switch config.ClientAuth { 1523 …needClientCerts := c.config.ClientAuth == RequireAnyClientCert || c.config.ClientAuth == RequireAn… 1527 if sessionHasClientCerts && c.config.ClientAuth == NoClientCert { 1662 if config.ClientAuth >= RequestClientCert { 1711 if config.ClientAuth >= RequestClientCert { 1738 switch config.ClientAuth { 2030 if c.config.ClientAuth >= VerifyClientCertIfGiven && len(certs) > 0 {
|
D | runner.go | 1692 ClientAuth: RequestClientCert, 2293 ClientAuth: RequestClientCert, 2315 ClientAuth: RequestClientCert, 3913 ClientAuth: RequireAnyClientCert, 3947 ClientAuth: RequireAnyClientCert, 3961 ClientAuth: RequireAnyClientCert, 4088 ClientAuth: RequireAnyClientCert, 4107 ClientAuth: RequireAnyClientCert, 4124 ClientAuth: RequireAnyClientCert, 4628 ClientAuth: RequestClientCert, [all …]
|
D | common.go | 376 ClientAuth ClientAuthType member
|
/external/grpc-grpc-java/netty/src/test/java/io/grpc/netty/ |
D | TlsTest.java | 34 import io.netty.handler.ssl.ClientAuth; 328 .clientAuth(ClientAuth.REQUIRE); in serverBuilder()
|
D | NettyClientTransportTest.java | 71 import io.netty.handler.ssl.ClientAuth; 283 .clientAuth(ClientAuth.REQUIRE) in tlsNegotiationFailurePropagatesToStatus()
|
/external/grpc-grpc-java/ |
D | SECURITY.md | 293 .clientAuth(ClientAuth.REQUIRE)
|