Searched defs:tpm2_ptp_ops (Results 1 – 1 of 1) sorted by relevance
81 struct tpm2_ptp_ops { struct82 enum tpm2_result (*init)(struct tpm2_chip *chip);83 enum tpm2_result (*end)(struct tpm2_chip *chip);84 enum tpm2_result (*send)(struct tpm2_chip *chip, uint8_t *buf,86 enum tpm2_result (*recv)(struct tpm2_chip *chip, uint8_t *buf,
Completed in 2 milliseconds