Searched refs:tmpPassphrase (Results 1 – 1 of 1) sorted by relevance
63 char tmpPassphrase[nn::dlp::MAX_CHILD_UDS_PASSPHRASE_LENGTH]; in DoParent() local69 nn::nstd::MemCpy(tmpPassphrase, passphrase, sizeof(tmpPassphrase)); in DoParent()70 tmpPassphrase[nn::dlp::MAX_CHILD_UDS_PASSPHRASE_LENGTH - 1] = '\0'; in DoParent()112 DLP_DEBUG_PRINT("Passphrase : %s \n", tmpPassphrase); in DoParent()113 …ds::CreateLocalCommunicationId(UNIQUE_ID_SAMPLEDEMOS_DLP), tmpPassphrase, strlen(tmpPassphrase))).… in DoParent()