Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dsev-guest.h81 #define SNP_GET_DERIVED_KEY _IOWR(SNP_GUEST_REQ_IOC_TYPE, 0x1, struct snp_guest_request_ioctl) macro
/openbmc/linux/Documentation/virt/coco/
H A Dsev-guest.rst86 2.2 SNP_GET_DERIVED_KEY
93 The SNP_GET_DERIVED_KEY ioctl can be used to get a key derive from a root key.
/openbmc/linux/drivers/virt/coco/sev-guest/
H A Dsev-guest.c663 case SNP_GET_DERIVED_KEY: in snp_guest_ioctl()