HomeSort by relevance Sort by last modified time
    Searched refs:outDomain (Results 1 - 5 of 5) sorted by null

  /external/mdnsresponder/mDNSWindows/
Secret.h 30 LsaGetSecret( const char * inDomain, char * outDomain, unsigned outDomainLength, char * outKey, unsigned outKeyLength, char * outSecret, unsigned outSecretLength );
Secret.c 38 LsaGetSecret( const char * inDomain, char * outDomain, unsigned outDomainSize, char * outKey, unsigned outKeySize, char * outSecret, unsigned outSecretSize )
51 check( outDomain );
64 err = strcpy_s( outDomain, outDomainSize - 2, inDomain );
70 if ( outDomain[ dlen - 1 ] != '.' )
72 outDomain[ dlen++ ] = '.';
73 outDomain[ dlen ] = '\0';
80 outDomain[i] = (char) tolower( outDomain[i] ); // canonicalize -> lower case
97 err = MakeLsaStringFromUTF8String( domainLSA, outDomain );
mDNSWin32.c     [all...]
  /external/mdnsresponder/mDNSWindows/ControlPanel/
SharedSecret.cpp 81 char outDomain[ 256 ];
87 if ( LsaGetSecret( zoneUTF8, outDomain, sizeof( outDomain ) / sizeof( TCHAR ), outKey, sizeof( outKey ) / sizeof( TCHAR ), outSecret, sizeof( outSecret ) / sizeof( TCHAR ) ) )
RegistrationPage.cpp 200 char outDomain[ 256 ];
211 if ( LsaGetSecret( hostnameUTF8, outDomain, sizeof( outDomain ) / sizeof( TCHAR ), outUsername, sizeof( outUsername ) / sizeof( TCHAR ), outPassword, sizeof( outPassword ) / sizeof( TCHAR ) ) )

Completed in 115 milliseconds