Symbol: rand_data
crypto/jitterentropy-kcapi.c
197
struct rand_data *entropy_collector;
crypto/jitterentropy.c
183
static void jent_apt_init(struct rand_data *ec, unsigned int osr)
crypto/jitterentropy.c
205
static void jent_apt_reset(struct rand_data *ec, unsigned int delta_masked)
crypto/jitterentropy.c
219
static void jent_apt_insert(struct rand_data *ec, unsigned int delta_masked)
crypto/jitterentropy.c
266
static void jent_rct_insert(struct rand_data *ec, int stuck)
crypto/jitterentropy.c
322
static int jent_stuck(struct rand_data *ec, __u64 current_delta)
crypto/jitterentropy.c
360
static unsigned int jent_health_failure(struct rand_data *ec)
crypto/jitterentropy.c
423
static int jent_condition_data(struct rand_data *ec, __u64 time, int stuck)
crypto/jitterentropy.c
466
static void jent_memaccess(struct rand_data *ec, __u64 loop_cnt)
crypto/jitterentropy.c
520
static int jent_measure_jitter(struct rand_data *ec, __u64 *ret_current_delta)
crypto/jitterentropy.c
557
static void jent_gen_entropy(struct rand_data *ec)
crypto/jitterentropy.c
604
int jent_read_entropy(struct rand_data *ec, unsigned char *data,
crypto/jitterentropy.c
657
struct rand_data *jent_entropy_collector_alloc(unsigned int osr,
crypto/jitterentropy.c
661
struct rand_data *entropy_collector;
crypto/jitterentropy.c
663
entropy_collector = jent_zalloc(sizeof(struct rand_data));
crypto/jitterentropy.c
700
void jent_entropy_collector_free(struct rand_data *entropy_collector)
crypto/jitterentropy.c
708
struct rand_data *p_ec)
crypto/jitterentropy.c
715
struct rand_data *ec = p_ec;
crypto/jitterentropy.h
13
struct rand_data;
crypto/jitterentropy.h
15
void *hash_state, struct rand_data *p_ec);
crypto/jitterentropy.h
16
extern int jent_read_entropy(struct rand_data *ec, unsigned char *data,
crypto/jitterentropy.h
19
extern struct rand_data *jent_entropy_collector_alloc(unsigned int osr,
crypto/jitterentropy.h
22
extern void jent_entropy_collector_free(struct rand_data *entropy_collector);
drivers/misc/nsm.c
294
u8 *rand_data = NULL;
drivers/misc/nsm.c
308
rc = cbor_object_get_array(resp_ptr, resp_len, &rand_data);
drivers/misc/nsm.c
315
memcpy(out, rand_data, rc);