Home
last modified time | relevance | path

Searched refs:hash_value (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/cmd/mvebu/
H A Dbubt.c537 u32 *hash_value; in check_image_header() local
564 hash_value = info->hash; in check_image_header()
579 memcpy(internal_hash, hash_value, in check_image_header()
581 memset(hash_value, 0, sizeof(internal_hash)); in check_image_header()
608 memcpy(hash_value, internal_hash, in check_image_header()
610 if (memcmp(hash_value, hash_output, hash_algorithm_id) != 0) { in check_image_header()
/openbmc/qemu/include/standard-headers/linux/
H A Dvirtio_net.h196 uint32_t hash_value;
169 uint32_t hash_value; global() member
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dfitimage.py644 hash_value = values.get('Hash value', None)
645 …self.assertEqual(len(hash_value), fit_hash_alg_len, 'Hash value for section %s not expected length…
/openbmc/qemu/hw/net/
H A Dvirtio-net.c1882 hdr->hash_value = VIRTIO_NET_HASH_REPORT_NONE; in virtio_net_receive_rcu()
1891 hdr->hash_value = hash; in virtio_net_receive_rcu()
1993 offset = offsetof(typeof(extra_hdr), hash_value); in virtio_net_receive_rcu()
1996 sizeof(extra_hdr.hash_value) + in virtio_net_do_receive()