Searched refs:rng (Results 1 - 25 of 43) sorted by relevance

12

/u-boot/lib/efi_selftest/
H A Defi_selftest_rng.c44 struct efi_rng_protocol *rng; local
50 ret = boottime->locate_protocol(&efi_rng_guid, NULL, (void **)&rng);
57 ret = rng->get_info(rng, &size, NULL);
74 ret = rng->get_info(rng, &size, algo_list);
87 ret = rng->get_rng(rng, NULL, RNG_LEN - 1, &rnd1[1]);
92 ret = rng->get_rng(rng, algo_lis
112 EFI_UNIT_TEST(rng) = { variable
[all...]
/u-boot/drivers/rng/
H A Drng-uclass.c9 #include <rng.h>
21 UCLASS_DRIVER(rng) = { variable
22 .name = "rng",
H A Dtpm_rng.c7 #include <rng.h>
20 .name = "tpm-rng",
H A DMakefile6 obj-$(CONFIG_$(SPL_TPL_)DM_RNG) += rng-uclass.o
7 obj-$(CONFIG_RNG_MESON) += meson-rng.o
H A Dsandbox_rng.c8 #include <rng.h>
46 .compatible = "sandbox,sandbox-rng",
52 .name = "sandbox-rng",
H A Darm_rndr.c13 #include <rng.h>
H A Driscv_zkr_rng.c12 #include <rng.h>
H A Dturris_rwtm_rng.c8 #include <rng.h>
116 .name = "turris-rwtm-rng",
H A Dmeson-rng.c10 #include <rng.h>
102 * meson_rng_probe() - probe rng device
122 * meson_rng_remove() - deinitialize rng device
171 .compatible = "amlogic,meson-rng",
175 .compatible = "amlogic,meson-s4-rng",
182 .name = "meson-rng",
H A Dmsm_rng.c14 #include <rng.h>
135 .name = "msm-rng",
H A Dnpcm_rng.c8 #include <rng.h>
53 /* check if rng enabled */
56 /* init rng */
66 /* disable rng */
129 printf("Cannot find rng reg address, binding failed\n");
139 { .compatible = "nuvoton,npcm845-rng" },
140 { .compatible = "nuvoton,npcm750-rng" },
H A Doptee_rng.c7 #include <rng.h>
14 #define DRIVER_NAME "optee-rng"
112 * optee_rng_read() - rng read ops for OP-TEE RNG device
H A Diproc_rng200.c9 #include <rng.h>
176 .name = "iproc_rng200-rng",
/u-boot/drivers/crypto/fsl/
H A DMakefile9 obj-$(CONFIG_$(SPL_TPL_)FSL_CAAM_RNG) += rng.o
H A Djr.c525 struct rng4tst __iomem *rng = local
526 (struct rng4tst __iomem *)&sec->rng;
539 rdsta_val = sec_in32(&rng->rdsta);
563 rdsta_val = sec_in32(&rng->rdsta);
585 vid = (sec_in32(&sec->vreg.rng) & CHA_VER_VID_MASK)
598 struct rng4tst __iomem *rng = local
599 (struct rng4tst __iomem *)&sec->rng;
603 sec_setbits32(&rng->rtmctl, RTMCTL_PRGM);
607 val = sec_in32(&rng->rtsdctl);
610 sec_out32(&rng
627 struct rng4tst __iomem *rng = local
[all...]
H A Drng.c12 #include <rng.h>
81 .name = "caam-rng",
H A Ddcp_rng.c12 #include <rng.h>
/u-boot/net/
H A Dnet_rand.h13 #include <rng.h>
/u-boot/cmd/
H A Drng.c3 * The 'rng' command prints bytes from the hardware random number generator.
11 #include <rng.h>
76 rng, 3, 0, do_rng,
78 "list - list all the probed rng devices\n"
79 "rng [dev] [n] - print n random bytes(max 64) read from dev\n"
H A Dkaslrseed.c13 #include <rng.h>
/u-boot/test/dm/
H A Drng.c8 #include <rng.h>
12 /* Basic test of the rng uclass */
28 /* Test the rng command */
38 run_command("rng", 0);
45 run_command("rng 0 10", 0);
49 run_command("rng 20", 0);
H A Dvirtio_rng.c13 #include <rng.h>
22 /* Test the virtio-rng driver validates the used size */
33 /* check the child virtio-rng device is bound */
37 /* probe the virtio-rng driver */
/u-boot/drivers/virtio/
H A Dvirtio_rng.c8 #include <rng.h>
/u-boot/arch/m68k/include/asm/
H A Dimmap_5271.h54 #include <asm/coldfire/rng.h>
/u-boot/lib/efi_loader/
H A Defi_rng.c12 #include <rng.h>
37 debug("Unable to get rng device\n");

Completed in 129 milliseconds

12