OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:secret_hex
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/nsd/dist/
remote.c
2522
char
secret_hex
[NSD_COOKIE_SECRET_SIZE * 2 + 1];
local
2541
secret_hex
, sizeof(
secret_hex
));
2544
secret_hex
[NSD_COOKIE_SECRET_SIZE * 2] = '\0';
2545
fprintf(f, "%s\n",
secret_hex
);
2547
explicit_bzero(
secret_hex
, sizeof(
secret_hex
));
2663
char
secret_hex
[NSD_COOKIE_SECRET_SIZE * 2 + 1];
local
2691
secret_hex
, sizeof(
secret_hex
));
[
all
...]
/src/external/bsd/unbound/dist/daemon/
remote.c
3667
char
secret_hex
[UNBOUND_COOKIE_SECRET_SIZE * 2 + 1];
local
3692
UNBOUND_COOKIE_SECRET_SIZE,
secret_hex
,
3693
sizeof(
secret_hex
));
3696
secret_hex
[UNBOUND_COOKIE_SECRET_SIZE * 2] = '\0';
3697
fprintf(f, "%s\n",
secret_hex
);
3699
explicit_bzero(
secret_hex
, sizeof(
secret_hex
));
3838
char
secret_hex
[UNBOUND_COOKIE_SECRET_SIZE * 2 + 1];
local
3848
UNBOUND_COOKIE_SECRET_SIZE,
secret_hex
,
3849
sizeof(
secret_hex
));
[
all
...]
Completed in 37 milliseconds
Indexes created Sun Apr 19 00:22:55 UTC 2026