HomeSort by relevance Sort by last modified time
    Searched defs:ghash (Results 1 - 2 of 2) sorted by null

  /external/boringssl/src/crypto/modes/
internal.h 175 void (*ghash)(uint64_t Xi[2], const u128 Htable[16], const uint8_t *inp, member in struct:gcm128_context
  /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);

Completed in 705 milliseconds