Searched defs:tpm2_credential_header (Results 1 – 1 of 1) sorted by relevance
421 struct _packed_ tpm2_credential_header { struct422 …_t pcr_mask; /* Note that the spec for PC Clients only mandates 24 PCRs, and that's what systems424 le16_t pcr_bank; /* For now, either TPM2_ALG_SHA256 or TPM2_ALG_SHA1 */425 … le16_t primary_alg; /* Primary key algorithm (either TPM2_ALG_RSA or TPM2_ALG_ECC for now) */426 le32_t blob_size;427 le32_t policy_hash_size;428 uint8_t policy_hash_and_blob[];