Searched refs:snp_guest_crypto (Results 1 – 1 of 1) sorted by relevance
37 struct snp_guest_crypto { struct48 struct snp_guest_crypto *crypto; argument160 static struct snp_guest_crypto *init_crypto(struct snp_guest_dev *snp_dev, u8 *key, size_t keylen) in init_crypto()162 struct snp_guest_crypto *crypto; in init_crypto()204 static void deinit_crypto(struct snp_guest_crypto *crypto) in deinit_crypto()212 static int enc_dec_message(struct snp_guest_crypto *crypto, struct snp_guest_msg *msg, in enc_dec_message()257 struct snp_guest_crypto *crypto = snp_dev->crypto; in __enc_payload()269 struct snp_guest_crypto *crypto = snp_dev->crypto; in dec_payload()281 struct snp_guest_crypto *crypto = snp_dev->crypto; in verify_and_dec_payload()480 struct snp_guest_crypto *crypto = snp_dev->crypto; in get_report()[all …]