Home
last modified time | relevance | path

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

/external/mdnsresponder/mDNSWindows/
DSecret.h30 LsaGetSecret( const char * inDomain, char * outDomain, unsigned outDomainLength, char * outKey, uns…
DSecret.c38 LsaGetSecret( const char * inDomain, char * outDomain, unsigned outDomainSize, char * outKey, unsig… in LsaGetSecret() function
DmDNSWin32.c4759 …if ( LsaGetSecret( domainUTF8, outDomain, sizeof( outDomain ), outKey, sizeof( outKey ), outSecret… in SetDomainSecret()
/external/mdnsresponder/mDNSWindows/ControlPanel/
DSharedSecret.cpp87 …if ( LsaGetSecret( zoneUTF8, outDomain, sizeof( outDomain ) / sizeof( TCHAR ), outKey, sizeof( out… in BEGIN_MESSAGE_MAP()
DRegistrationPage.cpp211 …if ( LsaGetSecret( hostnameUTF8, outDomain, sizeof( outDomain ) / sizeof( TCHAR ), outUsername, si… in OnSetActive()