HomeSort by relevance Sort by last modified time
    Searched refs:gf_mult (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_8/src/crypto/
aes-gcm.c 65 static void gf_mult(const u8 *x, const u8 *y, u8 *z) function
119 gf_mult(y, h, tmp);
135 gf_mult(y, h, tmp);
  /external/dropbear/libtomcrypt/src/ciphers/twofish/
twofish.c 148 static ulong32 gf_mult(ulong32 a, ulong32 b, ulong32 p) function
176 x5B = gf_mult(in, 0x5B, MDS_POLY);
177 xEF = gf_mult(in, 0xEF, MDS_POLY);
241 out[x] ^= gf_mult(in[y], RS[x][y], RS_POLY);

Completed in 629 milliseconds