Home
last modified time | relevance | path

Searched refs:randomness (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/soc/tegra/fuse/
A Dfuse-tegra30.c69 u32 randomness[12]; in tegra30_fuse_add_randomness() local
71 randomness[0] = tegra_sku_info.sku_id; in tegra30_fuse_add_randomness()
72 randomness[1] = tegra_read_straps(); in tegra30_fuse_add_randomness()
73 randomness[2] = tegra_read_chipid(); in tegra30_fuse_add_randomness()
74 randomness[3] = tegra_sku_info.cpu_process_id << 16; in tegra30_fuse_add_randomness()
75 randomness[3] |= tegra_sku_info.soc_process_id; in tegra30_fuse_add_randomness()
76 randomness[4] = tegra_sku_info.cpu_speedo_id << 16; in tegra30_fuse_add_randomness()
77 randomness[4] |= tegra_sku_info.soc_speedo_id; in tegra30_fuse_add_randomness()
79 randomness[6] = tegra_fuse_read_early(FUSE_FAB_CODE); in tegra30_fuse_add_randomness()
82 randomness[9] = tegra_fuse_read_early(FUSE_WAFER_ID); in tegra30_fuse_add_randomness()
[all …]
A Dfuse-tegra20.c140 u32 randomness[7]; in tegra20_fuse_add_randomness() local
142 randomness[0] = tegra_sku_info.sku_id; in tegra20_fuse_add_randomness()
143 randomness[1] = tegra_read_straps(); in tegra20_fuse_add_randomness()
144 randomness[2] = tegra_read_chipid(); in tegra20_fuse_add_randomness()
145 randomness[3] = tegra_sku_info.cpu_process_id << 16; in tegra20_fuse_add_randomness()
146 randomness[3] |= tegra_sku_info.soc_process_id; in tegra20_fuse_add_randomness()
147 randomness[4] = tegra_sku_info.cpu_speedo_id << 16; in tegra20_fuse_add_randomness()
148 randomness[4] |= tegra_sku_info.soc_speedo_id; in tegra20_fuse_add_randomness()
149 randomness[5] = tegra_fuse_read_early(FUSE_UID_LOW); in tegra20_fuse_add_randomness()
150 randomness[6] = tegra_fuse_read_early(FUSE_UID_HIGH); in tegra20_fuse_add_randomness()
[all …]
/linux/drivers/nvmem/
A Dsunxi_sid.c120 char *randomness; in sunxi_sid_probe() local
160 randomness = kzalloc(size, GFP_KERNEL); in sunxi_sid_probe()
161 if (!randomness) in sunxi_sid_probe()
164 nvmem_cfg->reg_read(sid, 0, randomness, size); in sunxi_sid_probe()
165 add_device_randomness(randomness, size); in sunxi_sid_probe()
166 kfree(randomness); in sunxi_sid_probe()
/linux/drivers/net/wireless/ath/ath9k/
A DKconfig203 randomness into Linux entropy pool (/dev/urandom and /dev/random)
/linux/drivers/char/tpm/
A DKconfig36 device. This allows the kernel to collect randomness from the TPM at
/linux/drivers/char/
A DKconfig449 device randomness. Say Y here to assume the entropy provided by the
/linux/Documentation/filesystems/
A Df2fs.rst214 We added some randomness to both chunk and hole size to make
220 option for more randomness.
/linux/lib/
A DKconfig.debug1545 bool "Warn for all uses of unseeded randomness"
1564 warning for the first use of unseeded randomness.
1567 unseeded randomness. This will be of use primarily for

Completed in 19 milliseconds