Searched refs:digestAtCreation (Results 1 – 3 of 3) sorted by relevance
116 memcpy(&info.digestAtCreation, &dst->digest_at_seal, 20); in TPM_disk_seal()206 memcpy(&in.sealInfoLong.digestAtCreation, &src->digest_at_seal, 20); in TPM_disk_unseal()
635 ptr = pack_TPM_COMPOSITE_HASH(ptr, &p->digestAtCreation); in pack_TPM_PCR_INFO()643 unpack3_TPM_COMPOSITE_HASH(ptr, pos, max, &p->digestAtCreation); in unpack3_TPM_PCR_INFO()651 rc += sizeof_TPM_COMPOSITE_HASH(&p->digestAtCreation); in sizeof_TPM_PCR_INFO()662 ptr = pack_TPM_COMPOSITE_HASH(ptr, &p->digestAtCreation); in pack_TPM_PCR_INFO_LONG()675 rc += sizeof_TPM_COMPOSITE_HASH(&p->digestAtCreation); in sizeof_TPM_PCR_INFO_LONG()692 &p->digestAtCreation) || in unpack3_TPM_PCR_INFO_LONG()
597 TPM_COMPOSITE_HASH digestAtCreation; member613 TPM_COMPOSITE_HASH digestAtCreation; member
Completed in 10 milliseconds