Searched refs:u128 (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/crypto/
H A Db128ops.h54 } u128; typedef in typeref:struct:__anon17114
64 static inline void u128_xor(u128 *r, const u128 *p, const u128 *q)
72 u128_xor((u128 *)r, (u128 *)p, (u128 *)q);
77 u128_xor((u128 *)r, (u128 *)p, (u128 *)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/modes/
H A Dmodes_lcl.h94 } u128; typedef in typeref:struct:__anon4561
118 u128 Htable[256];
120 u128 Htable[16];
121 void (*gmult) (u64 Xi[2], const u128 Htable[16]);
122 void (*ghash) (u64 Xi[2], const u128 Htable[16], const u8 *inp,
H A Dgcm128.c121 static void gcm_init_8bit(u128 Htable[256], u64 H[2])
124 u128 V;
137 u128 *Hi = Htable + i, H0 = *Hi;
145 static void gcm_gmult_8bit(u64 Xi[2], const u128 Htable[256])
147 u128 Z = { 0, 0 };
267 static void gcm_init_4bit(u128 Htable[16], u64 H[2])
269 u128 V;
286 u128 *Hi = Htable + i;
351 static void gcm_gmult_4bit(u64 Xi[2], const u128 Htable[16])
353 u128
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/modes/
H A Dmodes_lcl.h94 } u128; typedef in typeref:struct:__anon4910
118 u128 Htable[256];
120 u128 Htable[16];
121 void (*gmult) (u64 Xi[2], const u128 Htable[16]);
122 void (*ghash) (u64 Xi[2], const u128 Htable[16], const u8 *inp,
H A Dgcm128.c121 static void gcm_init_8bit(u128 Htable[256], u64 H[2])
124 u128 V;
137 u128 *Hi = Htable + i, H0 = *Hi;
145 static void gcm_gmult_8bit(u64 Xi[2], const u128 Htable[256])
147 u128 Z = { 0, 0 };
267 static void gcm_init_4bit(u128 Htable[16], u64 H[2])
269 u128 V;
286 u128 *Hi = Htable + i;
351 static void gcm_gmult_4bit(u64 Xi[2], const u128 Htable[16])
353 u128
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Dgcm.c257 u128 lengths;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/evp/
H A De_aes.c260 void gcm_ghash_avx(u64 Xi[2], const u128 Htable[16], const u8 *in,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/evp/
H A De_aes.c260 void gcm_ghash_avx(u64 Xi[2], const u128 Htable[16], const u8 *in,

Completed in 140 milliseconds