Home
last modified time | relevance | path

Searched refs:policydigest_len (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/security/keys/trusted-keys/
H A Dtrusted_tpm2.c111 tpm_buf_append_u16(&buf, 14 + options->policydigest_len); in tpm2_seal_trusted()
116 if (options->policydigest_len) { in tpm2_seal_trusted()
118 tpm_buf_append_u16(&buf, options->policydigest_len); in tpm2_seal_trusted()
120 options->policydigest_len); in tpm2_seal_trusted()
H A Dtrusted_tpm1.c859 opt->policydigest_len = digest_len; in getoptions()
/kernel/linux/linux-6.6/security/keys/trusted-keys/
H A Dtrusted_tpm2.c279 tpm_buf_append_u16(&buf, 14 + options->policydigest_len); in tpm2_seal_trusted()
285 flags |= options->policydigest_len ? 0 : TPM2_OA_USER_WITH_AUTH; in tpm2_seal_trusted()
291 tpm_buf_append_u16(&buf, options->policydigest_len); in tpm2_seal_trusted()
292 if (options->policydigest_len) in tpm2_seal_trusted()
294 options->policydigest_len); in tpm2_seal_trusted()
H A Dtrusted_tpm1.c851 opt->policydigest_len = digest_len; in getoptions()
/kernel/linux/linux-5.10/include/keys/
H A Dtrusted-type.h39 uint32_t policydigest_len; member
/kernel/linux/linux-6.6/include/keys/
H A Dtrusted-type.h46 uint32_t policydigest_len; member

Completed in 6 milliseconds