Home
last modified time | relevance | path

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

/linux-6.14.4/security/keys/trusted-keys/
Dtrusted_tpm2.c388 u32 *blob_handle) in tpm2_load_cmd() argument
463 *blob_handle = be32_to_cpup( in tpm2_load_cmd()
492 u32 blob_handle) in tpm2_unseal_cmd() argument
509 tpm_buf_append_name(chip, &buf, blob_handle, NULL); in tpm2_unseal_cmd()
587 u32 blob_handle; in tpm2_unseal_trusted() local
594 rc = tpm2_load_cmd(chip, payload, options, &blob_handle); in tpm2_unseal_trusted()
598 rc = tpm2_unseal_cmd(chip, payload, options, blob_handle); in tpm2_unseal_trusted()
599 tpm2_flush_context(chip, blob_handle); in tpm2_unseal_trusted()