Lines Matching refs:options
428 struct trusted_key_options *options) in tpm2_seal_trusted() argument
438 tpm_buf_append_u32(&buf, options->keyhandle); in tpm2_seal_trusted()
442 options->keyauth /* hmac */, in tpm2_seal_trusted()
449 tpm_buf_append(&buf, options->blobauth, TPM_DIGEST_SIZE); in tpm2_seal_trusted()
499 struct trusted_key_options *options, in tpm2_load() argument
521 tpm_buf_append_u32(&buf, options->keyhandle); in tpm2_load()
525 options->keyauth /* hmac */, in tpm2_load()
573 struct trusted_key_options *options, in tpm2_unseal() argument
589 options->blobauth /* hmac */, in tpm2_unseal()
620 struct trusted_key_options *options) in tpm2_unseal_trusted() argument
625 rc = tpm2_load(chip, payload, options, &blob_handle); in tpm2_unseal_trusted()
629 rc = tpm2_unseal(chip, payload, options, blob_handle); in tpm2_unseal_trusted()