Symbol: UNBOUND_COOKIE_SECRET_SIZE
sbin/unwind/libunbound/util/edns.c
245
char secret[UNBOUND_COOKIE_SECRET_SIZE * 2 + 2/*'\n' and '\0'*/];
sbin/unwind/libunbound/util/edns.c
271
if( secret_len != UNBOUND_COOKIE_SECRET_SIZE * 2 ) { corrupt++; break; }
sbin/unwind/libunbound/util/edns.c
275
UNBOUND_COOKIE_SECRET_SIZE);
sbin/unwind/libunbound/util/edns.c
276
if( decoded_len != UNBOUND_COOKIE_SECRET_SIZE ) { corrupt++; break; }
sbin/unwind/libunbound/util/edns.c
317
UNBOUND_COOKIE_SECRET_SIZE, v4, hash_input, now);
sbin/unwind/libunbound/util/edns.c
337
log_assert(secret_len == UNBOUND_COOKIE_SECRET_SIZE);
sbin/unwind/libunbound/util/edns.c
349
, secret, UNBOUND_COOKIE_SECRET_SIZE);
sbin/unwind/libunbound/util/edns.c
351
explicit_bzero(secret, UNBOUND_COOKIE_SECRET_SIZE);
sbin/unwind/libunbound/util/edns.c
359
, secret, UNBOUND_COOKIE_SECRET_SIZE);
sbin/unwind/libunbound/util/edns.c
362
explicit_bzero(secret, UNBOUND_COOKIE_SECRET_SIZE);
sbin/unwind/libunbound/util/edns.c
367
uint8_t active_secret[UNBOUND_COOKIE_SECRET_SIZE];
sbin/unwind/libunbound/util/edns.c
379
, UNBOUND_COOKIE_SECRET_SIZE);
sbin/unwind/libunbound/util/edns.c
383
, active_secret, UNBOUND_COOKIE_SECRET_SIZE);
sbin/unwind/libunbound/util/edns.c
384
explicit_bzero(active_secret, UNBOUND_COOKIE_SECRET_SIZE);
sbin/unwind/libunbound/util/edns.c
396
, UNBOUND_COOKIE_SECRET_SIZE);
sbin/unwind/libunbound/util/edns.h
85
uint8_t cookie_secret[UNBOUND_COOKIE_SECRET_SIZE];
usr.sbin/unbound/daemon/remote.c
3667
char secret_hex[UNBOUND_COOKIE_SECRET_SIZE * 2 + 1];
usr.sbin/unbound/daemon/remote.c
3692
UNBOUND_COOKIE_SECRET_SIZE, secret_hex,
usr.sbin/unbound/daemon/remote.c
3695
log_assert( len == UNBOUND_COOKIE_SECRET_SIZE * 2 );
usr.sbin/unbound/daemon/remote.c
3696
secret_hex[UNBOUND_COOKIE_SECRET_SIZE * 2] = '\0';
usr.sbin/unbound/daemon/remote.c
3777
uint8_t secret[UNBOUND_COOKIE_SECRET_SIZE];
usr.sbin/unbound/daemon/remote.c
3807
if(hex_pton(arg, secret, UNBOUND_COOKIE_SECRET_SIZE) !=
usr.sbin/unbound/daemon/remote.c
3808
UNBOUND_COOKIE_SECRET_SIZE ) {
usr.sbin/unbound/daemon/remote.c
3810
explicit_bzero(secret, UNBOUND_COOKIE_SECRET_SIZE);
usr.sbin/unbound/daemon/remote.c
3819
explicit_bzero(secret, UNBOUND_COOKIE_SECRET_SIZE);
usr.sbin/unbound/daemon/remote.c
3825
add_cookie_secret(cookie_secrets, secret, UNBOUND_COOKIE_SECRET_SIZE);
usr.sbin/unbound/daemon/remote.c
3826
explicit_bzero(secret, UNBOUND_COOKIE_SECRET_SIZE);
usr.sbin/unbound/daemon/remote.c
3838
char secret_hex[UNBOUND_COOKIE_SECRET_SIZE * 2 + 1];
usr.sbin/unbound/daemon/remote.c
3848
UNBOUND_COOKIE_SECRET_SIZE, secret_hex,
usr.sbin/unbound/daemon/remote.c
3851
log_assert( len == UNBOUND_COOKIE_SECRET_SIZE * 2 );
usr.sbin/unbound/daemon/remote.c
3852
secret_hex[UNBOUND_COOKIE_SECRET_SIZE * 2] = '\0';
usr.sbin/unbound/util/edns.c
245
char secret[UNBOUND_COOKIE_SECRET_SIZE * 2 + 2/*'\n' and '\0'*/];
usr.sbin/unbound/util/edns.c
271
if( secret_len != UNBOUND_COOKIE_SECRET_SIZE * 2 ) { corrupt++; break; }
usr.sbin/unbound/util/edns.c
275
UNBOUND_COOKIE_SECRET_SIZE);
usr.sbin/unbound/util/edns.c
276
if( decoded_len != UNBOUND_COOKIE_SECRET_SIZE ) { corrupt++; break; }
usr.sbin/unbound/util/edns.c
317
UNBOUND_COOKIE_SECRET_SIZE, v4, hash_input, now);
usr.sbin/unbound/util/edns.c
337
log_assert(secret_len == UNBOUND_COOKIE_SECRET_SIZE);
usr.sbin/unbound/util/edns.c
349
, secret, UNBOUND_COOKIE_SECRET_SIZE);
usr.sbin/unbound/util/edns.c
351
explicit_bzero(secret, UNBOUND_COOKIE_SECRET_SIZE);
usr.sbin/unbound/util/edns.c
359
, secret, UNBOUND_COOKIE_SECRET_SIZE);
usr.sbin/unbound/util/edns.c
362
explicit_bzero(secret, UNBOUND_COOKIE_SECRET_SIZE);
usr.sbin/unbound/util/edns.c
367
uint8_t active_secret[UNBOUND_COOKIE_SECRET_SIZE];
usr.sbin/unbound/util/edns.c
379
, UNBOUND_COOKIE_SECRET_SIZE);
usr.sbin/unbound/util/edns.c
383
, active_secret, UNBOUND_COOKIE_SECRET_SIZE);
usr.sbin/unbound/util/edns.c
384
explicit_bzero(active_secret, UNBOUND_COOKIE_SECRET_SIZE);
usr.sbin/unbound/util/edns.c
396
, UNBOUND_COOKIE_SECRET_SIZE);
usr.sbin/unbound/util/edns.h
85
uint8_t cookie_secret[UNBOUND_COOKIE_SECRET_SIZE];