Searched refs:x_buf (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/usr.sbin/uefisign/
H A Dpe.c173 (x->x_buf + x->x_certificate_entry_off);
193 (x->x_buf + x->x_certificate_entry_off);
207 pc = (struct pe_certificate *)(x->x_buf + pde->pde_rva);
236 psh = (const struct pe_section_header *)(x->x_buf + off);
287 pde = (struct pe_directory_entry *)(x->x_buf + off);
331 memcpy(&tmp, x->x_buf + i, sizeof(tmp));
358 po = (struct pe_optional_header_32_plus *)(x->x_buf + off);
407 po = (struct pe_optional_header_32 *)(x->x_buf + off);
455 po = (struct pe_optional_header_32 *)(x->x_buf + off);
476 pe = (struct pe_header *)(x->x_buf
[all...]
H A Duefisign.h44 char *x_buf; member in struct:executable
H A Dchild.c77 x->x_buf = buf;
88 ok = EVP_DigestUpdate(mdctx, x->x_buf + off, len);
219 nwritten = fwrite(x->x_buf, x->x_len, 1, fp);

Completed in 77 milliseconds