Searched refs:sig_offset (Results 1 – 2 of 2) sorted by relevance
104 ctx->sig_offset = ddir->certs.virtual_address; 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()134 memcpy(&wrapper, pebuf + ctx->sig_offset, sizeof(wrapper)); in pefile_strip_sig_wrapper()160 ctx->sig_offset += sizeof(wrapper); in pefile_strip_sig_wrapper()168 pkcs7 = pebuf + ctx->sig_offset; in pefile_strip_sig_wrapper()435 pebuf + ctx.sig_offset, ctx.sig_len, in verify_pefile_signature()
18 unsigned sig_offset; member