Home
last modified time | relevance | path

Searched refs:hash_result (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/migration/
H A Ddirtyrate.c410 info->hash_result = g_try_malloc0_n(sample_pages_count, in save_ramblock_hash()
412 if (!info->hash_result) { in save_ramblock_hash()
419 g_free(info->hash_result); in save_ramblock_hash()
427 info->hash_result[i] = get_ramblock_vfn_hash(info, in save_ramblock_hash()
464 g_free(infos[i].hash_result); in free_ramblock_dirty_info()
535 if (hash != info->hash_result[i]) { in calc_page_dirty_rate()
536 trace_calc_page_dirty_rate(info->idstr, hash, info->hash_result[i]); in calc_page_dirty_rate()
H A Ddirtyrate.h63 uint32_t *hash_result; /* array of hash result for sampled pages */ member
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/corstone1000/
H A D0016-Isolate-common-uefi-variable-authentication-steps.patch45 - bool hash_result = false;
224 - hash_result = calc_variable_hash(&var_map, (uint8_t *)&hash_buffer, sizeof(hash_buffer),
227 - if (!hash_result) {
H A D0015-Add-timestamp-validation-for-uefi-variables.patch118 hash_result = calc_variable_hash(&var_map, (uint8_t *)&hash_buffer, sizeof(hash_buffer),
/openbmc/u-boot/drivers/crypto/
H A Dace_sha.c94 pdigest[i] = readl(&ace_sha_reg->hash_result[i]); in ace_sha_hash_digest()
H A Dace_sha.h72 unsigned int hash_result[8]; member
/openbmc/linux/drivers/net/ethernet/marvell/
H A Dpxa168_eth.c394 u32 hash_result; in hash_function() local
414 hash_result = (addr0 << 9) | (addr1 ^ addr2 ^ addr3); in hash_function()
415 hash_result = hash_result & 0x07ff; in hash_function()
416 return hash_result; in hash_function()
/openbmc/linux/drivers/net/ethernet/broadcom/
H A Dcnic_defs.h5317 u32 hash_result; member