Searched refs:hash_result (Results 1 – 8 of 8) sorted by relevance
/openbmc/qemu/migration/ |
H A D | dirtyrate.c | 410 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 D | dirtyrate.h | 63 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 D | 0016-Isolate-common-uefi-variable-authentication-steps.patch | 45 - 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 D | 0015-Add-timestamp-validation-for-uefi-variables.patch | 118 hash_result = calc_variable_hash(&var_map, (uint8_t *)&hash_buffer, sizeof(hash_buffer),
|
/openbmc/u-boot/drivers/crypto/ |
H A D | ace_sha.c | 94 pdigest[i] = readl(&ace_sha_reg->hash_result[i]); in ace_sha_hash_digest()
|
H A D | ace_sha.h | 72 unsigned int hash_result[8]; member
|
/openbmc/linux/drivers/net/ethernet/marvell/ |
H A D | pxa168_eth.c | 394 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 D | cnic_defs.h | 5317 u32 hash_result; member
|