Searched defs:tlsCreds (Results 1 – 1 of 1) sorted by relevance
135 type tlsCreds struct { struct137 config *tls.Config140 func (c tlsCreds) Info() ProtocolInfo {148 …hake(ctx context.Context, authority string, rawConn net.Conn) (_ net.Conn, _ AuthInfo, err error) {174 func (c *tlsCreds) ServerHandshake(rawConn net.Conn) (net.Conn, AuthInfo, error) {182 func (c *tlsCreds) Clone() TransportCredentials {186 func (c *tlsCreds) OverrideServerName(serverNameOverride string) error {