Home
last modified time | relevance | path

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

/linux/security/keys/trusted-keys/
H A Dtrusted_tpm2.c373 u32 *blob_handle) in tpm2_load_cmd() argument
458 *blob_handle = be32_to_cpup( in tpm2_load_cmd()
482 u32 blob_handle) in tpm2_unseal_cmd() argument
501 rc = tpm_buf_append_name(chip, &buf, blob_handle, NULL); in tpm2_unseal_cmd()
588 u32 blob_handle; in tpm2_unseal_trusted() local
595 rc = tpm2_load_cmd(chip, payload, options, &blob_handle); in tpm2_unseal_trusted()
599 rc = tpm2_unseal_cmd(chip, payload, options, blob_handle); in tpm2_unseal_trusted()
600 tpm2_flush_context(chip, blob_handle); in tpm2_unseal_trusted()