Lines Matching refs:sig_len
105 ctx->sig_len = ddir->certs.size; in pefile_parse_binary()
107 ctx->sig_len, ctx->sig_offset, in pefile_parse_binary()
108 ctx->sig_len, pebuf + ctx->sig_offset); in pefile_parse_binary()
129 if (ctx->sig_len < sizeof(wrapper)) { in pefile_strip_sig_wrapper()
141 if (round_up(wrapper.length, 8) != ctx->sig_len) { in pefile_strip_sig_wrapper()
159 ctx->sig_len = wrapper.length; in pefile_strip_sig_wrapper()
161 ctx->sig_len -= sizeof(wrapper); in pefile_strip_sig_wrapper()
162 if (ctx->sig_len < 4) { in pefile_strip_sig_wrapper()
191 if (len <= ctx->sig_len) { in pefile_strip_sig_wrapper()
193 ctx->sig_len = len; in pefile_strip_sig_wrapper()
435 pebuf + ctx.sig_offset, ctx.sig_len, in verify_pefile_signature()