Searched refs:hmacstr (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/bin/dig/include/dig/
H A Ddig.h358 parse_hmac(const char *hmacstr);
/bind-9.11.3/bin/nsupdate/
H A Dnsupdate.c455 parse_hmac(dns_name_t **hmac, const char *hmacstr, size_t len, argument
463 REQUIRE(hmacstr != NULL);
466 error("unknown key type '%.*s'", (int)(len), hmacstr);
471 strlcpy(buf, hmacstr, ISC_MIN(len + 1, sizeof(buf)));

Completed in 30 milliseconds