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

  /external/boringssl/src/crypto/fipsmodule/modes/
internal.h 120 // x86-64, GHASH assembly.
124 ghash_func ghash; member in struct:gcm128_context
185 // accelerated) functions for performing operations in the GHASH field. If the
317 // similar to the one that GHASH uses. See
327 // x86-64, GHASH assembly.
332 ghash_func ghash; member in struct:polyval_ctx
  /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);
  /prebuilts/go/darwin-x86/src/crypto/aes/
gcm_s390x.go 15 // the KIMD instruction for GHASH. The second implementation (gcmKMA) uses the
54 // gcmHashKey represents the 16-byte hash key required by the GHASH algorithm.
114 // ghash uses the GHASH algorithm to hash data with the given key. The initial
118 func ghash(key *gcmHashKey, hash *[16]byte, data []byte) func
121 // 16-bytes. It then calculates a new value for hash using the GHASH algorithm.
125 ghash(&g.hashKey, hash, data[:siz])
131 ghash(&g.hashKey, hash, s[:])
185 // is computed by passing it through the GHASH function.
200 // auth calculates GHASH(ciphertext, additionalData), masks the result wit
    [all...]
  /prebuilts/go/linux-x86/src/crypto/aes/
gcm_s390x.go 15 // the KIMD instruction for GHASH. The second implementation (gcmKMA) uses the
54 // gcmHashKey represents the 16-byte hash key required by the GHASH algorithm.
114 // ghash uses the GHASH algorithm to hash data with the given key. The initial
118 func ghash(key *gcmHashKey, hash *[16]byte, data []byte) func
121 // 16-bytes. It then calculates a new value for hash using the GHASH algorithm.
125 ghash(&g.hashKey, hash, data[:siz])
131 ghash(&g.hashKey, hash, s[:])
185 // is computed by passing it through the GHASH function.
200 // auth calculates GHASH(ciphertext, additionalData), masks the result wit
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/sb/
sb_ir.h 476 gvn_source(), ghash(),
499 value_hash ghash; member in class:r600_sb::value

Completed in 205 milliseconds