HomeSort by relevance Sort by last modified time
    Searched refs:updateKeys (Results 1 - 3 of 3) sorted by null

  /external/mdnsresponder/mDNSShared/
dnsextd.h 45 DomainAuthInfo * updateKeys; // linked list of keys for signing deletion updates
dnsextd_parser.y 416 key = zone->updateKeys;
493 authInfo->next = zone->updateKeys;
494 zone->updateKeys = authInfo;
dnsextd.c 972 if ( zone->updateKeys )
974 DNSDigest_SignMessage( &pkt.msg, &ptr, zone->updateKeys, 0 );
1121 if ( zone->updateKeys )
    [all...]

Completed in 73 milliseconds