Searched refs:time (Results 1 – 4 of 4) sorted by relevance
| /crypto/ |
| A D | jitterentropy.c | 386 __u64 time = 0; in jent_loop_shuffle() local 391 jent_get_nstime(&time); in jent_loop_shuffle() 398 shuffle ^= time & mask; in jent_loop_shuffle() 399 time = time >> bits; in jent_loop_shuffle() 423 static int jent_condition_data(struct rand_data *ec, __u64 time, int stuck) in jent_condition_data() argument 438 return jent_hash_time(ec->hash_state, time, (u8 *)&addtl, sizeof(addtl), in jent_condition_data() 522 __u64 time = 0; in jent_measure_jitter() local 533 jent_get_nstime(&time); in jent_measure_jitter() 534 current_delta = jent_delta(ec->prev_time, time); in jent_measure_jitter() 535 ec->prev_time = time; in jent_measure_jitter()
|
| A D | jitterentropy-kcapi.c | 104 int jent_hash_time(void *hash_state, __u64 time, u8 *addtl, in jent_hash_time() argument 161 time = 0; in jent_hash_time() 164 ret = crypto_shash_update(hash_state_desc, (u8 *)&time, sizeof(__u64)); in jent_hash_time()
|
| A D | jitterentropy.h | 8 extern int jent_hash_time(void *hash_state, __u64 time, u8 *addtl,
|
| A D | Kconfig | 183 The cryptographic self-tests run at boot time, or at algorithm 184 registration time if algorithms are dynamically loaded later. 369 modes. Its key setup time is excellent, and its key agility is 378 tristate "AES (Advanced Encryption Standard) (fixed time)" 1251 The Jitter RNG measures the execution time of memory accesses. 1302 trade-off, however, is that the Jitter RNG now requires more time 1309 the raw unconditioned high resolution time stamp noise that 1311 this data is used at the same time to generate random bits,
|
Completed in 9 milliseconds