Searched defs:gcm128_context (Results 1 – 1 of 1) sorted by relevance
/third_party/openssl/crypto/modes/ |
D | modes_local.h | 119 struct gcm128_context { struct 121 union { 126 } Yi, EKi, EK0, len, Xi, H; 132 u128 Htable[256]; 134 u128 Htable[16]; 135 void (*gmult) (u64 Xi[2], const u128 Htable[16]); 136 void (*ghash) (u64 Xi[2], const u128 Htable[16], const u8 *inp, 139 unsigned int mres, ares; 140 block128_f block; 141 void *key; [all …]
|