ANDROID: crypto: gf128mul - Refactor gf128 overflow macros and tables
authorEric Biggers <ebiggers@google.com>
Wed, 11 Jan 2017 01:04:54 +0000 (17:04 -0800)
committerAmit Pundir <amit.pundir@linaro.org>
Mon, 10 Apr 2017 07:42:16 +0000 (13:12 +0530)
commit65513b9e83d7b1f6f1f5098fb71d158fce51e581
tree25bd989a57c29d1948749b3b11e1eccc126d983b
parenta2d2edaf30069ba0f8cab1ebf819bdda52e7b11e
ANDROID: crypto: gf128mul - Refactor gf128 overflow macros and tables

Rename and clean up the GF(2^128) overflow macros and tables.  Their
usage is more general than the name suggested, e.g. what was previously
known as the "bbe" table can actually be used for both "bbe" and "ble"
multiplication.

Bug: 32975945
Signed-off-by: Eric Biggers <ebiggers@google.com>
Change-Id: Ie6c47b4075ca40031eb1767e9b468cfd7bf1b2e4
crypto/gf128mul.c