Searched refs:tpmt_ha (Results 1 – 4 of 4) sorted by relevance
154 ((tpmt_ha *)ptr)->algorithm_id = TPM_ALG_ID; in add_event2()157 ptr = (uint8_t *)((uintptr_t)ptr + offsetof(tpmt_ha, digest)); in add_event2()243 ((tpmt_ha *)ptr)->algorithm_id = TPM_ALG_ID; in event_log_init()246 (void)memset(&((tpmt_ha *)ptr)->digest, 0, TPM_ALG_ID); in event_log_init()248 offsetof(tpmt_ha, digest) + TCG_DIGEST_SIZE); in event_log_init()
178 offsetof(tpmt_ha, digest)) <= (uintptr_t)end_ptr); in event2_print()181 switch (((tpmt_ha *)ptr)->algorithm_id) { in event2_print()197 ((tpmt_ha *)ptr)->algorithm_id); in event2_print()202 ptr = (uint8_t *)((uintptr_t)ptr + offsetof(tpmt_ha, digest)); in event2_print()
80 sizeof(tpmt_ha) + TCG_DIGEST_SIZE + \87 sizeof(tpmt_ha) + TCG_DIGEST_SIZE + \
246 } tpmt_ha; typedef258 tpmt_ha digests[]; /* Digests[Count] */