X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=include%2Fcrypto%2Fgf128mul.h;h=4086b8ebfafe196ea6320dab05f552eaa49cf3d8;hb=d38e84ee39783e00bd0b83a8dd19e54709950912;hp=4fd3152024426d6b154b14a855521257a3828918;hpb=2fd8507d14ef7af3ae05316b3277044cf6daa381;p=firefly-linux-kernel-4.4.55.git diff --git a/include/crypto/gf128mul.h b/include/crypto/gf128mul.h index 4fd315202442..4086b8ebfafe 100644 --- a/include/crypto/gf128mul.h +++ b/include/crypto/gf128mul.h @@ -161,6 +161,8 @@ void gf128mul_lle(be128 *a, const be128 *b); void gf128mul_bbe(be128 *a, const be128 *b); +/* multiply by x in ble format, needed by XTS */ +void gf128mul_x_ble(be128 *a, const be128 *b); /* 4k table optimization */