Searched refs:pebuf (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 25 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() 61 (unsigned long)&pe32->csum - (unsigned long)pebuf; in pefile_parse_binary() 70 (unsigned long)&pe64->csum - (unsigned long)pebuf; in pefile_parse_binary() 90 ddir = pebuf + cursor; in pefile_parse_binary() 94 (unsigned long)&ddir->certs - (unsigned long)pebuf; in pefile_parse_binary() 108 ctx->sig_len, pebuf in pefile_parse_binary() 122 pefile_strip_sig_wrapper(const void *pebuf, struct pefile_context *ctx) pefile_strip_sig_wrapper() argument 245 pefile_digest_pe_contents(const void *pebuf, unsigned int pelen, struct pefile_context *ctx, struct shash_desc *desc) pefile_digest_pe_contents() argument 322 pefile_digest_pe(const void *pebuf, unsigned int pelen, struct pefile_context *ctx) pefile_digest_pe() argument 420 verify_pefile_signature(const void *pebuf, unsigned pelen, struct key *trusted_keys, enum key_being_used_for usage) verify_pefile_signature() argument [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 25 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() 61 (unsigned long)&pe32->csum - (unsigned long)pebuf; in pefile_parse_binary() 70 (unsigned long)&pe64->csum - (unsigned long)pebuf; in pefile_parse_binary() 90 ddir = pebuf + cursor; in pefile_parse_binary() 94 (unsigned long)&ddir->certs - (unsigned long)pebuf; in pefile_parse_binary() 108 ctx->sig_len, pebuf in pefile_parse_binary() 122 pefile_strip_sig_wrapper(const void *pebuf, struct pefile_context *ctx) pefile_strip_sig_wrapper() argument 245 pefile_digest_pe_contents(const void *pebuf, unsigned int pelen, struct pefile_context *ctx, struct shash_desc *desc) pefile_digest_pe_contents() argument 322 pefile_digest_pe(const void *pebuf, unsigned int pelen, struct pefile_context *ctx) pefile_digest_pe() argument 420 verify_pefile_signature(const void *pebuf, unsigned pelen, struct key *trusted_keys, enum key_being_used_for usage) verify_pefile_signature() argument [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 2 milliseconds