Lines Matching refs:Xi
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],
175 } Yi, EKi, EK0, len, Xi; member
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,
305 const AES_KEY *key, uint8_t ivec[16], uint64_t *Xi);
307 const AES_KEY *key, uint8_t ivec[16], uint64_t *Xi);
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,