Searched defs:ghash (Results 1 – 3 of 3) sorted by relevance
34 GHASH_CTX ghash; member
94 void (*ghash)(u64 Xi[2],const u128 Htable[16],const u8 *inp,size_t len); member
103 static void ghash(const u8 *h, const u8 *x, size_t xlen, u8 *y) in ghash() function