OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AuthInfo
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/mDNSResponder/dist/mDNSCore/
uDNS.c
409
*p = info->next; // Cut DomainAuthInfo from list *before* scanning our question list updating
AuthInfo
pointers
411
if (q->
AuthInfo
== info)
413
q->
AuthInfo
= GetAuthInfoForName_direct(m, &q->qname);
414
debugf("GetAuthInfoForName_internal updated q->
AuthInfo
from %##s to %##s for %##s (%s)",
415
info->domain.c, q->
AuthInfo
? q->
AuthInfo
->domain.c : mDNSNULL, q->qname.c, DNSTypeName(q->qtype));
492
if (q->
AuthInfo
!= newinfo)
494
LogRedact(MDNS_LOG_CATEGORY_DEFAULT, MDNS_LOG_DEBUG, "Updating question's
AuthInfo
- "
495
"qname: " PRI_DM_NAME ", qtype: " PUB_DNS_TYPE ", old
AuthInfo
domain: " PRI_DM_NAME
496
", new
AuthInfo
domain: " PRI_DM_NAME, DM_NAME_PARAM(&q->qname), DNS_TYPE_PARAM(q->qtype)
[
all
...]
mDNSEmbeddedAPI.h
1954
DomainAuthInfo *
AuthInfo
; // Non-NULL if query is currently being done using Private DNS
3175
// Convert an arbitrary base64 encoded key key into an HMAC key (stored in
AuthInfo
struct)
3210
extern void DNSDigest_VerifyMessage_Verify(DNSMessage *msg, const mDNSu8 *end, const DomainAuthInfo *
authInfo
);
mDNS.c
13784
if (q->
AuthInfo
&& !question->
AuthInfo
) continue;
14977
question->
AuthInfo
= GetAuthInfoForQuestion(m, question);
15296
question->
AuthInfo
= question->DuplicateOf->
AuthInfo
;
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/
ntsecapi.d
709
PUCHAR
AuthInfo
;
Completed in 89 milliseconds
Indexes created Thu Jun 18 00:24:58 UTC 2026