Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/contrib/openzfs/module/icp/algs/modes/
HDgcm.c221 uint8_t *ghash, *macp = NULL; in gcm_encrypt_final() local
388 uint8_t *ghash; in gcm_decrypt_final() local
496 uint8_t *datap, *ghash; in gcm_format_initial_blocks() local
543 uint8_t *ghash, *datap, *authp; in gcm_init() local
1149 uint64_t *ghash = ctx->gcm_ghash; in gcm_mode_encrypt_contiguous_blocks_avx() local
1293 uint8_t *ghash = (uint8_t *)ctx->gcm_ghash; in gcm_encrypt_final_avx() local
1367 uint64_t *ghash = ctx->gcm_ghash; in gcm_decrypt_final_avx() local
/freebsd-14-stable/contrib/wpa/src/crypto/
HDaes-gcm.c103 static void ghash(const u8 *h, const u8 *x, size_t xlen, u8 *y) in ghash() function
/freebsd-14-stable/sys/dev/ffec/
HDif_ffec.c980 uint64_t *ghash = arg; in ffec_hash_maddr() local
995 uint64_t ghash, ihash; in ffec_setup_rxfilter() local
/freebsd-14-stable/contrib/llvm-project/lld/COFF/
HDDebugTypes.cpp1018 uint32_t GHashTable::insert(COFFLinkerContext &ctx, GloballyHashedType ghash, in insert()
1114 GloballyHashedType ghash = source->ghashes[i]; in mergeTypesWithGHash() local
/freebsd-14-stable/crypto/openssl/include/crypto/
HDmodes.h129 void (*ghash) (u64 Xi[2], const u128 Htable[16], const u8 *inp, member
/freebsd-14-stable/sys/dev/cxgbe/crypto/
HDt4_keyctx.c299 t4_init_gmac_hash(const char *key, int klen, char *ghash) in t4_init_gmac_hash()