Home
last modified time | relevance | path

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

/openbmc/linux/security/keys/trusted-keys/
H A Dtrusted_tpm2.c292 tpm_buf_append_u16(&buf, 14 + options->policydigest_len); in tpm2_seal_trusted()
298 flags |= options->policydigest_len ? 0 : TPM2_OA_USER_WITH_AUTH; in tpm2_seal_trusted()
304 tpm_buf_append_u16(&buf, options->policydigest_len); in tpm2_seal_trusted()
305 if (options->policydigest_len) in tpm2_seal_trusted()
307 options->policydigest_len); in tpm2_seal_trusted()
H A Dtrusted_tpm1.c851 opt->policydigest_len = digest_len; in getoptions()
/openbmc/linux/include/keys/
H A Dtrusted-type.h46 uint32_t policydigest_len; member