Searched refs:snp_guest_crypto (Results 1 – 1 of 1) sorted by relevance
34 struct snp_guest_crypto { struct45 struct snp_guest_crypto *crypto; argument144 static struct snp_guest_crypto *init_crypto(struct snp_guest_dev *snp_dev, u8 *key, size_t keylen) in init_crypto()146 struct snp_guest_crypto *crypto; in init_crypto()190 static void deinit_crypto(struct snp_guest_crypto *crypto) in deinit_crypto()198 static int enc_dec_message(struct snp_guest_crypto *crypto, struct snp_guest_msg *msg, in enc_dec_message()243 struct snp_guest_crypto *crypto = snp_dev->crypto; in __enc_payload()255 struct snp_guest_crypto *crypto = snp_dev->crypto; in dec_payload()267 struct snp_guest_crypto *crypto = snp_dev->crypto; in verify_and_dec_payload()412 struct snp_guest_crypto *crypto = snp_dev->crypto; in get_report()[all …]