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

2 uses

	google.golang.org/grpc/credentials/alts/internal/conn (current package)
		aes128gcmrekey.go#L56: func NewAES128GCMRekey(side core.Side, key []byte) (ALTSRecordCrypto, error) {

	google.golang.org/grpc/credentials/alts/internal/handshaker
		handshaker.go#L59: 			return conn.NewAES128GCMRekey(s, keyData)