Gabríel Arthúr Pétursson

Results 11 issues of Gabríel Arthúr Pétursson

The value of `TPM2_TRANSIENT_LAST` is defined as `0x80fffffe` in `tss2/tss2_tpm2_types.h`. The defined value should be `0x80ffffff`. The Linux kernel's TPM2 resource manager assigns transient handles counting from `0x80ffffff` downwards: https://github.com/torvalds/linux/blob/v6.10/drivers/char/tpm/tpm2-space.c#L374...