/external/wpa_supplicant_8/src/crypto/ |
aes-gcm.c | 103 static void ghash(const u8 *h, const u8 *x, size_t xlen, u8 *y) function 186 wpa_hexdump_key(MSG_EXCESSIVE, "Hash subkey H for GHASH", 207 ghash(H, iv, iv_len, J0); 210 ghash(H, len_buf, sizeof(len_buf), J0); 241 ghash(H, aad, aad_len, S); 242 ghash(H, crypt, crypt_len, S); 245 ghash(H, len_buf, sizeof(len_buf), S);
|
/external/chromium_org/third_party/openssl/openssl/crypto/modes/ |
modes_lcl.h | 113 void (*ghash)(u64 Xi[2],const u128 Htable[16],const u8 *inp,size_t len); member in struct:gcm128_context
|
/external/openssl/crypto/modes/ |
modes_lcl.h | 113 void (*ghash)(u64 Xi[2],const u128 Htable[16],const u8 *inp,size_t len); member in struct:gcm128_context
|