Searched refs:hex_pton (Results 1 – 4 of 4) sorted by relevance
601 ssize_t hex_pton(const char* src, uint8_t* target, size_t targsize);
277 /* 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,
2030 hex_pton(const char* src, uint8_t* target, size_t targsize) in hex_pton() function
3807 if(hex_pton(arg, secret, UNBOUND_COOKIE_SECRET_SIZE) != in do_add_cookie_secret()