Searched refs:pelen (Results 1 – 2 of 2) sorted by relevance
/linux/crypto/asymmetric_keys/ |
H A D | verify_pefile.c | 22 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() 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 361 ret = pefile_digest_pe_contents(pebuf, pelen, ctx, desc); in pefile_digest_pe() 420 int verify_pefile_signature(const void *pebuf, unsigned pelen, in verify_pefile_signature() argument 430 ret = pefile_parse_binary(pebuf, pelen, &ctx); in verify_pefile_signature() 451 ret = pefile_digest_pe(pebuf, pelen, &ctx); in verify_pefile_signature()
|
/linux/include/linux/ |
H A D | verification.h | 67 extern int verify_pefile_signature(const void *pebuf, unsigned pelen,
|