Searched refs:start (Results 1 – 10 of 10) sorted by relevance
/crypto/ |
D | tcrypt.c | 185 unsigned long start, end; in test_mb_aead_jiffies() local 194 for (start = jiffies, end = start + secs * HZ, bcount = 0; in test_mb_aead_jiffies() 230 cycles_t start, end; in test_mb_aead_cycles() local 232 start = get_cycles(); in test_mb_aead_cycles() 239 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 | 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 | ablkcipher.c | 62 static inline u8 *ablkcipher_get_spot(u8 *start, unsigned int len) in ablkcipher_get_spot() argument 64 u8 *end_page = (u8 *)(((unsigned long)(start + len - 1)) & PAGE_MASK); in ablkcipher_get_spot() 66 return max(start, end_page); in ablkcipher_get_spot()
|
D | proc.c | 86 .start = c_start,
|
D | blkcipher.c | 62 static inline u8 *blkcipher_get_spot(u8 *start, unsigned int len) in blkcipher_get_spot() argument 64 u8 *end_page = (u8 *)(((unsigned long)(start + len - 1)) & PAGE_MASK); in blkcipher_get_spot() 65 return max(start, end_page); in blkcipher_get_spot()
|
D | drbg.c | 1881 size_t start = 0; in drbg_convert_tfm_core() local 1887 start = 10; in drbg_convert_tfm_core() 1890 start = 8; in drbg_convert_tfm_core() 1896 len = strlen(cra_driver_name) - start; in drbg_convert_tfm_core() 1898 if (!memcmp(cra_driver_name + start, drbg_cores[i].cra_name, in drbg_convert_tfm_core()
|
D | skcipher.c | 86 static inline u8 *skcipher_get_spot(u8 *start, unsigned int len) in skcipher_get_spot() argument 88 u8 *end_page = (u8 *)(((unsigned long)(start + len - 1)) & PAGE_MASK); in skcipher_get_spot() 90 return max(start, end_page); in skcipher_get_spot()
|
D | testmgr.c | 5171 int start = 0; in alg_find_test() local 5174 while (start < end) { in alg_find_test() 5175 int i = (start + end) / 2; in alg_find_test() 5184 start = i + 1; in alg_find_test()
|
D | Kconfig | 1061 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 127 if (start == -1) in do_sync_gen_syndrome() 128 start = i; in do_sync_gen_syndrome() 134 if (start >= 0) in do_sync_gen_syndrome() 135 raid6_call.xor_syndrome(disks, start, stop, len, srcs); in do_sync_gen_syndrome()
|