Searched defs:trusted_key_options (Results 1 – 1 of 1) sorted by relevance
40 struct trusted_key_options { struct41 uint16_t keytype;42 uint32_t keyhandle;43 unsigned char keyauth[TPM_DIGEST_SIZE];44 uint32_t blobauth_len;45 unsigned char blobauth[TPM_DIGEST_SIZE];46 uint32_t pcrinfo_len;47 unsigned char pcrinfo[MAX_PCRINFO_SIZE];48 int pcrlock;49 uint32_t hash;[all …]