Home
last modified time | relevance | path

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

/onnv-gate/usr/src/lib/libkmsagent/common/SOAP/
H A DKMS_AgentStub.h261 …struct KMS_Agent__DataUnit DataUnit; /* SOAP 1.2 RPC return element (when namespace qualified) */ … member
283 …struct KMS_Agent__DataUnit DataUnit; /* SOAP 1.2 RPC return element (when namespace qualified) */ … member
306 …struct KMS_Agent__DataUnit DataUnit; /* SOAP 1.2 RPC return element (when namespace qualified) */ … member
338 struct KMS_Agent__DataUnit DataUnit; /* required element of type KMS-Agent:DataUnit */ member
358 struct KMS_Agent__DataUnit DataUnit; /* required element of type KMS-Agent:DataUnit */ member
379 struct KMS_Agent__DataUnit DataUnit; /* required element of type KMS-Agent:DataUnit */ member
402 struct KMS_Agent__DataUnit DataUnit; /* required element of type KMS-Agent:DataUnit */ member
424 struct KMS_Agent__DataUnit DataUnit; /* required element of type KMS-Agent:DataUnit */ member
447 struct KMS_Agent__DataUnit DataUnit; /* required element of type KMS-Agent:DataUnit */ member
471 struct KMS_Agent__DataUnit DataUnit; /* required element of type KMS-Agent:DataUnit */ member
[all …]
H A DKMS_AgentClient.cpp243 …har *soap_endpoint, const char *soap_action, struct KMS_Agent__DataUnit DataUnit, struct KMS_Agent… in soap_call_KMS_Agent__DisassociateDataUnitKeys() argument
245 soap_tmp_KMS_Agent__DisassociateDataUnitKeys.DataUnit = DataUnit; in soap_call_KMS_Agent__DisassociateDataUnitKeys()
291 …har *soap_endpoint, const char *soap_action, struct KMS_Agent__DataUnit DataUnit, char *KeyGroupID… in soap_call_KMS_Agent__CreateKey() argument
293 soap_tmp_KMS_Agent__CreateKey.DataUnit = DataUnit; in soap_call_KMS_Agent__CreateKey()
340 …har *soap_endpoint, const char *soap_action, struct KMS_Agent__DataUnit DataUnit, char *KeyGroupID… in soap_call_KMS_Agent__CreateKey2() argument
342 soap_tmp_KMS_Agent__CreateKey2.DataUnit = DataUnit; in soap_call_KMS_Agent__CreateKey2()
390 …point, const char *soap_action, char *KeyID, struct KMS_Agent__DataUnit DataUnit, char *KeyGroupID… in soap_call_KMS_Agent__RetrieveKey() argument
393 soap_tmp_KMS_Agent__RetrieveKey.DataUnit = DataUnit; in soap_call_KMS_Agent__RetrieveKey()
440 …point, const char *soap_action, char *KeyID, struct KMS_Agent__DataUnit DataUnit, char *KeyGroupID… in soap_call_KMS_Agent__RetrieveKey2() argument
443 soap_tmp_KMS_Agent__RetrieveKey2.DataUnit = DataUnit; in soap_call_KMS_Agent__RetrieveKey2()
[all …]
H A DKMS_AgentC.cpp3761 soap_default_KMS_Agent__DataUnit(soap, &a->DataUnit); in soap_default_KMS_Agent__RetrieveProtectAndProcessKey2()
3769 soap_serialize_KMS_Agent__DataUnit(soap, &a->DataUnit); in soap_serialize_KMS_Agent__RetrieveProtectAndProcessKey2()
3778 if (soap_out_KMS_Agent__DataUnit(soap, "DataUnit", -1, &a->DataUnit, "KMS-Agent:DataUnit")) in soap_out_KMS_Agent__RetrieveProtectAndProcessKey2()
3803 if (soap_in_KMS_Agent__DataUnit(soap, "DataUnit", &a->DataUnit, "KMS-Agent:DataUnit")) in soap_in_KMS_Agent__RetrieveProtectAndProcessKey2()
4000 soap_default_KMS_Agent__DataUnit(soap, &a->DataUnit); in soap_default_KMS_Agent__RetrieveProtectAndProcessKey()
4007 soap_serialize_KMS_Agent__DataUnit(soap, &a->DataUnit); in soap_serialize_KMS_Agent__RetrieveProtectAndProcessKey()
4015 if (soap_out_KMS_Agent__DataUnit(soap, "DataUnit", -1, &a->DataUnit, "KMS-Agent:DataUnit")) in soap_out_KMS_Agent__RetrieveProtectAndProcessKey()
4037 if (soap_in_KMS_Agent__DataUnit(soap, "DataUnit", &a->DataUnit, "KMS-Agent:DataUnit")) in soap_in_KMS_Agent__RetrieveProtectAndProcessKey()
4229 soap_default_KMS_Agent__DataUnit(soap, &a->DataUnit); in soap_default_KMS_Agent__RetrieveDataUnitKeys2()
4239 soap_serialize_KMS_Agent__DataUnit(soap, &a->DataUnit); in soap_serialize_KMS_Agent__RetrieveDataUnitKeys2()
[all …]
/onnv-gate/usr/src/lib/libkmsagent/common/
H A DKMSAgent.cpp2004 oResponse.DataUnit.DataUnitID, o_pDataUnit->m_acDataUnitID); in KMSAgent_CreateDataUnit()
2021 oResponse.DataUnit.ExternalUniqueID, o_pDataUnit->m_acExternalUniqueID); in KMSAgent_CreateDataUnit()
2023 if (strlen(oResponse.DataUnit.ExternalTag) > KMS_MAX_EXTERNAL_TAG) in KMSAgent_CreateDataUnit()
2035 oResponse.DataUnit.ExternalTag, in KMSAgent_CreateDataUnit()
2040 if (strlen(oResponse.DataUnit.Description) > KMS_MAX_DESCRIPTION) in KMSAgent_CreateDataUnit()
2052 oResponse.DataUnit.Description); in KMSAgent_CreateDataUnit()
2056 (KMS_AGENT_DATA_UNIT_STATE) oResponse.DataUnit.DataUnitState; in KMSAgent_CreateDataUnit()
2753 oResponse.DataUnit.DataUnitID, o_pDataUnit->m_acDataUnitID); in KMSAgent_RetrieveDataUnit()
2756 oResponse.DataUnit.ExternalUniqueID, o_pDataUnit->m_acExternalUniqueID); in KMSAgent_RetrieveDataUnit()
2758 if (strlen(oResponse.DataUnit.ExternalTag) > KMS_MAX_EXTERNAL_TAG) in KMSAgent_RetrieveDataUnit()
[all …]