Home
last modified time | relevance | path

Searched defs:rand_data (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/crypto/
H A Djitterentropy.c63 struct rand_data { struct
68 __u64 data; /* SENSITIVE Actual random number */
69 __u64 old_data; /* SENSITIVE Previous random number */
70 __u64 prev_time; /* SENSITIVE Previous time stamp */
72 __u64 last_delta; /* SENSITIVE stuck test */
73 __s64 last_delta2; /* SENSITIVE stuck test */
74 unsigned int osr; /* Oversample rate */
79 unsigned char *mem; /* Memory access location with size of
81 unsigned int memlocation; /* Pointer to byte in *mem */
82 unsigned int memblocks; /* Number of memory blocks in *mem */
[all …]
H A Dansi_cprng.c41 unsigned char rand_data[DEFAULT_BLK_SZ]; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/
H A Dmoal_eth_ioctl.c16616 t_u8 rand_data[3]; in woal_priv_config_random_mac() local