Home
last modified time | relevance | path

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

/linux-6.1.9/crypto/asymmetric_keys/
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()
Dverify_pefile.h16 unsigned n_sections; member
/linux-6.1.9/arch/ia64/kernel/
Dmca_drv.h92 int n_sections; /* # of section headers */ member
Dmca_drv.c299 slidx->n_sections = sects; in mca_make_slidx()
/linux-6.1.9/drivers/md/
Ddm-integrity.c902 unsigned n_sections, struct journal_completion *comp) in xor_journal() argument
905 size_t n_bytes = (size_t)(n_sections * ic->journal_section_sectors) << SECTOR_SHIFT; in xor_journal()
935 n_sections--; in xor_journal()
936 if (!n_sections) in xor_journal()
953 BUG_ON(n_sections); in xor_journal()
994 unsigned n_sections, struct journal_completion *comp) in crypt_journal() argument
1030 n_sections--; in crypt_journal()
1031 } while (n_sections); in crypt_journal()
1038 unsigned n_sections, struct journal_completion *comp) in encrypt_journal() argument
1041 return xor_journal(ic, encrypt, section, n_sections, comp); in encrypt_journal()
[all …]