Home
last modified time | relevance | path

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

/onnv-gate/usr/src/lib/libkmsagent/common/SOAP/
H A DKMS_AgentStub.h381 char *AgentKWKID; /* optional element of type xsd:string */ member
426 char *AgentKWKID; /* optional element of type xsd:string */ member
475 char *AgentKWKID; /* optional element of type xsd:string */ member
518 char *AgentKWKID; /* optional element of type xsd:string */ member
573 …char *AgentKWKID; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element…
728 …ct soap*, struct KMS_Agent__DataUnit DataUnit, char *KeyGroupID, char *AgentKWKID, struct KMS_Agen…
732 …r *KeyID, struct KMS_Agent__DataUnit DataUnit, char *KeyGroupID, char *AgentKWKID, struct KMS_Agen…
736 …_DataUnit DataUnit, long PageSize, long PageOffset, char *KeyID, char *AgentKWKID, struct KMS_Agen…
740 …ct soap*, struct KMS_Agent__DataUnit DataUnit, char *KeyGroupID, char *AgentKWKID, struct KMS_Agen…
809 …p_action, struct KMS_Agent__DataUnit DataUnit, char *KeyGroupID, char *AgentKWKID, struct KMS_Agen…
[all …]
H A DKMS_AgentClient.cpp340 …p_action, struct KMS_Agent__DataUnit DataUnit, char *KeyGroupID, char *AgentKWKID, struct KMS_Agen… in soap_call_KMS_Agent__CreateKey2() argument
344 soap_tmp_KMS_Agent__CreateKey2.AgentKWKID = AgentKWKID; in soap_call_KMS_Agent__CreateKey2()
440 …r *KeyID, struct KMS_Agent__DataUnit DataUnit, char *KeyGroupID, char *AgentKWKID, struct KMS_Agen… in soap_call_KMS_Agent__RetrieveKey2() argument
445 soap_tmp_KMS_Agent__RetrieveKey2.AgentKWKID = AgentKWKID; in soap_call_KMS_Agent__RetrieveKey2()
542 …_DataUnit DataUnit, long PageSize, long PageOffset, char *KeyID, char *AgentKWKID, struct KMS_Agen… in soap_call_KMS_Agent__RetrieveDataUnitKeys2() argument
548 soap_tmp_KMS_Agent__RetrieveDataUnitKeys2.AgentKWKID = AgentKWKID; in soap_call_KMS_Agent__RetrieveDataUnitKeys2()
643 …p_action, struct KMS_Agent__DataUnit DataUnit, char *KeyGroupID, char *AgentKWKID, struct KMS_Agen… in soap_call_KMS_Agent__RetrieveProtectAndProcessKey2() argument
647 soap_tmp_KMS_Agent__RetrieveProtectAndProcessKey2.AgentKWKID = AgentKWKID; in soap_call_KMS_Agent__RetrieveProtectAndProcessKey2()
H A DKMS_AgentC.cpp3216 soap_default_xsd__string(soap, &a->AgentKWKID); in soap_default_KMS_Agent__RegisterAgentKWKResponse()
3222 soap_serialize_xsd__string(soap, &a->AgentKWKID); in soap_serialize_KMS_Agent__RegisterAgentKWKResponse()
3229 if (soap_out_xsd__string(soap, "AgentKWKID", -1, &a->AgentKWKID, "xsd:string")) in soap_out_KMS_Agent__RegisterAgentKWKResponse()
3248 if (soap_in_xsd__string(soap, "AgentKWKID", &a->AgentKWKID, "xsd:string")) in soap_in_KMS_Agent__RegisterAgentKWKResponse()
3763 soap_default_xsd__string(soap, &a->AgentKWKID); in soap_default_KMS_Agent__RetrieveProtectAndProcessKey2()
3771 soap_serialize_xsd__string(soap, &a->AgentKWKID); in soap_serialize_KMS_Agent__RetrieveProtectAndProcessKey2()
3782 if (soap_out_xsd__string(soap, "AgentKWKID", -1, &a->AgentKWKID, "xsd:string")) in soap_out_KMS_Agent__RetrieveProtectAndProcessKey2()
3813 if (soap_in_xsd__string(soap, "AgentKWKID", &a->AgentKWKID, "xsd:string")) in soap_in_KMS_Agent__RetrieveProtectAndProcessKey2()
4233 soap_default_xsd__string(soap, &a->AgentKWKID); in soap_default_KMS_Agent__RetrieveDataUnitKeys2()
4241 soap_serialize_xsd__string(soap, &a->AgentKWKID); in soap_serialize_KMS_Agent__RetrieveDataUnitKeys2()
[all …]
/onnv-gate/usr/src/lib/libkmsagent/common/
H A DKMSAgentLoadBalancer.cpp1006 if (oResponse.AgentKWKID && in RegisterKWK()
1007 strlen(oResponse.AgentKWKID) == 2 * KMS_KWK_KEY_ID_SIZE) in RegisterKWK()
1011 oResponse.AgentKWKID, in RegisterKWK()
1014 strncpy(o_acUTF8KeyID, oResponse.AgentKWKID, sizeof(UTF8_KEYID)); in RegisterKWK()