Home
last modified time | relevance | path

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

/onnv-gate/usr/src/lib/libkmsagent/common/SOAP/
H A DKMS_AgentStub.h178 char *KeyGroupID; /* optional element of type xsd:string */
203 char *KeyGroupID; /* optional element of type xsd:string */ member
359 char *KeyGroupID; /* optional element of type xsd:string */ member
380 char *KeyGroupID; /* optional element of type xsd:string */ member
403 char *KeyGroupID; /* optional element of type xsd:string */ member
425 char *KeyGroupID; /* optional element of type xsd:string */ member
496 char *KeyGroupID; /* optional element of type xsd:string */ member
517 char *KeyGroupID; /* optional element of type xsd:string */ member
726 …nt__CreateKey(struct soap*, struct KMS_Agent__DataUnit DataUnit, char *KeyGroupID, struct KMS_Agen…
728 …t__CreateKey2(struct soap*, struct KMS_Agent__DataUnit DataUnit, char *KeyGroupID, char *AgentKWKI…
[all …]
H A DKMS_AgentClient.cpp291 …t, const char *soap_action, struct KMS_Agent__DataUnit DataUnit, char *KeyGroupID, struct KMS_Agen… in soap_call_KMS_Agent__CreateKey() argument
294 soap_tmp_KMS_Agent__CreateKey.KeyGroupID = KeyGroupID; in soap_call_KMS_Agent__CreateKey()
340 …t, const char *soap_action, struct KMS_Agent__DataUnit DataUnit, char *KeyGroupID, char *AgentKWKI… in soap_call_KMS_Agent__CreateKey2() argument
343 soap_tmp_KMS_Agent__CreateKey2.KeyGroupID = KeyGroupID; in soap_call_KMS_Agent__CreateKey2()
390 … *soap_action, char *KeyID, struct KMS_Agent__DataUnit DataUnit, char *KeyGroupID, struct KMS_Agen… in soap_call_KMS_Agent__RetrieveKey() argument
394 soap_tmp_KMS_Agent__RetrieveKey.KeyGroupID = KeyGroupID; in soap_call_KMS_Agent__RetrieveKey()
440 … *soap_action, char *KeyID, struct KMS_Agent__DataUnit DataUnit, char *KeyGroupID, char *AgentKWKI… in soap_call_KMS_Agent__RetrieveKey2() argument
444 soap_tmp_KMS_Agent__RetrieveKey2.KeyGroupID = KeyGroupID; in soap_call_KMS_Agent__RetrieveKey2()
594 …t, const char *soap_action, struct KMS_Agent__DataUnit DataUnit, char *KeyGroupID, struct KMS_Agen… in soap_call_KMS_Agent__RetrieveProtectAndProcessKey() argument
597 soap_tmp_KMS_Agent__RetrieveProtectAndProcessKey.KeyGroupID = KeyGroupID; in soap_call_KMS_Agent__RetrieveProtectAndProcessKey()
[all …]
H A DKMS_AgentC.cpp3762 soap_default_xsd__string(soap, &a->KeyGroupID); in soap_default_KMS_Agent__RetrieveProtectAndProcessKey2()
3770 soap_serialize_xsd__string(soap, &a->KeyGroupID); in soap_serialize_KMS_Agent__RetrieveProtectAndProcessKey2()
3780 if (soap_out_xsd__string(soap, "KeyGroupID", -1, &a->KeyGroupID, "xsd:string")) in soap_out_KMS_Agent__RetrieveProtectAndProcessKey2()
3808 if (soap_in_xsd__string(soap, "KeyGroupID", &a->KeyGroupID, "xsd:string")) in soap_in_KMS_Agent__RetrieveProtectAndProcessKey2()
4001 soap_default_xsd__string(soap, &a->KeyGroupID); in soap_default_KMS_Agent__RetrieveProtectAndProcessKey()
4008 soap_serialize_xsd__string(soap, &a->KeyGroupID); in soap_serialize_KMS_Agent__RetrieveProtectAndProcessKey()
4017 if (soap_out_xsd__string(soap, "KeyGroupID", -1, &a->KeyGroupID, "xsd:string")) in soap_out_KMS_Agent__RetrieveProtectAndProcessKey()
4042 if (soap_in_xsd__string(soap, "KeyGroupID", &a->KeyGroupID, "xsd:string")) in soap_in_KMS_Agent__RetrieveProtectAndProcessKey()
4751 soap_default_xsd__string(soap, &a->KeyGroupID); in soap_default_KMS_Agent__RetrieveKey2()
4760 soap_serialize_xsd__string(soap, &a->KeyGroupID); in soap_serialize_KMS_Agent__RetrieveKey2()
[all …]
/onnv-gate/usr/src/lib/libkmsagent/common/
H A DKMSAgent.cpp527 i_pKeyGroupsResponse->__ptr[i].KeyGroupID, in CopyKeyGroupsResponse()
642 i_pKeysResponse->__ptr[i].KeyGroupID, in CopyDataUnitKeysResponse()
1716 if (strlen(oResponse.Key.KeyGroupID) > KMS_MAX_KEY_GROUP_ID_SIZE) in KMSAgent_CreateKey()
1729 oResponse.Key.KeyGroupID, in KMSAgent_CreateKey()
2443 if (strlen(oResponse.Key.KeyGroupID) > KMS_MAX_KEY_GROUP_ID_SIZE) in KMSAgent_RetrieveKey()
2456 oResponse.Key.KeyGroupID, in KMSAgent_RetrieveKey()
3544 if (strlen(oResponse.Key.KeyGroupID) > KMS_MAX_KEY_GROUP_ID_SIZE) in KMSAgent_RetrieveProtectAndProcessKey()
3557 oResponse.Key.KeyGroupID, in KMSAgent_RetrieveProtectAndProcessKey()