Home
last modified time | relevance | path

Searched refs:outDomain (Results 1 – 5 of 5) sorted by relevance

/external/mdnsresponder/mDNSWindows/
DSecret.c38 LsaGetSecret( const char * inDomain, char * outDomain, unsigned outDomainSize, char * outKey, unsig… in LsaGetSecret() argument
51 check( outDomain ); in LsaGetSecret()
64 err = strcpy_s( outDomain, outDomainSize - 2, inDomain ); in LsaGetSecret()
70 if ( outDomain[ dlen - 1 ] != '.' ) in LsaGetSecret()
72 outDomain[ dlen++ ] = '.'; in LsaGetSecret()
73 outDomain[ dlen ] = '\0'; in LsaGetSecret()
80 outDomain[i] = (char) tolower( outDomain[i] ); // canonicalize -> lower case in LsaGetSecret()
97 err = MakeLsaStringFromUTF8String( domainLSA, outDomain ); in LsaGetSecret()
DSecret.h30 LsaGetSecret( const char * inDomain, char * outDomain, unsigned outDomainLength, char * outKey, uns…
DmDNSWin32.c4750 char outDomain[ 256 ]; in SetDomainSecret() local
4759 …if ( LsaGetSecret( domainUTF8, outDomain, sizeof( outDomain ), outKey, sizeof( outKey ), outSecret… in SetDomainSecret()
4766 MakeDomainNameFromDNSNameString( &domain, outDomain ); in SetDomainSecret()
4783 debugf("Setting shared secret for zone %s with key %##s", outDomain, key.c); in SetDomainSecret()
/external/mdnsresponder/mDNSWindows/ControlPanel/
DSharedSecret.cpp81 char outDomain[ 256 ]; in BEGIN_MESSAGE_MAP() local
87 …if ( LsaGetSecret( zoneUTF8, outDomain, sizeof( outDomain ) / sizeof( TCHAR ), outKey, sizeof( out… in BEGIN_MESSAGE_MAP()
DRegistrationPage.cpp200 char outDomain[ 256 ]; in OnSetActive() local
211 …if ( LsaGetSecret( hostnameUTF8, outDomain, sizeof( outDomain ) / sizeof( TCHAR ), outUsername, si… in OnSetActive()