diff options
author | Eric Biggers <ebiggers@google.com> | 2017-02-14 13:43:29 -0800 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2017-03-09 18:34:15 +0800 |
commit | f33fd64778f2593b3b377cef47b8604462d56a57 (patch) | |
tree | a1cdc16b62919bcdc61a2a104ba5ac457eea4fa0 /include/crypto/gf128mul.h | |
parent | 2416e4fa98b9763ea06e0f441c23ce7a293a87f4 (diff) | |
download | linux-f33fd64778f2593b3b377cef47b8604462d56a57.tar.bz2 |
crypto: gf128mul - rename the byte overflow tables
Though the GF(2^128) byte overflow tables were named the "lle" and "bbe"
tables, they are not actually tied to these element formats
specifically, but rather to particular a "bit endianness". For example,
the bbe table is actually used for both bbe and ble multiplication.
Therefore, rename the tables to "le" and "be" and update the comment to
explain this.
Cc: Alex Cope <alexcope@google.com>
Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'include/crypto/gf128mul.h')
0 files changed, 0 insertions, 0 deletions