Home
last modified time | relevance | path

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

/external/syzkaller/vendor/google.golang.org/grpc/credentials/
Dcredentials.go113 type TLSInfo struct { struct
118 func (t TLSInfo) AuthType() string { argument
123 func (t TLSInfo) GetChannelzSecurityValue() ChannelzSecurityValue { argument
171 return tlsConn{Conn: conn, rawConn: rawConn}, TLSInfo{conn.ConnectionState()}, nil
179 return tlsConn{Conn: conn, rawConn: rawConn}, TLSInfo{conn.ConnectionState()}, nil
/external/syzkaller/vendor/google.golang.org/grpc/transport/
Dhandler_server.go354 pr.AuthInfo = credentials.TLSInfo{State: *req.TLS}