Home
last modified time | relevance | path

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

/Linux-v4.19/crypto/asymmetric_keys/
Dverify_pefile.c26 static int pefile_parse_binary(const void *pebuf, unsigned int pelen, in pefile_parse_binary() argument
29 const struct mz_hdr *mz = pebuf; in pefile_parse_binary()
52 pe = pebuf + mz->peaddr; in pefile_parse_binary()
58 pe32 = pebuf + cursor; in pefile_parse_binary()
59 pe64 = pebuf + cursor; in pefile_parse_binary()
65 (unsigned long)&pe32->csum - (unsigned long)pebuf; in pefile_parse_binary()
74 (unsigned long)&pe64->csum - (unsigned long)pebuf; in pefile_parse_binary()
94 ddir = pebuf + cursor; in pefile_parse_binary()
98 (unsigned long)&ddir->certs - (unsigned long)pebuf; in pefile_parse_binary()
112 ctx->sig_len, pebuf + ctx->sig_offset); in pefile_parse_binary()
[all …]
/Linux-v4.19/include/linux/
Dverification.h49 extern int verify_pefile_signature(const void *pebuf, unsigned pelen,