Searched refs:TPM2_RC_INTEGRITY (Results 1 – 2 of 2) sorted by relevance
/linux/include/linux/ | ||
H A D | tpm.h | 251 TPM2_RC_INTEGRITY = 0x009F, enumerator |
/linux/drivers/char/tpm/ | ||
H A D | tpm2-space.c | 108 } else if (tpm2_rc_value(rc) == TPM2_RC_INTEGRITY) { in tpm2_load_context() |