Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Dboot-sector.c138 uint8_t signature_high; in boot_sector_test() local
153 signature_high = qtest_readb(qts, SIGNATURE_ADDR + 1); in boot_sector_test()
154 signature = (signature_high << 8) | signature_low; in boot_sector_test()
/openbmc/linux/drivers/crypto/intel/qat/qat_common/
H A Dicp_qat_uclo.h443 unsigned int signature_high; member
H A Dqat_uclo.c1475 auth_desc->signature_high = (unsigned int)(bus_addr >> BITS_IN_DWORD); in qat_uclo_map_auth_fw()
1484 bus_addr = ADD_ADDR(auth_desc->signature_high, in qat_uclo_map_auth_fw()