Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/include/linux/
H A Dtpm.h436 static inline u32 tpm2_rc_value(u32 rc) in tpm2_rc_value() function
449 switch (tpm2_rc_value(ret)) { in tpm_ret_to_err()
/linux-6.15/security/keys/trusted-keys/
H A Dtrusted_tpm2.c357 if (tpm2_rc_value(rc) == TPM2_RC_HASH) in tpm2_seal_trusted()