Searched defs:ghash (Results 1 – 6 of 6) sorted by relevance
/freebsd-src/sys/contrib/openzfs/module/icp/algs/modes/ |
H A D | gcm.c | 221 uint8_t *ghash, *macp = NULL; gcm_encrypt_final() local 388 uint8_t *ghash; gcm_decrypt_final() local 496 uint8_t *datap, *ghash; gcm_format_initial_blocks() local 543 uint8_t *ghash, *datap, *authp; gcm_init() local 1149 uint64_t *ghash = ctx->gcm_ghash; gcm_mode_encrypt_contiguous_blocks_avx() local 1293 uint8_t *ghash = (uint8_t *)ctx->gcm_ghash; gcm_encrypt_final_avx() local 1367 uint64_t *ghash = ctx->gcm_ghash; gcm_decrypt_final_avx() local [all...] |
/freebsd-src/contrib/wpa/src/crypto/ |
H A D | aes-gcm.c | 103 static void ghash(const u8 *h, const u8 *x, size_t xlen, u8 *y) in ghash() function
|
/freebsd-src/sys/dev/ffec/ |
H A D | if_ffec.c | 979 uint64_t *ghash = arg; ffec_hash_maddr() local 994 uint64_t ghash, ihash; ffec_setup_rxfilter() local
|
/freebsd-src/contrib/llvm-project/lld/COFF/ |
H A D | DebugTypes.cpp | 1018 insert(COFFLinkerContext & ctx,GloballyHashedType ghash,GHashCell newCell) insert() argument 1114 GloballyHashedType ghash = source->ghashes[i]; mergeTypesWithGHash() local [all...] |
/freebsd-src/crypto/openssl/include/crypto/ |
H A D | modes.h | 129 void (*ghash) (u64 Xi[2], const u128 Htable[16], const u8 *inp, member
|
/freebsd-src/sys/dev/cxgbe/crypto/ |
H A D | t4_keyctx.c | 298 t4_init_gmac_hash(const char *key, int klen, char *ghash) in t4_init_gmac_hash()
|