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

/macosx-10.9.5/mDNSResponder-522.92.1/mDNSMacOSX/
H A DDNSSECSupport.c54 mDNSlocal void LinkTrustAnchor(mDNS *const m, TrustAnchor *ta)
59 TrustAnchor **t = &m->TrustAnchors;
78 TrustAnchor **ta = &m->TrustAnchors;
79 TrustAnchor *tmp;
84 // First time, we won't find the TrustAnchor in the list as it has
100 TrustAnchor *ta, *tmp;
116 ta = (TrustAnchor *)mDNSPlatformMemAllocate(sizeof(TrustAnchor));
176 // <TrustAnchor> has two children: <Zone> and <KeyDigest>
181 mDNSlocal mDNSBool ParseElementChildren(xmlDocPtr tadoc, xmlNode *node, TrustAnchor *t
[all...]
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSCore/
H A Ddnssec.c3193 TrustAnchor *ta;
3241 TrustAnchor *ta;
3590 mDNSlocal TrustAnchor *FindTrustAnchor(mDNS *const m, const domainname *const name)
3592 TrustAnchor *ta;
3593 TrustAnchor *matchTA = mDNSNULL;
3594 TrustAnchor *rootTA = mDNSNULL;
3853 TrustAnchor *ta;
3900 LogDNSSEC("ProveInsecure: TrustAnchor NULL");
H A DmDNSEmbeddedAPI.h808 typedef struct TrustAnchor struct
810 struct TrustAnchor *next;
816 } TrustAnchor; typedef in typeref:struct:TrustAnchor
2448 TrustAnchor *TrustAnchors;
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSShared/
H A Duds_daemon.c5803 TrustAnchor *ta;

Completed in 214 milliseconds