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

/bind-9.6-ESV-R11/bin/nsupdate/
H A Dnsupdate.c416 parse_hmac(dns_name_t **hmac, const char *hmacstr, size_t len) { argument
422 REQUIRE(hmacstr != NULL);
425 fatal("unknown key type '%.*s'", (int)(len), hmacstr);
427 strncpy(buf, hmacstr, len);

Completed in 15 milliseconds