Home
last modified time | relevance | path

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

/linux-6.3-rc2/crypto/asymmetric_keys/
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()
266 canon = kcalloc(ctx->n_sections, sizeof(unsigned), GFP_KERNEL); in pefile_digest_pe_contents()
274 for (loop = 1; loop < ctx->n_sections; loop++) { in pefile_digest_pe_contents()
287 for (loop = 0; loop < ctx->n_sections; loop++) { in pefile_digest_pe_contents()
A Dverify_pefile.h16 unsigned n_sections; member
/linux-6.3-rc2/arch/ia64/kernel/
A Dmca_drv.h92 int n_sections; /* # of section headers */ member
A Dmca_drv.c299 slidx->n_sections = sects; in mca_make_slidx()
/linux-6.3-rc2/drivers/md/
A Ddm-integrity.c943 n_sections--; in xor_journal()
944 if (!n_sections) in xor_journal()
961 BUG_ON(n_sections); in xor_journal()
1040 n_sections--; in crypt_journal()
1041 } while (n_sections); in crypt_journal()
1113 unsigned int section, unsigned int n_sections, in rw_journal() argument
1119 n_sectors = n_sections * ic->journal_section_sectors; in rw_journal()
2891 unsigned int n_sections, unsigned char commit_seq) in init_journal() argument
2895 if (!n_sections) in init_journal()
2898 for (n = 0; n < n_sections; n++) { in init_journal()
[all …]

Completed in 20 milliseconds