Home
last modified time | relevance | path

Searched refs:pelen (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
36 size_t cursor, datalen = pelen; in pefile_parse_binary()
245 static int pefile_digest_pe_contents(const void *pebuf, unsigned int pelen, in pefile_digest_pe_contents() argument
306 if (pelen > hashed_bytes) { in pefile_digest_pe_contents()
310 pelen - tmp); in pefile_digest_pe_contents()
322 static int pefile_digest_pe(const void *pebuf, unsigned int pelen, in pefile_digest_pe() argument
362 ret = pefile_digest_pe_contents(pebuf, pelen, ctx, desc); in pefile_digest_pe()
419 int verify_pefile_signature(const void *pebuf, unsigned pelen, in verify_pefile_signature() argument
429 ret = pefile_parse_binary(pebuf, pelen, &ctx); in verify_pefile_signature()
450 ret = pefile_digest_pe(pebuf, pelen, &ctx); in verify_pefile_signature()
/Linux-v4.19/include/linux/
Dverification.h49 extern int verify_pefile_signature(const void *pebuf, unsigned pelen,