Home
last modified time | relevance | path

Searched defs:tpm2_credential_header (Results 1 – 1 of 1) sorted by relevance

/systemd-251/src/shared/
Dcreds-util.c421 struct _packed_ tpm2_credential_header { struct
422 …_t pcr_mask; /* Note that the spec for PC Clients only mandates 24 PCRs, and that's what systems
424 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[];