OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UNBOUND_COOKIE_SECRET_SIZE
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/unbound/dist/util/
edns.c
245
char secret[
UNBOUND_COOKIE_SECRET_SIZE
* 2 + 2/*'\n' and '\0'*/];
271
if( secret_len !=
UNBOUND_COOKIE_SECRET_SIZE
* 2 ) { corrupt++; break; }
275
UNBOUND_COOKIE_SECRET_SIZE
);
276
if( decoded_len !=
UNBOUND_COOKIE_SECRET_SIZE
) { corrupt++; break; }
317
UNBOUND_COOKIE_SECRET_SIZE
, v4, hash_input, now);
337
log_assert(secret_len ==
UNBOUND_COOKIE_SECRET_SIZE
);
349
, secret,
UNBOUND_COOKIE_SECRET_SIZE
);
351
explicit_bzero(secret,
UNBOUND_COOKIE_SECRET_SIZE
);
359
, secret,
UNBOUND_COOKIE_SECRET_SIZE
);
362
explicit_bzero(secret,
UNBOUND_COOKIE_SECRET_SIZE
);
[
all
...]
edns.h
80
#define
UNBOUND_COOKIE_SECRET_SIZE
16
85
uint8_t cookie_secret[
UNBOUND_COOKIE_SECRET_SIZE
];
/src/external/bsd/unbound/dist/daemon/
remote.c
3691
char secret_hex[
UNBOUND_COOKIE_SECRET_SIZE
* 2 + 1];
3716
UNBOUND_COOKIE_SECRET_SIZE
, secret_hex,
3719
log_assert( len ==
UNBOUND_COOKIE_SECRET_SIZE
* 2 );
3720
secret_hex[
UNBOUND_COOKIE_SECRET_SIZE
* 2] = '\0';
3801
uint8_t secret[
UNBOUND_COOKIE_SECRET_SIZE
];
3831
if(hex_pton(arg, secret,
UNBOUND_COOKIE_SECRET_SIZE
) !=
3832
UNBOUND_COOKIE_SECRET_SIZE
) {
3834
explicit_bzero(secret,
UNBOUND_COOKIE_SECRET_SIZE
);
3843
explicit_bzero(secret,
UNBOUND_COOKIE_SECRET_SIZE
);
3849
add_cookie_secret(cookie_secrets, secret,
UNBOUND_COOKIE_SECRET_SIZE
);
[
all
...]
Completed in 21 milliseconds
Indexes created Fri Jun 19 00:25:02 UTC 2026