Searched defs:gcm128_context (Results 1 – 1 of 1) sorted by relevance
/freebsd/crypto/openssl/include/crypto/ |
H A D | modes.h | 112 struct gcm128_context { struct 114 union { 119 } Yi, EKi, EK0, len, Xi, H; 125 u128 Htable[256]; 127 u128 Htable[16]; 128 void (*gmult) (u64 Xi[2], const u128 Htable[16]); 129 void (*ghash) (u64 Xi[2], const u128 Htable[16], const u8 *inp, 132 unsigned int mres, ares; 133 block128_f block; 134 void *key; [all …]
|