Home
last modified time | relevance | path

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

/openbmc/qemu/hw/core/
H A Deif.c190 QCryptoHash *hash0, QCryptoHash *hash1, in read_eif_kernel() argument
227 if (qcrypto_hash_update(hash0, (char *)kernel, size, errp) != 0 || in read_eif_kernel()
248 QCryptoHash *hash0, QCryptoHash *hash1, in read_eif_cmdline() argument
258 if (qcrypto_hash_update(hash0, cmdline, size, errp) != 0 || in read_eif_cmdline()
266 QCryptoHash *hash0, QCryptoHash *h, uint32_t *crc, in read_eif_ramdisk() argument
290 if (qcrypto_hash_update(hash0, (char *)ramdisk, size, errp) != 0 || in read_eif_ramdisk()
450 g_autoptr(QCryptoHash) hash0 = NULL; in read_eif_file()
459 hash0 = qcrypto_hash_new(QCRYPTO_HASH_ALGO_SHA384, errp); in read_eif_file()
460 if (!hash0) { in read_eif_file()
539 if (!read_eif_kernel(f, hdr.section_size, kernel_path, hash0, in read_eif_file()
[all …]