Searched defs:gcm128_context (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/modes/ |
H A 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 …]
|
/netbsd-src/crypto/external/bsd/openssl/dist/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 …]
|