Lines Matching defs:DomainAuthInfo
1825 typedef struct DomainAuthInfo
1827 struct DomainAuthInfo *next;
1828 mDNSs32 deltime; // If we're planning to delete this DomainAuthInfo, the time we want it deleted
1844 } DomainAuthInfo;
1915 DomainAuthInfo *AuthInfo; // Non-NULL if query is currently being done using Private DNS
2388 DomainAuthInfo *AuthInfoList; // list of domains requiring authentication for updates
2395 NATTraversalInfo AutoTunnelNAT; // Shared between all AutoTunnel DomainAuthInfo structs
2683 extern DomainAuthInfo *GetAuthInfoForName(mDNS *m, const domainname *const name);
2983 extern mStatus mDNS_SetSecretForDomain(mDNS *m, DomainAuthInfo *info,
3023 extern mDNSs32 DNSDigest_ConstructHMACKeyfromBase64(DomainAuthInfo *info, const char *b64key);
3029 extern void DNSDigest_SignMessage(DNSMessage *msg, mDNSu8 **end, DomainAuthInfo *info, mDNSu16 tcode);
3045 extern mDNSBool DNSDigest_VerifyMessage(DNSMessage *msg, mDNSu8 *end, LargeCacheRecord *tsig, DomainAuthInfo *info, mDNSu16 *rcode, mDNSu16 *tcode);
3320 extern void StartServerTunnel(mDNS *const m, DomainAuthInfo *const info);
3576 char sizecheck_DomainAuthInfo [(sizeof(DomainAuthInfo) <= 7888) ? 1 : -1];