Searched refs:start (Results 1 – 10 of 10) sorted by relevance
/crypto/ |
D | tcrypt.c | 178 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 …]
|
D | xor.c | 87 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()
|
D | scatterwalk.c | 56 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()
|
D | fips140_gen_hmac.c | 117 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()
|
D | proc.c | 92 .start = c_start,
|
D | drbg.c | 1900 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()
|
D | skcipher.c | 76 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()
|
D | testmgr.c | 5911 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()
|
D | Kconfig | 442 prefetching the entire table into the cache at the start of each
|
/crypto/async_tx/ |
D | async_pq.c | 112 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()
|