Searched defs:trusted_key_options (Results 1 – 1 of 1) sorted by relevance
32 struct trusted_key_options { struct33 uint16_t keytype;34 uint32_t keyhandle;35 unsigned char keyauth[TPM_DIGEST_SIZE];36 unsigned char blobauth[TPM_DIGEST_SIZE];37 uint32_t pcrinfo_len;38 unsigned char pcrinfo[MAX_PCRINFO_SIZE];39 int pcrlock;40 uint32_t hash;41 uint32_t policydigest_len;[all …]