Home
last modified time | relevance | path

Searched refs:tpm2_rc_value (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/char/tpm/
H A Dtpm2-space.c93 } else if (tpm2_rc_value(rc) == TPM2_RC_HANDLE || in tpm2_load_context()
108 } else if (tpm2_rc_value(rc) == TPM2_RC_INTEGRITY) { in tpm2_load_context()
144 } else if (tpm2_rc_value(rc) == TPM2_RC_REFERENCE_H0) { in tpm2_save_context()
/linux/include/linux/
H A Dtpm.h434 static inline u32 tpm2_rc_value(u32 rc) in tpm2_rc_value() function
/linux/security/keys/trusted-keys/
H A Dtrusted_tpm2.c357 if (tpm2_rc_value(rc) == TPM2_RC_HASH) in tpm2_seal_trusted()