Home
last modified time | relevance | path

Searched refs:secret_hex (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/unbound/daemon/
H A Dremote.c3217 char secret_hex[UNBOUND_COOKIE_SECRET_SIZE * 2 + 1]; in cookie_secret_file_dump() local
3242 UNBOUND_COOKIE_SECRET_SIZE, secret_hex, in cookie_secret_file_dump()
3243 sizeof(secret_hex)); in cookie_secret_file_dump()
3246 secret_hex[UNBOUND_COOKIE_SECRET_SIZE * 2] = '\0'; in cookie_secret_file_dump()
3247 fprintf(f, "%s\n", secret_hex); in cookie_secret_file_dump()
3249 explicit_bzero(secret_hex, sizeof(secret_hex)); in cookie_secret_file_dump()
3388 char secret_hex[UNBOUND_COOKIE_SECRET_SIZE * 2 + 1]; in do_print_cookie_secrets() local
3398 UNBOUND_COOKIE_SECRET_SIZE, secret_hex, in do_print_cookie_secrets()
3399 sizeof(secret_hex)); in do_print_cookie_secrets()
3402 secret_hex[UNBOUND_COOKIE_SECRET_SIZE * 2] = '\0'; in do_print_cookie_secrets()
[all …]