Home
last modified time | relevance | path

Searched refs:n_sections (Results 1 – 3 of 3) 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
/linux/drivers/md/
H A Ddm-integrity.c890 unsigned int n_sections, struct journal_completion *comp) in xor_journal() argument
893 size_t n_bytes = (size_t)(n_sections * ic->journal_section_sectors) << SECTOR_SHIFT; in xor_journal()
924 n_sections--; in xor_journal()
925 if (!n_sections) in xor_journal()
942 BUG_ON(n_sections); in xor_journal()
985 unsigned int n_sections, struct journal_completion *comp) in crypt_journal() argument
1021 n_sections--; in crypt_journal()
1022 } while (n_sections); in crypt_journal()
1029 unsigned int n_sections, struct journal_completion *comp) in encrypt_journal() argument
1032 return xor_journal(ic, encrypt, section, n_sections, comp); in encrypt_journal()
[all …]