type google.golang.org/grpc/credentials/alts/internal/conn.ALTSRecordFunc

4 uses

	google.golang.org/grpc/credentials/alts/internal/conn (current package)
		record.go#L47: type ALTSRecordFunc func(s core.Side, keyData []byte) (ALTSRecordCrypto, error)
		record.go#L69: 	protocols = make(map[string]ALTSRecordFunc)
		record.go#L73: func RegisterProtocol(protocol string, f ALTSRecordFunc) error {

	google.golang.org/grpc/credentials/alts/internal/handshaker
		handshaker.go#L56: 	altsRecordFuncs = map[string]conn.ALTSRecordFunc{