Lines Matching refs:u128
80 static void gcm_init_8bit(u128 Htable[256], u64 H[2])
83 u128 V;
96 u128 *Hi = Htable + i, H0 = *Hi;
104 static void gcm_gmult_8bit(u64 Xi[2], const u128 Htable[256])
106 u128 Z = { 0, 0 };
221 static void gcm_init_4bit(u128 Htable[16], u64 H[2])
223 u128 V;
240 u128 *Hi = Htable + i;
300 static void gcm_gmult_4bit(u64 Xi[2], const u128 Htable[16])
302 u128 Z;
375 static void gcm_ghash_4bit(u64 Xi[2], const u128 Htable[16],
378 u128 Z;
432 u128 Hshr4[16]; /* Htable shifted right by 4 bits */
544 void gcm_gmult_4bit(u64 Xi[2], const u128 Htable[16]);
545 void gcm_ghash_4bit(u64 Xi[2], const u128 Htable[16], const u8 *inp,
564 u128 V, Z = { 0, 0 };
632 void gcm_init_clmul(u128 Htable[16], const u64 Xi[2]);
633 void gcm_gmult_clmul(u64 Xi[2], const u128 Htable[16]);
634 void gcm_ghash_clmul(u64 Xi[2], const u128 Htable[16], const u8 *inp,
642 void gcm_init_avx(u128 Htable[16], const u64 Xi[2]);
643 void gcm_gmult_avx(u64 Xi[2], const u128 Htable[16]);
644 void gcm_ghash_avx(u64 Xi[2], const u128 Htable[16], const u8 *inp,
650 void gcm_gmult_4bit_mmx(u64 Xi[2], const u128 Htable[16]);
651 void gcm_ghash_4bit_mmx(u64 Xi[2], const u128 Htable[16], const u8 *inp,
654 void gcm_gmult_4bit_x86(u64 Xi[2], const u128 Htable[16]);
655 void gcm_ghash_4bit_x86(u64 Xi[2], const u128 Htable[16], const u8 *inp,
667 void gcm_init_neon(u128 Htable[16], const u64 Xi[2]);
668 void gcm_gmult_neon(u64 Xi[2], const u128 Htable[16]);
669 void gcm_ghash_neon(u64 Xi[2], const u128 Htable[16], const u8 *inp,
671 void gcm_init_v8(u128 Htable[16], const u64 Xi[2]);
672 void gcm_gmult_v8(u64 Xi[2], const u128 Htable[16]);
673 void gcm_ghash_v8(u64 Xi[2], const u128 Htable[16], const u8 *inp,
680 void gcm_init_vis3(u128 Htable[16], const u64 Xi[2]);
681 void gcm_gmult_vis3(u64 Xi[2], const u128 Htable[16]);
682 void gcm_ghash_vis3(u64 Xi[2], const u128 Htable[16], const u8 *inp,
688 void gcm_init_p8(u128 Htable[16], const u64 Xi[2]);
689 void gcm_gmult_p8(u64 Xi[2], const u128 Htable[16]);
690 void gcm_ghash_p8(u64 Xi[2], const u128 Htable[16], const u8 *inp,
821 void (*gcm_gmult_p) (u64 Xi[2], const u128 Htable[16]) = ctx->gmult;
912 void (*gcm_gmult_p) (u64 Xi[2], const u128 Htable[16]) = ctx->gmult;
914 void (*gcm_ghash_p) (u64 Xi[2], const u128 Htable[16],
977 void (*gcm_gmult_p) (u64 Xi[2], const u128 Htable[16]) = ctx->gmult;
979 void (*gcm_ghash_p) (u64 Xi[2], const u128 Htable[16],
1209 void (*gcm_gmult_p) (u64 Xi[2], const u128 Htable[16]) = ctx->gmult;
1211 void (*gcm_ghash_p) (u64 Xi[2], const u128 Htable[16],
1451 void (*gcm_gmult_p) (u64 Xi[2], const u128 Htable[16]) = ctx->gmult;
1453 void (*gcm_ghash_p) (u64 Xi[2], const u128 Htable[16],
1612 void (*gcm_gmult_p) (u64 Xi[2], const u128 Htable[16]) = ctx->gmult;
1614 void (*gcm_ghash_p) (u64 Xi[2], const u128 Htable[16],
1774 void (*gcm_gmult_p) (u64 Xi[2], const u128 Htable[16]) = ctx->gmult;
1776 void (*gcm_ghash_p) (u64 Xi[2], const u128 Htable[16],
1782 u128 bitlen;