Home
last modified time | relevance | path

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

/linux/crypto/asymmetric_keys/
H A Dverify_pefile.c110 ctx->n_sections = pe->sections; in pefile_parse_binary()
111 if (ctx->n_sections > (ctx->header_size - cursor) / sizeof(*sec)) in pefile_parse_binary()
270 canon = kcalloc(ctx->n_sections, sizeof(unsigned), GFP_KERNEL); in pefile_digest_pe_contents()
278 for (loop = 1; loop < ctx->n_sections; loop++) { in pefile_digest_pe_contents()
291 for (loop = 0; loop < ctx->n_sections; loop++) { in pefile_digest_pe_contents()
H A Dverify_pefile.h16 unsigned n_sections; member