Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/util/
H A Dnet_help.h601 ssize_t hex_pton(const char* src, uint8_t* target, size_t targsize);
H A Dedns.c277 /* needed for `hex_pton`; stripping potential `\n` */ in cookie_secrets_apply_cfg()
279 decoded_len = hex_pton(secret, cookie_secrets->cookie_secrets[count].cookie_secret,
H A Dnet_help.c2030 hex_pton(const char* src, uint8_t* target, size_t targsize) in hex_pton() function
/freebsd/contrib/unbound/daemon/
H A Dremote.c3807 if(hex_pton(arg, secret, UNBOUND_COOKIE_SECRET_SIZE) != in do_add_cookie_secret()