Symbol: rand_data
crypto/jitterentropy-kcapi.c
177
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
422
static void jent_condition_data(struct rand_data *ec, __u64 time, int stuck)
crypto/jitterentropy.c
465
static void jent_memaccess(struct rand_data *ec, __u64 loop_cnt)
crypto/jitterentropy.c
519
static int jent_measure_jitter(struct rand_data *ec, __u64 *ret_current_delta)
crypto/jitterentropy.c
555
static void jent_gen_entropy(struct rand_data *ec)
crypto/jitterentropy.c
602
int jent_read_entropy(struct rand_data *ec, unsigned char *data,
crypto/jitterentropy.c
654
struct rand_data *jent_entropy_collector_alloc(unsigned int osr,
crypto/jitterentropy.c
658
struct rand_data *entropy_collector;
crypto/jitterentropy.c
660
entropy_collector = jent_zalloc(sizeof(struct rand_data));
crypto/jitterentropy.c
697
void jent_entropy_collector_free(struct rand_data *entropy_collector)
crypto/jitterentropy.c
705
struct sha3_ctx *hash_state, struct rand_data *p_ec)
crypto/jitterentropy.c
712
struct rand_data *ec = p_ec;
crypto/jitterentropy.h
15
struct rand_data;
crypto/jitterentropy.h
18
struct rand_data *p_ec);
crypto/jitterentropy.h
19
extern int jent_read_entropy(struct rand_data *ec, unsigned char *data,
crypto/jitterentropy.h
22
extern struct rand_data *
crypto/jitterentropy.h
25
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);