Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/include/keys/
H A Dtrusted-type.h39 uint32_t policydigest_len; member