Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/char/tpm/
Dtpm2-space.c93 } else if (tpm2_rc_value(rc) == TPM2_RC_HANDLE || in tpm2_load_context()
141 } else if (tpm2_rc_value(rc) == TPM2_RC_REFERENCE_H0) { in tpm2_save_context()
/Linux-v6.1/include/linux/
Dtpm.h412 static inline u32 tpm2_rc_value(u32 rc) in tpm2_rc_value() function
/Linux-v6.1/security/keys/trusted-keys/
Dtrusted_tpm2.c333 if (tpm2_rc_value(rc) == TPM2_RC_HASH) in tpm2_seal_trusted()