Searched refs:__u64 (Results 1 – 4 of 4) sorted by relevance
| /crypto/ |
| A D | jitterentropy.c | 57 typedef unsigned long long __u64; typedef 73 __u64 last_delta; /* SENSITIVE stuck test */ 300 static inline __u64 jent_delta(__u64 prev, __u64 next) in jent_delta() 302 #define JENT_UINT64_MAX (__u64)(~((__u64) 0)) in jent_delta() 386 __u64 time = 0; in jent_loop_shuffle() 387 __u64 shuffle = 0; in jent_loop_shuffle() 469 __u64 i = 0; in jent_memaccess() 472 __u64 acc_loop_cnt = in jent_memaccess() 522 __u64 time = 0; in jent_measure_jitter() 523 __u64 current_delta = 0; in jent_measure_jitter() [all …]
|
| A D | jitterentropy.h | 7 extern void jent_get_nstime(__u64 *out); 8 extern int jent_hash_time(void *hash_state, __u64 time, u8 *addtl, 9 unsigned int addtl_len, __u64 hash_loop_cnt, 25 int jent_raw_hires_entropy_store(__u64 value); 29 static inline int jent_raw_hires_entropy_store(__u64 value) { return 0; } in jent_raw_hires_entropy_store()
|
| A D | jitterentropy-kcapi.c | 86 void jent_get_nstime(__u64 *out) in jent_get_nstime() 88 __u64 tmp = 0; in jent_get_nstime() 104 int jent_hash_time(void *hash_state, __u64 time, u8 *addtl, in jent_hash_time() 105 unsigned int addtl_len, __u64 hash_loop_cnt, in jent_hash_time() 111 __u64 j = 0; in jent_hash_time() 164 ret = crypto_shash_update(hash_state_desc, (u8 *)&time, sizeof(__u64)); in jent_hash_time()
|
| A D | jitterentropy-testing.c | 255 int jent_raw_hires_entropy_store(__u64 value) in jent_raw_hires_entropy_store()
|
Completed in 11 milliseconds