Home
last modified time | relevance | path

Searched refs:hashed_info (Results 1 – 1 of 1) sorted by relevance

/freebsd-src/lib/libsecureboot/
H A Dvepcr.c47 struct hashed_info { struct
50 STAILQ_ENTRY(hashed_info) entries; argument
53 static STAILQ_HEAD(, hashed_info) hi_list;
98 struct hashed_info *hip; in ve_pcr_update()
103 if ((hip = malloc(sizeof(struct hashed_info)))) { in ve_pcr_update()
142 struct hashed_info *hip; in ve_pcr_hashed_get()