Home
last modified time | relevance | path

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

/linux-6.3-rc2/crypto/asymmetric_keys/
A Dverify_pefile.c22 static int pefile_parse_binary(const void *pebuf, unsigned int pelen, in pefile_parse_binary() argument
32 size_t cursor, datalen = pelen; in pefile_parse_binary()
241 static int pefile_digest_pe_contents(const void *pebuf, unsigned int pelen, in pefile_digest_pe_contents() argument
302 if (pelen > hashed_bytes) { in pefile_digest_pe_contents()
306 pelen - tmp); in pefile_digest_pe_contents()
318 static int pefile_digest_pe(const void *pebuf, unsigned int pelen, in pefile_digest_pe() argument
357 ret = pefile_digest_pe_contents(pebuf, pelen, ctx, desc); in pefile_digest_pe()
416 int verify_pefile_signature(const void *pebuf, unsigned pelen, in verify_pefile_signature() argument
426 ret = pefile_parse_binary(pebuf, pelen, &ctx); in verify_pefile_signature()
447 ret = pefile_digest_pe(pebuf, pelen, &ctx); in verify_pefile_signature()
/linux-6.3-rc2/include/linux/
A Dverification.h66 extern int verify_pefile_signature(const void *pebuf, unsigned pelen,

Completed in 4 milliseconds