Searched refs:efispecid (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Dtpm_eventlog.h164 struct tcg_efi_specid_event_head *efispecid; local
212 efispecid = (struct tcg_efi_specid_event_head *)event_header->event;
221 if (memcmp(efispecid->signature, TCG_SPECID_SIG,
223 !efispecid->num_algs || count != efispecid->num_algs) {
248 for (j = 0; j < efispecid->num_algs; j++) {
249 if (halg == efispecid->digest_sizes[j].alg_id) {
251 efispecid->digest_sizes[j].digest_size;
256 if (j == efispecid->num_algs) {
/linux-master/drivers/char/tpm/eventlog/
H A Dacpi.c48 struct tcg_efi_specid_event_head *efispecid; local
57 if (len < sizeof(*efispecid))
59 efispecid = (struct tcg_efi_specid_event_head *)event_header->event;
61 n = memcmp(efispecid->signature, TCG_SPECID_SIG,

Completed in 176 milliseconds