Searched refs:snp_guest_dev (Results 1 – 1 of 1) sorted by relevance
43 struct snp_guest_dev { struct71 static bool is_vmpck_empty(struct snp_guest_dev *snp_dev) in is_vmpck_empty() argument98 static void snp_disable_vmpck(struct snp_guest_dev *snp_dev) in snp_disable_vmpck()106 static inline u64 __snp_get_msg_seqno(struct snp_guest_dev *snp_dev) in __snp_get_msg_seqno()119 static u64 snp_get_msg_seqno(struct snp_guest_dev *snp_dev) in snp_get_msg_seqno()139 static void snp_inc_msg_seqno(struct snp_guest_dev *snp_dev) in snp_inc_msg_seqno()148 static inline struct snp_guest_dev *to_snp_dev(struct file *file) in to_snp_dev()152 return container_of(dev, struct snp_guest_dev, misc); in to_snp_dev()155 static struct snp_guest_crypto *init_crypto(struct snp_guest_dev *snp_dev, u8 *key, size_t keylen) in init_crypto()249 static int __enc_payload(struct snp_guest_dev *snp_dev, struct snp_guest_msg *msg, in __enc_payload()[all …]