Home
last modified time | relevance | path

Searched refs:TPM2_RC_INTEGRITY (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dtpm.h251 TPM2_RC_INTEGRITY = 0x009F, enumerator
/linux/drivers/char/tpm/
H A Dtpm2-space.c108 } else if (tpm2_rc_value(rc) == TPM2_RC_INTEGRITY) { in tpm2_load_context()