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

  /src/external/mpl/bind/dist/lib/dns/
zone.c 23338 dns_rdata_cds_t structcds; local
23357 CHECK(dns_rdata_tostruct(&crdata, &structcds, NULL));
23362 switch (structcds.digest_type) {
23365 if (!logged_digest_type[structcds.digest_type])
23369 structcds.digest_type, algbuf,
23374 structcds.digest_type,
23376 logged_digest_type[structcds.digest_type] =
23382 if (algorithms[structcds.algorithm] == 0) {
23383 algorithms[structcds.algorithm] = expected;
23397 structcds.algorithm
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/dns/
zone.c 22135 dns_rdata_cds_t structcds; local
22155 CHECK(dns_rdata_tostruct(&crdata, &structcds, NULL));
22156 if (algorithms[structcds.algorithm] == 0) {
22157 algorithms[structcds.algorithm] = expected;
22171 structcds.algorithm)
22173 algorithms[structcds.algorithm] = found;

Completed in 49 milliseconds