Home
last modified time | relevance | path

Searched defs:ghash (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/contrib/openzfs/module/icp/algs/modes/
H A Dgcm.c216 uint8_t *ghash, *macp = NULL; in gcm_encrypt_final() local
383 uint8_t *ghash; in gcm_decrypt_final() local
491 uint8_t *datap, *ghash; in gcm_format_initial_blocks() local
538 uint8_t *ghash, *datap, *authp; in gcm_init() local
1096 uint64_t *ghash = ctx->gcm_ghash; in gcm_mode_encrypt_contiguous_blocks_avx() local
1240 uint8_t *ghash = (uint8_t *)ctx->gcm_ghash; in gcm_encrypt_final_avx() local
1314 uint64_t *ghash = ctx->gcm_ghash; in gcm_decrypt_final_avx() local
/freebsd/contrib/wpa/src/crypto/
H A Daes-gcm.c103 static void ghash(const u8 *h, const u8 *x, size_t xlen, u8 *y) in ghash() function
/freebsd/sys/dev/ffec/
H A Dif_ffec.c979 uint64_t *ghash = arg; ffec_hash_maddr() local
994 uint64_t ghash, ihash; ffec_setup_rxfilter() local
/freebsd/contrib/llvm-project/lld/COFF/
H A DDebugTypes.cpp1018 uint32_t GHashTable::insert(COFFLinkerContext &ctx, GloballyHashedType ghash, in insert()
1114 GloballyHashedType ghash = source->ghashes[i]; in mergeTypesWithGHash() local
/freebsd/crypto/openssl/include/crypto/
H A Dmodes.h129 void (*ghash) (u64 Xi[2], const u128 Htable[16], const u8 *inp, member
/freebsd/sys/dev/cxgbe/crypto/
H A Dt4_keyctx.c298 t4_init_gmac_hash(const char *key, int klen, char *ghash) in t4_init_gmac_hash()