Home
last modified time | relevance | path

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

/freebsd/usr.sbin/uefisign/
H A Dpe.c134 struct pe_certificate { struct
186 struct pe_certificate *pc; in show_certificate()
207 pc = (struct pe_certificate *)(x->x_buf + pde->pde_rva); in show_certificate()
218 x->x_path, pde->pde_rva + offsetof(struct pe_certificate, pc_signature)); in show_certificate()
221 pde->pde_rva + offsetof(struct pe_certificate, pc_signature), x->x_path); in show_certificate()
520 struct pe_certificate *pc; in update()