const google.golang.org/grpc/credentials/alts/internal/handshaker.rekeyRecordProtocolName

4 uses

	google.golang.org/grpc/credentials/alts/internal/handshaker (current package)
		handshaker.go#L43: 	rekeyRecordProtocolName = "ALTSRP_GCM_AES128_REKEY"
		handshaker.go#L52: 	recordProtocols = []string{rekeyRecordProtocolName}
		handshaker.go#L54: 		rekeyRecordProtocolName: 44,
		handshaker.go#L58: 		rekeyRecordProtocolName: func(s core.Side, keyData []byte) (conn.ALTSRecordCrypto, error) {