Home
last modified time | relevance | path

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

/onnv-gate/usr/src/lib/libkmsagent/common/
H A DKMSClientProfile.h369 char m_sHexHashedPassphrase[2*KMS_MAX_HASH_SIZE+1]; member
H A DKMSAgentStorage.cpp240 …zeof(i_pProfile->m_wsProfileName), "HexHashedPassphrase=%s\n", i_pProfile->m_sHexHashedPassphrase); in Profile_WriteConfigFile()
405 sscanf(pValue, "%s", i_pProfile->m_sHexHashedPassphrase); in Profile_ReadConfigFile()
1526 i_pProfile->m_sHexHashedPassphrase, // password in K_soap_ssl_client_context()
1539 i_pProfile->m_sHexHashedPassphrase, // password in K_soap_ssl_client_context()
H A DKMSClientProfile.cpp1262 strncpy(io_pProfile->m_sHexHashedPassphrase, in EnrollAgent()
1265 io_pProfile->m_sHexHashedPassphrase[2*KMS_MAX_HASH_SIZE] = 0; in EnrollAgent()
1457 (!io_pProfile->m_sHexHashedPassphrase || in KMSClient_LoadProfile()