Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/security/keys/trusted-keys/
H A Dtrusted_tpm2.c100 tpm_buf_append_u16(&buf, 4 + options->blobauth_len + payload->key_len + 1); in tpm2_seal_trusted()
102 tpm_buf_append_u16(&buf, options->blobauth_len); in tpm2_seal_trusted()
103 if (options->blobauth_len) in tpm2_seal_trusted()
104 tpm_buf_append(&buf, options->blobauth, options->blobauth_len); in tpm2_seal_trusted()
270 options->blobauth_len); in tpm2_unseal_cmd()
H A Dtrusted_tpm1.c801 opt->blobauth_len = strlen(args[0].from); in getoptions()
803 if (opt->blobauth_len == 2 * TPM_DIGEST_SIZE) { in getoptions()
809 opt->blobauth_len = TPM_DIGEST_SIZE; in getoptions()
813 if (tpm2 && opt->blobauth_len <= sizeof(opt->blobauth)) { in getoptions()
815 opt->blobauth_len); in getoptions()
/OK3568_Linux_fs/kernel/include/keys/
H A Dtrusted-type.h33 uint32_t blobauth_len; member