Searched refs:tpm_seal_trusted (Results 1 – 3 of 3) sorted by relevance
56 extern int tpm_seal_trusted(u32 chip_num,80 static inline int tpm_seal_trusted(u32 chip_num, in tpm_seal_trusted() function
1057 int tpm_seal_trusted(u32 chip_num, struct trusted_key_payload *payload, in tpm_seal_trusted() function1072 EXPORT_SYMBOL_GPL(tpm_seal_trusted);
974 ret = tpm_seal_trusted(TPM_ANY_NUM, payload, options); in trusted_instantiate()