Home
last modified time | relevance | path

Searched refs:sev_encrypt_flash (Results 1 – 4 of 4) sorted by path

/qemu/hw/i386/
H A Dpc_sysfw.c263 sev_encrypt_flash(ptr, size, &error_fatal); in x86_firmware_configure()
/qemu/target/i386/
H A Dsev-sysemu-stub.c45 int sev_encrypt_flash(uint8_t *ptr, uint64_t len, Error **errp) in sev_encrypt_flash() function
H A Dsev.c1005 sev_encrypt_flash(uint8_t *ptr, uint64_t len, Error **errp) in sev_encrypt_flash() function
1356 if (sev_encrypt_flash((uint8_t *)padded_ht, sizeof(*padded_ht), errp) < 0) { in sev_add_kernel_loader_hashes()
H A Dsev.h53 int sev_encrypt_flash(uint8_t *ptr, uint64_t len, Error **errp);