Searched defs:trusted_key_options (Results 1 – 2 of 2) sorted by relevance
29 struct trusted_key_options { struct30 uint16_t keytype;31 uint32_t keyhandle;32 unsigned char keyauth[TPM_DIGEST_SIZE];33 uint32_t blobauth_len;34 unsigned char blobauth[TPM_DIGEST_SIZE];35 uint32_t pcrinfo_len;36 unsigned char pcrinfo[MAX_PCRINFO_SIZE];37 int pcrlock;38 uint32_t hash;[all …]
36 struct trusted_key_options { struct37 uint16_t keytype;38 uint32_t keyhandle;39 unsigned char keyauth[TPM_DIGEST_SIZE];40 uint32_t blobauth_len;41 unsigned char blobauth[TPM_DIGEST_SIZE];42 uint32_t pcrinfo_len;43 unsigned char pcrinfo[MAX_PCRINFO_SIZE];44 int pcrlock;45 uint32_t hash;[all …]