var google.golang.org/grpc/credentials/alts/internal/conn.protocols

4 uses

	google.golang.org/grpc/credentials/alts/internal/conn (current package)
		record.go#L69: 	protocols = make(map[string]ALTSRecordFunc)
		record.go#L74: 	if _, ok := protocols[protocol]; ok {
		record.go#L77: 	protocols[protocol] = f
		record.go#L104: 	newCrypto := protocols[recordProtocol]