Home
last modified time | relevance | path

Searched refs:KMS_Agent__CreateKeyResponse (Results 1 – 5 of 5) sorted by relevance

/onnv-gate/usr/src/lib/libkmsagent/common/SOAP/
H A DKMS_AgentStub.h345 struct KMS_Agent__CreateKeyResponse struct
726 …struct KMS_Agent__DataUnit DataUnit, char *KeyGroupID, struct KMS_Agent__CreateKeyResponse &result…
807 …struct KMS_Agent__DataUnit DataUnit, char *KeyGroupID, struct KMS_Agent__CreateKeyResponse &result…
H A DKMS_AgentH.h1072 …AC4 soap_default_KMS_Agent__CreateKeyResponse(struct soap*, struct KMS_Agent__CreateKeyResponse *);
1073 …_serialize_KMS_Agent__CreateKeyResponse(struct soap*, const struct KMS_Agent__CreateKeyResponse *);
1074 …reateKeyResponse(struct soap*, const char*, int, const struct KMS_Agent__CreateKeyResponse *, cons…
1075 …truct KMS_Agent__CreateKeyResponse * SOAP_FMAC4 soap_in_KMS_Agent__CreateKeyResponse(struct soap*,…
1080 …p_put_KMS_Agent__CreateKeyResponse(struct soap*, const struct KMS_Agent__CreateKeyResponse *, cons…
1084 …MAC3 struct KMS_Agent__CreateKeyResponse * SOAP_FMAC4 soap_get_KMS_Agent__CreateKeyResponse(struct…
1091 SOAP_FMAC1 struct KMS_Agent__CreateKeyResponse * SOAP_FMAC2 soap_instantiate_KMS_Agent__CreateKeyRe…
H A DKMS_AgentC.cpp765 …out_KMS_Agent__CreateKeyResponse(soap, tag, id, (const struct KMS_Agent__CreateKeyResponse *)ptr, … in soap_putelement()
901 …soap_serialize_KMS_Agent__CreateKeyResponse(soap, (const struct KMS_Agent__CreateKeyResponse *)ptr… in soap_markelement()
1234 SOAP_DELETE((struct KMS_Agent__CreateKeyResponse*)p->ptr); in soap_fdelete()
1236 SOAP_DELETE_ARRAY((struct KMS_Agent__CreateKeyResponse*)p->ptr); in soap_fdelete()
5592 …oap_default_KMS_Agent__CreateKeyResponse(struct soap *soap, struct KMS_Agent__CreateKeyResponse *a) in soap_default_KMS_Agent__CreateKeyResponse()
5598 …alize_KMS_Agent__CreateKeyResponse(struct soap *soap, const struct KMS_Agent__CreateKeyResponse *a) in soap_serialize_KMS_Agent__CreateKeyResponse()
5605 …onse(struct soap *soap, const char *tag, int id, const struct KMS_Agent__CreateKeyResponse *a, con… in soap_out_KMS_Agent__CreateKeyResponse()
5614KMS_Agent__CreateKeyResponse * SOAP_FMAC4 soap_in_KMS_Agent__CreateKeyResponse(struct soap *soap,… in soap_in_KMS_Agent__CreateKeyResponse()
5619KMS_Agent__CreateKeyResponse *)soap_id_enter(soap, soap->id, a, SOAP_TYPE_KMS_Agent_KMS_Agent__Cre… in soap_in_KMS_Agent__CreateKeyResponse()
5643KMS_Agent__CreateKeyResponse *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_KMS_Agent_… in soap_in_KMS_Agent__CreateKeyResponse()
[all …]
H A DKMS_AgentClient.cpp291 …struct KMS_Agent__DataUnit DataUnit, char *KeyGroupID, struct KMS_Agent__CreateKeyResponse &result) in soap_call_KMS_Agent__CreateKey()
/onnv-gate/usr/src/lib/libkmsagent/common/
H A DKMSAgent.cpp1525 struct KMS_Agent::KMS_Agent__CreateKeyResponse oResponse; in KMSAgent_CreateKey()