Searched refs:TLSInfo (Results 1 – 2 of 2) sorted by relevance
113 type TLSInfo struct { struct118 func (t TLSInfo) AuthType() string { argument123 func (t TLSInfo) GetChannelzSecurityValue() ChannelzSecurityValue { argument171 return tlsConn{Conn: conn, rawConn: rawConn}, TLSInfo{conn.ConnectionState()}, nil179 return tlsConn{Conn: conn, rawConn: rawConn}, TLSInfo{conn.ConnectionState()}, nil
354 pr.AuthInfo = credentials.TLSInfo{State: *req.TLS}