OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:randbytes
(Results
1 - 8
of
8
) sorted by relevancy
/src/sys/compat/linux32/arch/aarch64/
linux32_exec.h
43
uint32_t
randbytes
[4];
member in struct:linux32_extra_stack_data
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
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
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 in function:ELFNAME2
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)
linux_exec_elf32.c
490
uint32_t
randbytes
[4];
local in function:ELFNAME2
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)
Completed in 164 milliseconds
Indexes created Mon Sep 29 03:10:08 GMT 2025