Home
last modified time | relevance | path

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

/external/mdnsresponder/mDNSWindows/ControlPanel/
DSharedSecret.cpp80 char zoneUTF8[ 256 ]; in BEGIN_MESSAGE_MAP() local
85 StringObjectToUTF8String( zone, zoneUTF8, sizeof( zoneUTF8 ) ); in BEGIN_MESSAGE_MAP()
87 …if ( LsaGetSecret( zoneUTF8, outDomain, sizeof( outDomain ) / sizeof( TCHAR ), outKey, sizeof( out… in BEGIN_MESSAGE_MAP()
106 char zoneUTF8[ 256 ]; in Commit() local
110 StringObjectToUTF8String( zone, zoneUTF8, sizeof( zoneUTF8 ) ); in Commit()
114 LsaSetSecret( zoneUTF8, keyUTF8, secretUTF8 ); in Commit()