Home
last modified time | relevance | path

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

/freebsd/lib/libsecureboot/
H A Dvepcr.c48 const char *hi_path; member
104 hip->hi_path = strdup(path); in ve_pcr_update()
105 if (!hip->hi_path) { in ve_pcr_update()
109 hip->hi_basename = strrchr(hip->hi_path, '/'); in ve_pcr_update()
113 hip->hi_basename = hip->hi_path; in ve_pcr_update()
151 nbytes += 1 + strlen(flags ? hip->hi_basename : hip->hi_path); in ve_pcr_hashed_get()
157 cp = flags ? hip->hi_basename : hip->hi_path; in ve_pcr_hashed_get()