Searched refs:secs (Results 1 – 3 of 3) sorted by relevance
/crypto/asymmetric_keys/ |
D | verify_pefile.c | 31 const struct section_header *secs, *sec; in pefile_parse_binary() local 113 ctx->secs = secs = pebuf + cursor; in pefile_parse_binary() 276 if (pefile_compare_shdrs(&ctx->secs[canon[i]], in pefile_digest_pe_contents() 277 &ctx->secs[loop]) > 0) { in pefile_digest_pe_contents() 289 if (ctx->secs[i].raw_data_size == 0) in pefile_digest_pe_contents() 292 pebuf + ctx->secs[i].data_addr, in pefile_digest_pe_contents() 293 ctx->secs[i].raw_data_size); in pefile_digest_pe_contents() 298 hashed_bytes += ctx->secs[i].raw_data_size; in pefile_digest_pe_contents()
|
D | verify_pefile.h | 20 const struct section_header *secs; member
|
/crypto/ |
D | tcrypt.c | 183 int blen, int secs, u32 num_mb) in test_mb_aead_jiffies() argument 194 for (start = jiffies, end = start + secs * HZ, bcount = 0; in test_mb_aead_jiffies() 202 bcount * num_mb, secs, (long)bcount * blen * num_mb); in test_mb_aead_jiffies() 250 static void test_mb_aead_speed(const char *algo, int enc, int secs, in test_mb_aead_speed() argument 414 if (secs) { in test_mb_aead_speed() 416 secs, num_mb); in test_mb_aead_speed() 454 int blen, int secs) in test_aead_jiffies() argument 460 for (start = jiffies, end = start + secs * HZ, bcount = 0; in test_aead_jiffies() 472 bcount, secs, (long)bcount * blen); in test_aead_jiffies() 518 static void test_aead_speed(const char *algo, int enc, unsigned int secs, in test_aead_speed() argument [all …]
|