Home | History | Annotate | Download | only in mDNSWindows

Lines Matching refs:outDomain

4750 	char					outDomain[ 256 ];
4759 if ( LsaGetSecret( domainUTF8, outDomain, sizeof( outDomain ), outKey, sizeof( outKey ), outSecret, sizeof( outSecret ) ) )
4766 MakeDomainNameFromDNSNameString( &domain, outDomain );
4783 debugf("Setting shared secret for zone %s with key %##s", outDomain, key.c);