OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rs_buf
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/bsd/unbound/dist/compat/
arc4random.c
64
size_t rs_have; /* valid bytes at end of
rs_buf
*/
71
u_char
rs_buf
[RSBUFSZ]; /* keystream blocks */
member in struct:__anon8213
203
/* invalidate
rs_buf
*/
205
memset(rsx->
rs_buf
, 0, sizeof(rsx->
rs_buf
));
239
memset(rsx->
rs_buf
, 0, sizeof(rsx->
rs_buf
));
241
/* fill
rs_buf
with the keystream */
242
chacha_encrypt_bytes(&rsx->rs_chacha, rsx->
rs_buf
,
243
rsx->
rs_buf
, sizeof(rsx->rs_buf))
[
all
...]
Completed in 23 milliseconds
Indexes created Tue Mar 17 00:23:13 UTC 2026