Searched defs:DomainAuthInfo (Results 1 - 1 of 1) sorted by relevance

/external/mdnsresponder/mDNSCore/
H A DmDNSEmbeddedAPI.h1475 typedef struct DomainAuthInfo struct
1477 struct DomainAuthInfo *next;
1478 mDNSs32 deltime; // If we're planning to delete this DomainAuthInfo, the time we want it deleted
1493 } DomainAuthInfo; typedef in typeref:struct:DomainAuthInfo
1522 DomainAuthInfo *AuthInfo; // Non-NULL if query is currently being done using Private DNS
1884 DomainAuthInfo *AuthInfoList; // list of domains requiring authentication for updates
2160 extern DomainAuthInfo *GetAuthInfoForName(mDNS *m, const domainname *const name);
2446 extern mStatus mDNS_SetSecretForDomain(mDNS *m, DomainAuthInfo *info,
2484 extern mDNSs32 DNSDigest_ConstructHMACKeyfromBase64(DomainAuthInfo *info, const char *b64key);
2490 extern void DNSDigest_SignMessage(DNSMessage *msg, mDNSu8 **end, DomainAuthInfo *inf
[all...]

Completed in 43 milliseconds