Home
last modified time | relevance | path

Searched refs:VerifyHostname (Results 1 – 2 of 2) sorted by relevance

/external/boringssl/src/ssl/test/runner/
Dconn.go1873 func (c *Conn) VerifyHostname(host string) error { func
1882 return c.peerCertificates[0].VerifyHostname(host)
/external/syzkaller/vendor/golang.org/x/net/http2/
Dtransport.go501 if err := cn.VerifyHostname(cfg.ServerName); err != nil {