OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:randbytes
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/compat/linux32/arch/aarch64/
linux32_exec.h
43
uint32_t
randbytes
[4];
member in struct:linux32_extra_stack_data
/src/sys/compat/linux32/arch/amd64/
linux32_exec.h
70
uint32_t
randbytes
[4];
member in struct:linux32_extra_stack_data
/src/sys/compat/linux/arch/amd64/
linux_exec.h
58
uint32_t
randbytes
[4];
member in struct:linux_extra_stack_data64
/src/sys/compat/linux/common/
linux_exec_elf32.c
490
uint32_t
randbytes
[4];
local
573
randbytes
[0] = cprng_strong32();
574
randbytes
[1] = cprng_strong32();
575
randbytes
[2] = cprng_strong32();
576
randbytes
[3] = cprng_strong32();
578
len = sizeof(
randbytes
);
579
if ((error = copyout(
randbytes
, *stackp, len)) != 0)
/src/external/gpl2/xcvs/dist/src/
main.c
831
size_t
randbytes
= RANDOM_BYTES;
local
844
randbytes
= COMMITID_RAW_SIZE;
849
len = read (fd, startrand,
randbytes
);
Completed in 25 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026