Searched refs:n_sections (Results 1 – 3 of 3) sorted by relevance
| /linux/crypto/asymmetric_keys/ |
| H A D | verify_pefile.c | 110 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 D | verify_pefile.h | 16 unsigned n_sections; member
|
| /linux/drivers/md/ |
| H A D | dm-integrity.c | 891 unsigned int n_sections, struct journal_completion *comp) in xor_journal() argument 894 size_t n_bytes = (size_t)(n_sections * ic->journal_section_sectors) << SECTOR_SHIFT; in xor_journal() 925 n_sections--; in xor_journal() 926 if (!n_sections) in xor_journal() 943 BUG_ON(n_sections); in xor_journal() 986 unsigned int n_sections, struct journal_completion *comp) in crypt_journal() argument 1022 n_sections--; in crypt_journal() 1023 } while (n_sections); in crypt_journal() 1030 unsigned int n_sections, struct journal_completion *comp) in encrypt_journal() argument 1033 return xor_journal(ic, encrypt, section, n_sections, com in encrypt_journal() 1095 rw_journal(struct dm_integrity_c * ic,blk_opf_t opf,unsigned int section,unsigned int n_sections,struct journal_completion * comp) rw_journal() argument 3510 init_journal(struct dm_integrity_c * ic,unsigned int start_section,unsigned int n_sections,unsigned char commit_seq) init_journal() argument [all...] |