func google.golang.org/grpc/credentials/alts/internal/conn.RegisterProtocol

2 uses

	google.golang.org/grpc/credentials/alts/internal/conn (current package)
		record.go#L73: func RegisterProtocol(protocol string, f ALTSRecordFunc) error {

	google.golang.org/grpc/credentials/alts/internal/handshaker
		handshaker.go#L74: 		if err := conn.RegisterProtocol(protocol, f); err != nil {