Searched refs:pebuf (Results 1 – 2 of 2) sorted by relevance
22 static int pefile_parse_binary(const void *pebuf, unsigned int pelen, in pefile_parse_binary() argument25 const struct mz_hdr *mz = pebuf; in pefile_parse_binary()48 pe = pebuf + mz->peaddr; in pefile_parse_binary()54 pe32 = pebuf + cursor; in pefile_parse_binary()55 pe64 = pebuf + cursor; in pefile_parse_binary()61 (unsigned long)&pe32->csum - (unsigned long)pebuf; in pefile_parse_binary()70 (unsigned long)&pe64->csum - (unsigned long)pebuf; in pefile_parse_binary()90 ddir = pebuf + cursor; in pefile_parse_binary()94 (unsigned long)&ddir->certs - (unsigned long)pebuf; in pefile_parse_binary()108 ctx->sig_len, pebuf + ctx->sig_offset); in pefile_parse_binary()[all …]
67 extern int verify_pefile_signature(const void *pebuf, unsigned pelen,