HomeSort by relevance Sort by last modified time
    Searched refs:NoClientCert (Results 1 - 8 of 8) sorted by null

  /frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
RequestReason.java 8 NoClientCert,
SOAPBuilder.java 28 sRequestReasons.put(RequestReason.NoClientCert, "No acceptable client certificate");
  /prebuilts/go/darwin-x86/src/crypto/tls/
common.go 184 NoClientCert ClientAuthType = iota
292 // TLS Client Authentication. The default is NoClientCert.
handshake_server.go 306 if sessionHasClientCerts && c.config.ClientAuth == NoClientCert {
350 if config.ClientAuth == NoClientCert {
  /prebuilts/go/linux-x86/src/crypto/tls/
common.go 184 NoClientCert ClientAuthType = iota
292 // TLS Client Authentication. The default is NoClientCert.
handshake_server.go 306 if sessionHasClientCerts && c.config.ClientAuth == NoClientCert {
350 if config.ClientAuth == NoClientCert {
  /external/boringssl/src/ssl/test/runner/
common.go 203 NoClientCert ClientAuthType = iota
293 // TLS Client Authentication. The default is NoClientCert.
    [all...]
handshake_server.go 472 if sessionHasClientCerts && c.config.ClientAuth == NoClientCert {

Completed in 670 milliseconds