Searched refs:snp_guest_crypto (Results 1 – 1 of 1) sorted by relevance
37 struct snp_guest_crypto { struct48 struct snp_guest_crypto *crypto; argument155 static struct snp_guest_crypto *init_crypto(struct snp_guest_dev *snp_dev, u8 *key, size_t keylen) in init_crypto()157 struct snp_guest_crypto *crypto; in init_crypto()199 static void deinit_crypto(struct snp_guest_crypto *crypto) in deinit_crypto()207 static int enc_dec_message(struct snp_guest_crypto *crypto, struct snp_guest_msg *msg, in enc_dec_message()252 struct snp_guest_crypto *crypto = snp_dev->crypto; in __enc_payload()264 struct snp_guest_crypto *crypto = snp_dev->crypto; in dec_payload()276 struct snp_guest_crypto *crypto = snp_dev->crypto; in verify_and_dec_payload()475 struct snp_guest_crypto *crypto = snp_dev->crypto; in get_report()[all …]