HomeSort by: relevance | last modified time | path
    Searched defs:algorithmstr (Results 1 - 3 of 3) sorted by relevancy

  /src/external/mpl/bind/dist/bin/rndc/
rndc.c 566 const char *algorithmstr; local
683 algorithmstr = cfg_obj_asstring(algorithmobj);
685 if (strcasecmp(algorithmstr, "hmac-md5") == 0) {
687 } else if (strcasecmp(algorithmstr, "hmac-sha1") == 0) {
689 } else if (strcasecmp(algorithmstr, "hmac-sha224") == 0) {
691 } else if (strcasecmp(algorithmstr, "hmac-sha256") == 0) {
693 } else if (strcasecmp(algorithmstr, "hmac-sha384") == 0) {
695 } else if (strcasecmp(algorithmstr, "hmac-sha512") == 0) {
698 fatal("unsupported algorithm: %s", algorithmstr);
  /src/external/mpl/dhcp/bind/dist/lib/dns/
tsig.c 504 char algorithmstr[1024]; local
515 creatorstr, &inception, &expire, algorithmstr, keystr);
544 isc_buffer_init(&b, algorithmstr, strlen(algorithmstr));
545 isc_buffer_add(&b, strlen(algorithmstr));
578 char algorithmstr[DNS_NAME_FORMATSIZE]; local
586 dns_name_format(tkey->algorithm, algorithmstr, sizeof(algorithmstr));
590 tkey->inception, tkey->expire, algorithmstr, length,
  /src/external/mpl/bind/dist/lib/dns/
tsig.c 330 char algorithmstr[1024]; local
342 creatorstr, &inception, &expire, algorithmstr, keystr);
371 isc_buffer_init(&b, algorithmstr, strlen(algorithmstr));
372 isc_buffer_add(&b, strlen(algorithmstr));
409 char algorithmstr[DNS_NAME_FORMATSIZE]; local
417 dns_name_format(dns_tsigkey_algorithm(tkey), algorithmstr, local
418 sizeof(algorithmstr));
422 tkey->inception, tkey->expire, algorithmstr, length,

Completed in 17 milliseconds