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

  /external/syzkaller/vendor/golang.org/x/net/http2/
go17_not18.go 16 Certificates: c.Certificates,
not_go17.go 63 Certificates: c.Certificates,
  /external/pdfium/xfa/fxfa/parser/
cxfa_certificates.cpp 28 constexpr wchar_t kName[] = L"certificates";
37 XFA_Element::Certificates,
cxfa_filter.cpp 15 {XFA_Element::Mdp, 1, 0}, {XFA_Element::Certificates, 1, 0},
cxfa_node_statics.cpp 402 {0x302aee16 /* certificates */, XFA_Element::Certificates},
    [all...]
  /external/syzkaller/vendor/google.golang.org/grpc/credentials/
credentials_util_go17.go 40 Certificates: cfg.Certificates,
credentials_util_pre_go17.go 39 Certificates: cfg.Certificates,
credentials.go 105 // OverrideServerName overrides the server name used to verify the hostname on the returned certificates from the server.
215 return nil, fmt.Errorf("credentials: failed to append certificates")
222 return NewTLS(&tls.Config{Certificates: []tls.Certificate{*cert}})
232 return NewTLS(&tls.Config{Certificates: []tls.Certificate{cert}}), nil
  /external/boringssl/src/ssl/test/runner/
runner.go 694 if len(config.Certificates) == 0 {
695 config.Certificates = []Certificate{rsaCertificate}
869 return fmt.Errorf("expected peer to send %d certificates, but got %d", len(connState.PeerCertificates), len(test.expectPeerCertificate.Certificate))
    [all...]
common.go 324 // pair of functions for compressing and decompressing certificates.
348 // Certificates contains one or more certificate chains
351 Certificates []Certificate
354 // Certificates. Note that a certificate name can be of the form
357 // The nil value causes the first element of Certificates to be used
362 // that clients use when verifying server certificates.
370 // certificates unless InsecureSkipVerify is given. It is also included
    [all...]
tls.go 77 if config == nil || len(config.Certificates) == 0 {
78 return nil, errors.New("tls.Listen: no certificates in configuration")
handshake_client.go 966 for i, cert := range certMsg.certificates {
984 c.ocspResponse = certMsg.certificates[0].ocspResponse
985 c.sctList = certMsg.certificates[0].sctList
    [all...]
handshake_server.go 900 certMsg.certificates = append(certMsg.certificates, cert)
976 // Pick up certificates from the session instead.
977 if len(hs.sessionState.certificates) > 0 {
978 if _, err := hs.processCertsFromClient(hs.sessionState.certificates); err != nil {
    [all...]
  /external/pdfium/xfa/fxfa/
fxfa_basic.h 698 Certificates,

Completed in 151 milliseconds