Symbol: u128
lib/libcrypto/modes/gcm128.c
100
gcm_gmult_4bit(uint64_t Xi[2], const u128 Htable[16])
lib/libcrypto/modes/gcm128.c
102
u128 Z;
lib/libcrypto/modes/gcm128.c
142
void gcm_ghash_4bit(uint64_t Xi[2], const u128 Htable[16], const uint8_t *inp,
lib/libcrypto/modes/gcm128.c
147
gcm_ghash_4bit(uint64_t Xi[2], const u128 Htable[16],
lib/libcrypto/modes/gcm128.c
150
u128 Z;
lib/libcrypto/modes/gcm128.c
60
gcm_init_4bit(u128 Htable[16], uint64_t H[2])
lib/libcrypto/modes/gcm128.c
62
u128 V;
lib/libcrypto/modes/gcm128.c
79
u128 *Hi = Htable + i;
lib/libcrypto/modes/gcm128.c
96
void gcm_gmult_4bit(uint64_t Xi[2], const u128 Htable[16]);
lib/libcrypto/modes/gcm128_amd64.c
21
void gcm_init_4bit(u128 Htable[16], uint64_t H[2]);
lib/libcrypto/modes/gcm128_amd64.c
22
void gcm_gmult_4bit(uint64_t Xi[2], const u128 Htable[16]);
lib/libcrypto/modes/gcm128_amd64.c
23
void gcm_ghash_4bit(uint64_t Xi[2], const u128 Htable[16], const uint8_t *inp,
lib/libcrypto/modes/gcm128_amd64.c
26
void gcm_init_clmul(u128 Htable[16], const uint64_t Xi[2]);
lib/libcrypto/modes/gcm128_amd64.c
27
void gcm_gmult_clmul(uint64_t Xi[2], const u128 Htable[16]);
lib/libcrypto/modes/gcm128_amd64.c
28
void gcm_ghash_clmul(uint64_t Xi[2], const u128 Htable[16], const uint8_t *inp,
lib/libcrypto/modes/gcm128_i386.c
21
void gcm_init_4bit(u128 Htable[16], uint64_t H[2]);
lib/libcrypto/modes/gcm128_i386.c
23
void gcm_gmult_4bit_mmx(uint64_t Xi[2], const u128 Htable[16]);
lib/libcrypto/modes/gcm128_i386.c
24
void gcm_ghash_4bit_mmx(uint64_t Xi[2], const u128 Htable[16], const uint8_t *inp,
lib/libcrypto/modes/gcm128_i386.c
27
void gcm_gmult_4bit_x86(uint64_t Xi[2], const u128 Htable[16]);
lib/libcrypto/modes/gcm128_i386.c
28
void gcm_ghash_4bit_x86(uint64_t Xi[2], const u128 Htable[16], const uint8_t *inp,
lib/libcrypto/modes/gcm128_i386.c
31
void gcm_init_clmul(u128 Htable[16], const uint64_t Xi[2]);
lib/libcrypto/modes/gcm128_i386.c
32
void gcm_gmult_clmul(uint64_t Xi[2], const u128 Htable[16]);
lib/libcrypto/modes/gcm128_i386.c
33
void gcm_ghash_clmul(uint64_t Xi[2], const u128 Htable[16], const uint8_t *inp,
lib/libcrypto/modes/modes_local.h
42
u128 Htable[16];
lib/libcrypto/modes/modes_local.h
43
void (*gmult)(uint64_t Xi[2], const u128 Htable[16]);
lib/libcrypto/modes/modes_local.h
44
void (*ghash)(uint64_t Xi[2], const u128 Htable[16], const uint8_t *inp,
regress/sys/kern/ptrace/xstate/xstate.c
108
struct u128 *xmm = (struct u128 *)(xstate->area.buf +
regress/sys/kern/ptrace/xstate/xstate.c
110
struct u128 *ymm = (struct u128 *)(xstate->area.buf +
regress/sys/kern/ptrace/xstate/xstate.c
120
struct u128 *xmm = (struct u128 *)(xstate->area.buf +
regress/sys/kern/ptrace/xstate/xstate.c
122
struct u128 *ymm = (struct u128 *)(xstate->area.buf +
regress/sys/kern/ptrace/xstate/xstate.c
40
struct u128 xmm;
regress/sys/kern/ptrace/xstate/xstate.c
41
struct u128 ymm;