Searched defs:ghash (Results 1 - 4 of 4) sorted by relevance
/external/boringssl/src/crypto/modes/ |
H A D | internal.h | 168 void (*ghash)(uint64_t Xi[2], const u128 Htable[16], const uint8_t *inp, member in struct:gcm128_context
|
/external/wpa_supplicant_8/hostapd/src/crypto/ |
H A D | aes-gcm.c | 103 static void ghash(const u8 *h, const u8 *x, size_t xlen, u8 *y) function 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/wpa_supplicant_8/src/crypto/ |
H A D | aes-gcm.c | 103 static void ghash(const u8 *h, const u8 *x, size_t xlen, u8 *y) function 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/wpa_supplicant_8/wpa_supplicant/src/crypto/ |
H A D | aes-gcm.c | 103 static void ghash(const u8 *h, const u8 *x, size_t xlen, u8 *y) function 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);
|
Completed in 143 milliseconds