Home
last modified time | relevance | path

Searched refs:start (Results 1 – 10 of 10) sorted by relevance

/crypto/
Dtcrypt.c178 unsigned long start, end; in test_mb_aead_jiffies() local
187 for (start = jiffies, end = start + secs * HZ, bcount = 0; in test_mb_aead_jiffies()
223 cycles_t start, end; in test_mb_aead_cycles() local
225 start = get_cycles(); in test_mb_aead_cycles()
232 cycles += end - start; in test_mb_aead_cycles()
456 unsigned long start, end; in test_aead_jiffies() local
460 for (start = jiffies, end = start + secs * HZ, bcount = 0; in test_aead_jiffies()
495 cycles_t start, end; in test_aead_cycles() local
497 start = get_cycles(); in test_aead_cycles()
507 cycles += end - start; in test_aead_cycles()
[all …]
Dxor.c87 ktime_t min, start, diff; in do_xor_speed() local
96 start = ktime_get(); in do_xor_speed()
102 diff = ktime_sub(ktime_get(), start); in do_xor_speed()
Dscatterwalk.c56 unsigned int start, unsigned int nbytes, int out) in scatterwalk_map_and_copy() argument
64 sg = scatterwalk_ffwd(tmp, sg, start); in scatterwalk_map_and_copy()
Dfips140_gen_hmac.c117 static void hmac_section(HMAC_CTX *hmac, const char *start, const char *end) in hmac_section() argument
119 void *start_addr = get_sym_addr(start); in hmac_section()
Dproc.c92 .start = c_start,
Ddrbg.c1900 size_t start = 0; in drbg_convert_tfm_core() local
1906 start = 10; in drbg_convert_tfm_core()
1909 start = 8; in drbg_convert_tfm_core()
1915 len = strlen(cra_driver_name) - start; in drbg_convert_tfm_core()
1917 if (!memcmp(cra_driver_name + start, drbg_cores[i].cra_name, in drbg_convert_tfm_core()
Dskcipher.c76 static inline u8 *skcipher_get_spot(u8 *start, unsigned int len) in skcipher_get_spot() argument
78 u8 *end_page = (u8 *)(((unsigned long)(start + len - 1)) & PAGE_MASK); in skcipher_get_spot()
80 return max(start, end_page); in skcipher_get_spot()
Dtestmgr.c5911 int start = 0; in alg_find_test() local
5914 while (start < end) { in alg_find_test()
5915 int i = (start + end) / 2; in alg_find_test()
5924 start = i + 1; in alg_find_test()
DKconfig442 prefetching the entire table into the cache at the start of each
/crypto/async_tx/
Dasync_pq.c112 int start = -1, stop = disks - 3; in do_sync_gen_syndrome() local
128 if (start == -1) in do_sync_gen_syndrome()
129 start = i; in do_sync_gen_syndrome()
135 if (start >= 0) in do_sync_gen_syndrome()
136 raid6_call.xor_syndrome(disks, start, stop, len, srcs); in do_sync_gen_syndrome()