Searched defs:gcm128_context (Results 1 – 1 of 1) sorted by relevance
/dflybsd-src/crypto/libressl/crypto/modes/ |
H A D | modes_lcl.h | 83 struct gcm128_context { struct 85 union { u64 u[2]; u32 d[4]; u8 c[16]; size_t t[16/sizeof(size_t)]; } 86 Yi,EKi,EK0,len,Xi,H; 90 u128 Htable[256]; 92 u128 Htable[16]; 93 void (*gmult)(u64 Xi[2],const u128 Htable[16]); 94 void (*ghash)(u64 Xi[2],const u128 Htable[16],const u8 *inp,size_t len); 96 unsigned int mres, ares; 97 block128_f block; 98 void *key;
|