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

/openbsd-current/lib/libcrypto/modes/
H A Dmodes_local.h72 } u128; typedef in typeref:struct:__anon18
94 u128 Htable[256];
96 u128 Htable[16];
97 void (*gmult)(u64 Xi[2], const u128 Htable[16]);
98 void (*ghash)(u64 Xi[2], const u128 Htable[16], const u8 *inp,
H A Dgcm128.c120 gcm_init_8bit(u128 Htable[256], u64 H[2])
123 u128 V;
136 u128 *Hi = Htable + i, H0 = *Hi;
145 gcm_gmult_8bit(u64 Xi[2], const u128 Htable[256])
147 u128 Z = { 0, 0};
243 gcm_init_4bit(u128 Htable[16], u64 H[2])
245 u128 V;
262 u128 *Hi = Htable + i;
328 gcm_gmult_4bit(u64 Xi[2], const u128 Htable[16])
330 u128
[all...]
/openbsd-current/gnu/llvm/compiler-rt/lib/ubsan/
H A Dubsan_value.h22 __extension__ typedef unsigned __int128 u128; typedef
33 typedef u128 UIntMax;
H A Dubsan_value.cpp97 return *reinterpret_cast<u128*>(Val);

Completed in 134 milliseconds