Home
last modified time | relevance | path

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

/onnv-gate/usr/src/lib/libkmsagent/common/
H A DKMSAgent.cpp1355 struct KMS_Agent::KMS_Agent__ListKeyGroupsResponse oResponse; in KMSAgent_ListKeyGroups() local
1390 oResponse) == SOAP_OK; in KMSAgent_ListKeyGroups()
1421 bIsLastPage = oResponse.LastPage; in KMSAgent_ListKeyGroups()
1423 *o_ppKeyGroups = CopyKeyGroupsResponse(&oResponse.KeyGroups); in KMSAgent_ListKeyGroups()
1431 &oResponse.NextPageQueryParameters); in KMSAgent_ListKeyGroups()
1525 struct KMS_Agent::KMS_Agent__CreateKeyResponse oResponse; in KMSAgent_CreateKey() local
1608 … *(reinterpret_cast<struct KMS_Agent::KMS_Agent__CreateKey2Response *>(&oResponse))) == SOAP_OK; in KMSAgent_CreateKey()
1619 oResponse) == SOAP_OK; in KMSAgent_CreateKey()
1651 oResponse.Key.KeyID, in KMSAgent_CreateKey()
1652 sizeof (oResponse.Key.KeyID)); in KMSAgent_CreateKey()
[all …]
H A DKMSAgentLoadBalancer.cpp900 struct KMS_Agent::KMS_Agent__GetAgentKWKPublicKeyResponse oResponse; in GetKWKWrappingKey() local
908 oResponse) == SOAP_OK; in GetKWKWrappingKey()
927 if (oResponse.KWKPublicKey.__ptr == NULL in GetKWKWrappingKey()
928 || oResponse.KWKPublicKey.__size < 1) in GetKWKWrappingKey()
942 bSuccess = o_opPublicKEK->Load(oResponse.KWKPublicKey.__ptr, in GetKWKWrappingKey()
943 oResponse.KWKPublicKey.__size, PKI_FORMAT); in GetKWKWrappingKey()
997 struct KMS_Agent::KMS_Agent__RegisterAgentKWKResponse oResponse; in RegisterKWK() local
1001 i_sURL, NULL, oKWK, oResponse) == SOAP_OK; in RegisterKWK()
1006 if (oResponse.AgentKWKID && in RegisterKWK()
1007 strlen(oResponse.AgentKWKID) == 2 * KMS_KWK_KEY_ID_SIZE) in RegisterKWK()
[all …]