Lines Matching refs:snp_guest_crypto
37 struct snp_guest_crypto { struct
48 struct snp_guest_crypto *crypto; argument
155 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()
514 struct snp_guest_crypto *crypto = snp_dev->crypto; in get_derived_key()
555 struct snp_guest_crypto *crypto = snp_dev->crypto; in get_ext_report()