Home
last modified time | relevance | path

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

/linux-6.3-rc2/crypto/asymmetric_keys/
A Dverify_pefile.c25 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()
90 ddir = pebuf + cursor; in pefile_parse_binary()
108 ctx->sig_len, pebuf + ctx->sig_offset); in pefile_parse_binary()
113 ctx->secs = secs = pebuf + cursor; in pefile_parse_binary()
168 pkcs7 = pebuf + ctx->sig_offset; in pefile_strip_sig_wrapper()
256 ret = crypto_shash_update(desc, pebuf + tmp, in pefile_digest_pe_contents()
292 pebuf + ctx->secs[i].data_addr, in pefile_digest_pe_contents()
[all …]
/linux-6.3-rc2/include/linux/
A Dverification.h66 extern int verify_pefile_signature(const void *pebuf, unsigned pelen,

Completed in 4 milliseconds