Home
last modified time | relevance | path

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

/freebsd/usr.sbin/uefisign/
H A Dpe.c135 uint32_t pc_len; member
522 size_t pc_len; in update() local
526 pc_len = sizeof(*pc) + x->x_signature_len; in update()
527 pc = calloc(1, pc_len); in update()
531 if (pc_len % PE_ALIGMENT_SIZE > 0) in update()
532 pc_aligment = PE_ALIGMENT_SIZE - (pc_len % PE_ALIGMENT_SIZE); in update()
544 pc->pc_len = x->x_signature_len; in update()
546 pc->pc_len = pc_len; in update()
552 pc_off = append(x, pc, pc_len, pc_aligment); in update()
555 pc_off, pc_len); in update()
[all …]