X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=include%2Fcrypto%2Fgf128mul.h;h=4086b8ebfafe196ea6320dab05f552eaa49cf3d8;hb=08abe18af1f78ee80c3c3a5ac47c3e0ae0beadf6;hp=4fd3152024426d6b154b14a855521257a3828918;hpb=cece901481bafbf14de8cbd3a89ae869ea881055;p=linux-2.6-omap-h63xx.git diff --git a/include/crypto/gf128mul.h b/include/crypto/gf128mul.h index 4fd31520244..4086b8ebfaf 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 */