Lines Matching refs:io_pProfile

473    KMSClientProfile* const io_pProfile,  in CreateProfile()  argument
477 FATAL_ASSERT( io_pProfile ); in CreateProfile()
489 CAutoMutex oAutoMutex( (K_MUTEX_HANDLE)io_pProfile->m_pLock ); in CreateProfile()
507 bSuccess = StoreConfig( io_pProfile ); in CreateProfile()
735 KMSClientProfile* const io_pProfile ) in GetConfig() argument
737 FATAL_ASSERT( io_pProfile ); in GetConfig()
742 io_pProfile->m_wsProfileName ); in GetConfig()
750 return Profile_ReadConfigFile( io_pProfile, sConfigFile ); in GetConfig()
757 KMSClientProfile* const io_pProfile, in GetCluster() argument
761 FATAL_ASSERT( io_pProfile ); in GetCluster()
771 io_pProfile->m_wsProfileName ); in GetCluster()
801 LogError(io_pProfile, in GetCluster()
821 io_pProfile->m_aCluster[i].m_sKMAVersion[0] = '\0'; in GetCluster()
879 LogError(io_pProfile, in GetCluster()
890 strncpy(io_pProfile->m_wsEntitySiteID, wsValue, KMS_MAX_ENTITY_SITE_ID); in GetCluster()
891 io_pProfile->m_wsEntitySiteID[KMS_MAX_ENTITY_SITE_ID] = 0; in GetCluster()
899 &(io_pProfile->m_aCluster[iClusterNum].m_lApplianceID)); in GetCluster()
902 &(io_pProfile->m_aCluster[iClusterNum].m_lApplianceID)); in GetCluster()
908 &(io_pProfile->m_aCluster[iClusterNum].m_iEnabled)); in GetCluster()
912 io_pProfile->m_aCluster[iClusterNum]. in GetCluster()
918 &(io_pProfile->m_aCluster[iClusterNum].m_lLoad)); in GetCluster()
923 strncpy(io_pProfile->m_aCluster[iClusterNum].m_wsApplianceAlias, in GetCluster()
926 io_pProfile->m_aCluster[iClusterNum]. in GetCluster()
933 strncpy(io_pProfile->m_aCluster[iClusterNum]. in GetCluster()
937 io_pProfile->m_aCluster[iClusterNum]. in GetCluster()
943 strncpy(io_pProfile->m_aCluster[iClusterNum].m_wsApplianceSiteID, in GetCluster()
946 io_pProfile->m_aCluster[iClusterNum]. in GetCluster()
952 strncpy(io_pProfile->m_aCluster[iClusterNum].m_sKMAVersion, in GetCluster()
955 io_pProfile->m_aCluster[iClusterNum]. in GetCluster()
961 &(io_pProfile->m_aCluster[iClusterNum].m_iKMALocked)); in GetCluster()
964 io_pProfile->m_iClusterNum = iClusterNum; in GetCluster()
977 bool DeleteCluster( KMSClientProfile* const io_pProfile ) in DeleteCluster() argument
979 FATAL_ASSERT( io_pProfile ); in DeleteCluster()
980 FATAL_ASSERT( io_pProfile->m_wsProfileName ); in DeleteCluster()
992 io_pProfile->m_wsProfileName ); in DeleteCluster()
1117 KMSClientProfile* const io_pProfile, in StorePKIcerts() argument
1123 FATAL_ASSERT( io_pProfile ); in StorePKIcerts()
1128 bSuccess = StoreCACertificate( io_pProfile, i_pCACertificate ); in StorePKIcerts()
1132 bSuccess = StoreAgentPKI( io_pProfile, in StorePKIcerts()
1140 io_pProfile->m_iEnrolled = TRUE; in StorePKIcerts()
1177 KMSClientProfile* const io_pProfile, in GetPKCS12CertAndKey() argument
1187 g_sWorkingDirectory, io_pProfile->m_wsProfileName ); in GetPKCS12CertAndKey()
1197 io_pProfile->m_iLastErrorCode = KMS_AGENT_LOCAL_AUTH_FAILURE; in GetPKCS12CertAndKey()
1242 void CleanupPrivateKeyFile(KMSClientProfile* const io_pProfile) in CleanupPrivateKeyFile() argument
1248 io_pProfile->m_wsProfileName ); in CleanupPrivateKeyFile()
1264 KMSClientProfile* const io_pProfile ) in GetPKIcerts() argument
1266 FATAL_ASSERT( io_pProfile ); in GetPKIcerts()
1281 io_pProfile->m_iEnrolled = FALSE; in GetPKIcerts()
1284 g_sWorkingDirectory, io_pProfile->m_wsProfileName ); in GetPKIcerts()
1297 LogError(io_pProfile, in GetPKIcerts()
1314 LogError(io_pProfile, in GetPKIcerts()
1335 LogError(io_pProfile, in GetPKIcerts()
1352 LogError(io_pProfile, in GetPKIcerts()
1361 io_pProfile->m_iEnrolled = TRUE; in GetPKIcerts()