Home
last modified time | relevance | path

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

/linux/security/keys/trusted-keys/
H A Dtrusted_tpm2.c49 if (options->blobauth_len == 0) { in tpm2_key_encode()
279 tpm_buf_append_u16(&sized, options->blobauth_len); in tpm2_seal_trusted()
281 if (options->blobauth_len) in tpm2_seal_trusted()
282 tpm_buf_append(&sized, options->blobauth, options->blobauth_len); in tpm2_seal_trusted()
508 options->blobauth_len); in tpm2_unseal_cmd()
523 options->blobauth, options->blobauth_len); in tpm2_unseal_cmd()
/linux/include/keys/
H A Dtrusted-type.h40 uint32_t blobauth_len; member