Home
last modified time | relevance | path

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

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