Home
last modified time | relevance | path

Searched refs:secs (Results 1 – 3 of 3) sorted by relevance

/crypto/
A Dtcrypt.c414 if (secs) { in test_mb_aead_speed()
454 int blen, int secs) in test_aead_jiffies() argument
667 if (secs) { in test_aead_speed()
669 secs); in test_aead_speed()
734 bcount / secs, ((long)bcount * blen) / secs); in test_ahash_jiffies_digest()
766 bcount / secs, ((long)bcount * blen) / secs); in test_ahash_jiffies()
923 if (secs) { in test_ahash_speed_common()
1181 if (secs) { in test_mb_skcipher_speed()
1183 bs, secs, in test_mb_skcipher_speed()
1397 if (secs) { in test_skcipher_speed()
[all …]
/crypto/asymmetric_keys/
A Dverify_pefile.c113 ctx->secs = pebuf + cursor; in pefile_parse_binary()
280 if (pefile_compare_shdrs(&ctx->secs[canon[i]], in pefile_digest_pe_contents()
281 &ctx->secs[loop]) > 0) { in pefile_digest_pe_contents()
293 if (ctx->secs[i].raw_data_size == 0) in pefile_digest_pe_contents()
296 pebuf + ctx->secs[i].data_addr, in pefile_digest_pe_contents()
297 ctx->secs[i].raw_data_size); in pefile_digest_pe_contents()
302 hashed_bytes += ctx->secs[i].raw_data_size; in pefile_digest_pe_contents()
A Dverify_pefile.h20 const struct section_header *secs; member

Completed in 9 milliseconds