Searched defs:gcm128_context (Results 1 – 1 of 1) sorted by relevance
/external/boringssl/src/crypto/modes/ |
D | internal.h | 162 struct gcm128_context { struct 164 union { 169 } Yi, EKi, EK0, len, Xi, H; 173 u128 Htable[16]; 174 void (*gmult)(uint64_t Xi[2], const u128 Htable[16]); 175 void (*ghash)(uint64_t Xi[2], const u128 Htable[16], const uint8_t *inp, 178 unsigned int mres, ares; 179 block128_f block;
|