Searched refs:rnd (Results 1 - 5 of 5) sorted by relevance

/u-boot/tools/
H A Dsunxi-spl-image-builder.c114 FILE *src, FILE *rnd, FILE *dst,
161 ret = fread(buffer + offs, 1, cnt, rnd);
162 if (!ret && !feof(rnd)) {
203 ret = fread(buffer + cnt, 1, pad, rnd);
204 if (!ret && !feof(rnd)) {
242 FILE *src, *dst, *rnd; local
272 rnd = fopen("/dev/urandom", "r");
273 if (!rnd) {
281 ret = write_page(info, buffer, src, rnd, dst, bch, page++);
113 write_page(const struct image_info *info, uint8_t *buffer, FILE *src, FILE *rnd, FILE *dst, struct bch_control *bch, int page) argument
/u-boot/drivers/rng/
H A Dsmccc_trng.c57 static size_t smc32_copy_sample(u8 **ptr, size_t size, ulong *rnd) argument
60 u32 sample = *rnd;
68 static size_t smc64_copy_sample(u8 **ptr, size_t size, ulong *rnd) argument
71 u64 sample = *rnd;
88 size_t (*copy_sample)(u8 **ptr, size_t size, ulong *rnd);
/u-boot/arch/mips/mach-octeon/include/mach/
H A Dcvmx-pow-defs.h667 u64 rnd : 8; member in struct:cvmx_pow_qos_rndx::cvmx_pow_qos_rndx_s
H A Dcvmx-sso-defs.h1231 u64 rnd : 16; member in struct:cvmx_sso_gwe_random::cvmx_sso_gwe_random_s
/u-boot/common/
H A Dcli_hush_upstream.c368 # define CLEAR_RANDOM_T(rnd) ((void)0)

Completed in 139 milliseconds