OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cprng_strong
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/kern/
subr_cprng.c
33
*
cprng_strong
37
* is slightly different from the old
cprng_strong
API, but the
73
* struct
cprng_strong
75
struct
cprng_strong
{
struct
83
* Per-CPU state for a
cprng_strong
. The DRBG and evcnt are
101
struct
cprng_strong
*kern_cprng __read_mostly; /* IPL_SOFTSERIAL */
102
struct
cprng_strong
*user_cprng __read_mostly; /* IPL_NONE */
146
cprng_strong
(user_cprng, &v, sizeof v, 0);
178
cprng_strong
(user_cprng, buf, *oldlenp, 0);
190
struct
cprng_strong
*
299
cprng_strong
(struct
cprng_strong
*cprng, void *buf, size_t len, int flags)
function
[
all
...]
Completed in 13 milliseconds
Indexes created Sun May 17 00:24:36 UTC 2026