HomeSort by: relevance | last modified time | path
    Searched defs:ghash (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/opencrypto/
gmac.h 43 GHASH_CTX ghash; member in struct:_AES_GMAC_CTX
  /src/external/bsd/wpa/dist/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);
  /src/crypto/external/bsd/openssl/dist/include/crypto/
modes.h 129 void (*ghash) (u64 Xi[2], const u128 Htable[16], const u8 *inp, member in struct:gcm128_context
  /src/crypto/external/bsd/openssl.old/dist/crypto/modes/
modes_local.h 136 void (*ghash) (u64 Xi[2], const u128 Htable[16], const u8 *inp, member in struct:gcm128_context
  /src/crypto/external/apache2/openssl/dist/include/crypto/
modes.h 110 gcm_ghash_fn ghash; member in struct:gcm_funcs_st
136 /* GHASH functions */

Completed in 25 milliseconds