Lines Matching refs:Htable
140 typedef void (*gmult_func)(uint64_t Xi[2], const u128 Htable[16]);
145 typedef void (*ghash_func)(uint64_t Xi[2], const u128 Htable[16],
155 u128 Htable[16]; member
271 void gcm_init_4bit(u128 Htable[16], const uint64_t H[2]);
272 void gcm_gmult_4bit(uint64_t Xi[2], const u128 Htable[16]);
273 void gcm_ghash_4bit(uint64_t Xi[2], const u128 Htable[16], const uint8_t *inp,
280 void gcm_init_clmul(u128 Htable[16], const uint64_t Xi[2]);
281 void gcm_gmult_clmul(uint64_t Xi[2], const u128 Htable[16]);
282 void gcm_ghash_clmul(uint64_t Xi[2], const u128 Htable[16], const uint8_t *inp,
291 void gcm_init_ssse3(u128 Htable[16], const uint64_t Xi[2]);
292 void gcm_gmult_ssse3(uint64_t Xi[2], const u128 Htable[16]);
293 void gcm_ghash_ssse3(uint64_t Xi[2], const u128 Htable[16], const uint8_t *in,
298 void gcm_init_avx(u128 Htable[16], const uint64_t Xi[2]);
299 void gcm_gmult_avx(uint64_t Xi[2], const u128 Htable[16]);
300 void gcm_ghash_avx(uint64_t Xi[2], const u128 Htable[16], const uint8_t *in,
312 void gcm_gmult_4bit_mmx(uint64_t Xi[2], const u128 Htable[16]);
313 void gcm_ghash_4bit_mmx(uint64_t Xi[2], const u128 Htable[16], const uint8_t *inp,
325 void gcm_init_v8(u128 Htable[16], const uint64_t Xi[2]);
326 void gcm_gmult_v8(uint64_t Xi[2], const u128 Htable[16]);
327 void gcm_ghash_v8(uint64_t Xi[2], const u128 Htable[16], const uint8_t *inp,
332 void gcm_init_neon(u128 Htable[16], const uint64_t Xi[2]);
333 void gcm_gmult_neon(uint64_t Xi[2], const u128 Htable[16]);
334 void gcm_ghash_neon(uint64_t Xi[2], const u128 Htable[16], const uint8_t *inp,
340 void gcm_init_p8(u128 Htable[16], const uint64_t Xi[2]);
341 void gcm_gmult_p8(uint64_t Xi[2], const u128 Htable[16]);
342 void gcm_ghash_p8(uint64_t Xi[2], const u128 Htable[16], const uint8_t *inp,
465 alignas(16) u128 Htable[16]; member