Searched refs:pelen (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/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() 393 * @pelen: Length of the binary image 420 int verify_pefile_signature(const void *pebuf, unsigned pelen, in verify_pefile_signature() argument 430 ret = pefile_parse_binary(pebuf, pelen, in verify_pefile_signature() [all...] |
/kernel/linux/linux-6.6/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() 393 * @pelen: Length of the binary image 420 int verify_pefile_signature(const void *pebuf, unsigned pelen, in verify_pefile_signature() argument 430 ret = pefile_parse_binary(pebuf, pelen, in verify_pefile_signature() [all...] |
/kernel/linux/linux-5.10/include/linux/ |
H A D | verification.h | 56 extern int verify_pefile_signature(const void *pebuf, unsigned pelen,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | verification.h | 67 extern int verify_pefile_signature(const void *pebuf, unsigned pelen,
|
Completed in 3 milliseconds