Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()
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()
H A Dverify_pefile.h16 unsigned n_sections; member
/OK3568_Linux_fs/buildroot/boot/grub2/
H A D0141-util-mkimage-Add-an-option-to-import-SBAT-metadata-i.patch190 + size_t n_sections = 4;
217 + n_sections++;
219 + c->num_sections = grub_host_to_target16 (n_sections);
/OK3568_Linux_fs/kernel/arch/ia64/kernel/
H A Dmca_drv.h92 int n_sections; /* # of section headers */ member
H A Dmca_drv.c299 slidx->n_sections = sects; in mca_make_slidx()
/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-integrity.c800 unsigned n_sections, struct journal_completion *comp) in xor_journal() argument
803 size_t n_bytes = (size_t)(n_sections * ic->journal_section_sectors) << SECTOR_SHIFT; in xor_journal()
833 n_sections--; in xor_journal()
834 if (!n_sections) in xor_journal()
851 BUG_ON(n_sections); in xor_journal()
892 unsigned n_sections, struct journal_completion *comp) in crypt_journal() argument
928 n_sections--; in crypt_journal()
929 } while (n_sections); in crypt_journal()
936 unsigned n_sections, struct journal_completion *comp) in encrypt_journal() argument
939 return xor_journal(ic, encrypt, section, n_sections, comp); in encrypt_journal()
[all …]