Searched refs:start (Results 1 – 5 of 5) sorted by relevance
/crypto/ |
D | tcrypt.c | 62 unsigned long start, end; in test_cipher_jiffies() local 66 for (start = jiffies, end = start + sec * HZ, bcount = 0; in test_cipher_jiffies() 105 cycles_t start, end; in test_cipher_cycles() local 107 start = get_cycles(); in test_cipher_cycles() 117 cycles += end - start; in test_cipher_cycles() 235 unsigned long start, end; in test_hash_jiffies_digest() local 239 for (start = jiffies, end = start + sec * HZ, bcount = 0; in test_hash_jiffies_digest() 255 unsigned long start, end; in test_hash_jiffies() local 262 for (start = jiffies, end = start + sec * HZ, bcount = 0; in test_hash_jiffies() 303 cycles_t start, end; in test_hash_cycles_digest() local [all …]
|
D | scatterwalk.c | 104 unsigned int start, unsigned int nbytes, int out) in scatterwalk_map_and_copy() argument 115 if (start < offset + sg->length) in scatterwalk_map_and_copy() 122 scatterwalk_advance(&walk, start - offset); in scatterwalk_map_and_copy()
|
D | proc.c | 139 .start = c_start,
|
D | blkcipher.c | 65 static inline u8 *blkcipher_get_spot(u8 *start, unsigned int len) in blkcipher_get_spot() argument 67 u8 *end_page = (u8 *)(((unsigned long)(start + len - 1)) & PAGE_MASK); in blkcipher_get_spot() 68 return max(start, end_page); in blkcipher_get_spot()
|
D | testmgr.c | 1843 int start = 0; in alg_find_test() local 1846 while (start < end) { in alg_find_test() 1847 int i = (start + end) / 2; in alg_find_test() 1856 start = i + 1; in alg_find_test()
|