Searched refs:algorithmstr (Results 1 - 2 of 2) sorted by relevance
/bind-9.11.3/bin/rndc/ |
H A D | rndc.c | 531 const char *algorithmstr; local 635 algorithmstr = cfg_obj_asstring(algorithmobj); 638 if (strcasecmp(algorithmstr, "hmac-md5") == 0) 642 if (strcasecmp(algorithmstr, "hmac-sha1") == 0) 644 else if (strcasecmp(algorithmstr, "hmac-sha224") == 0) 646 else if (strcasecmp(algorithmstr, "hmac-sha256") == 0) 648 else if (strcasecmp(algorithmstr, "hmac-sha384") == 0) 650 else if (strcasecmp(algorithmstr, "hmac-sha512") == 0) 653 fatal("unsupported algorithm: %s", algorithmstr);
|
/bind-9.11.3/lib/dns/ |
H A D | tsig.c | 524 char algorithmstr[1024]; local 535 creatorstr, &inception, &expire, algorithmstr, keystr); 562 isc_buffer_init(&b, algorithmstr, strlen(algorithmstr)); 563 isc_buffer_add(&b, strlen(algorithmstr)); 592 char algorithmstr[DNS_NAME_FORMATSIZE]; local 600 dns_name_format(tkey->algorithm, algorithmstr, sizeof(algorithmstr)); 604 tkey->inception, tkey->expire, algorithmstr,
|
Completed in 1649 milliseconds