Home
last modified time | relevance | path

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

/openbmc/linux/drivers/soc/tegra/fuse/
H A Dfuse-tegra20.c167 u32 randomness[7]; in tegra20_fuse_add_randomness() local
169 randomness[0] = tegra_sku_info.sku_id; in tegra20_fuse_add_randomness()
170 randomness[1] = tegra_read_straps(); in tegra20_fuse_add_randomness()
171 randomness[2] = tegra_read_chipid(); in tegra20_fuse_add_randomness()
172 randomness[3] = tegra_sku_info.cpu_process_id << 16; in tegra20_fuse_add_randomness()
173 randomness[3] |= tegra_sku_info.soc_process_id; in tegra20_fuse_add_randomness()
174 randomness[4] = tegra_sku_info.cpu_speedo_id << 16; in tegra20_fuse_add_randomness()
175 randomness[4] |= tegra_sku_info.soc_speedo_id; in tegra20_fuse_add_randomness()
176 randomness[5] = tegra_fuse_read_early(FUSE_UID_LOW); in tegra20_fuse_add_randomness()
177 randomness[6] = tegra_fuse_read_early(FUSE_UID_HIGH); in tegra20_fuse_add_randomness()
[all …]
H A Dfuse-tegra30.c68 u32 randomness[12]; in tegra30_fuse_add_randomness() local
70 randomness[0] = tegra_sku_info.sku_id; in tegra30_fuse_add_randomness()
71 randomness[1] = tegra_read_straps(); in tegra30_fuse_add_randomness()
72 randomness[2] = tegra_read_chipid(); in tegra30_fuse_add_randomness()
73 randomness[3] = tegra_sku_info.cpu_process_id << 16; in tegra30_fuse_add_randomness()
74 randomness[3] |= tegra_sku_info.soc_process_id; in tegra30_fuse_add_randomness()
75 randomness[4] = tegra_sku_info.cpu_speedo_id << 16; in tegra30_fuse_add_randomness()
76 randomness[4] |= tegra_sku_info.soc_speedo_id; in tegra30_fuse_add_randomness()
77 randomness[5] = tegra_fuse_read_early(FUSE_VENDOR_CODE); in tegra30_fuse_add_randomness()
78 randomness[6] = tegra_fuse_read_early(FUSE_FAB_CODE); in tegra30_fuse_add_randomness()
[all …]
/openbmc/linux/drivers/nvmem/
H A Dsunxi_sid.c131 char *randomness; in sunxi_sid_probe() local
171 randomness = kzalloc(size, GFP_KERNEL); in sunxi_sid_probe()
172 if (!randomness) in sunxi_sid_probe()
175 nvmem_cfg->reg_read(sid, 0, randomness, size); in sunxi_sid_probe()
176 add_device_randomness(randomness, size); in sunxi_sid_probe()
177 kfree(randomness); in sunxi_sid_probe()
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/
H A D0024-Fix-missing-randomness-in-__gen_tempname-bug-32214.patch4 Subject: [PATCH] Fix missing randomness in __gen_tempname (bug 32214)
/openbmc/openbmc/meta-evb/meta-evb-arm/meta-evb-fvp-base/conf/machine/
H A Dfvp-config.inc37 # enable randomness which is needed for various security related applications
/openbmc/qemu/docs/system/arm/
H A Dvirt.rst174 dtb-randomness
185 A deprecated synonym for dtb-randomness.
/openbmc/openbmc/poky/meta/recipes-core/udev/eudev/
H A D0001-random-util.c-sync-dev_urandom-implementation-to-sys.patch71 - /* Gathers some randomness from the kernel. This call will
/openbmc/openbmc/poky/meta/recipes-core/glibc/
H A Dglibc_2.40.bb56 file://0024-Fix-missing-randomness-in-__gen_tempname-bug-32214.patch \
/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A DKconfig203 randomness into Linux entropy pool (/dev/urandom and /dev/random)
/openbmc/linux/drivers/char/tpm/
H A DKconfig36 device. This allows the kernel to collect randomness from the TPM at
/openbmc/openbmc/poky/documentation/migration-guides/
H A Drelease-notes-5.1.1.rst73 - glibc: Fix missing randomness in __gen_tempname
/openbmc/linux/Documentation/filesystems/
H A Df2fs.rst220 We added some randomness to both chunk and hole size to make
226 option for more randomness.
/openbmc/qemu/docs/about/
H A Ddeprecated.rst247 deprecated; use the new name ``dtb-randomness`` instead. The new name
/openbmc/linux/lib/
H A DKconfig.debug1623 bool "Warn for all uses of unseeded randomness"
1644 unseeded randomness. This will be of use primarily for