Searched refs:tlsCreds (Results 1 – 1 of 1) sorted by relevance
135 type tlsCreds struct { struct140 func (c tlsCreds) Info() ProtocolInfo { argument148 func (c *tlsCreds) ClientHandshake(ctx context.Context, authority string, rawConn net.Conn) (_ net.… argument174 func (c *tlsCreds) ServerHandshake(rawConn net.Conn) (net.Conn, AuthInfo, error) { argument182 func (c *tlsCreds) Clone() TransportCredentials { argument186 func (c *tlsCreds) OverrideServerName(serverNameOverride string) error { argument193 tc := &tlsCreds{cloneTLSConfig(c)}