Searched refs:KMS_Certificate (Results 1 - 5 of 5) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libkmsagent/common/SOAP/
H A DKMS_CertificateH.h37 namespace KMS_Certificate { namespace
58 #define soap_write_byte(soap, data) ( soap_begin_send(soap) || KMS_Certificate::soap_put_byte(soap, data, NULL, NULL) || soap_end_send(soap) )
63 #define soap_read_byte(soap, data) ( soap_begin_recv(soap) || !KMS_Certificate::soap_get_byte(soap, data, NULL, NULL) || soap_end_recv(soap) )
74 #define soap_write_int(soap, data) ( soap_begin_send(soap) || KMS_Certificate::soap_put_int(soap, data, NULL, NULL) || soap_end_send(soap) )
79 #define soap_read_int(soap, data) ( soap_begin_recv(soap) || !KMS_Certificate::soap_get_int(soap, data, NULL, NULL) || soap_end_recv(soap) )
92 #define soap_write_xsd__int(soap, data) ( soap_begin_send(soap) || KMS_Certificate::soap_put_xsd__int(soap, data, NULL, NULL) || soap_end_send(soap) )
97 #define soap_read_xsd__int(soap, data) ( soap_begin_recv(soap) || !KMS_Certificate::soap_get_xsd__int(soap, data, NULL, NULL) || soap_end_recv(soap) )
108 #define soap_write_long(soap, data) ( soap_begin_send(soap) || KMS_Certificate::soap_put_long(soap, data, NULL, NULL) || soap_end_send(soap) )
113 #define soap_read_long(soap, data) ( soap_begin_recv(soap) || !KMS_Certificate::soap_get_long(soap, data, NULL, NULL) || soap_end_recv(soap) )
126 #define soap_write_xsd__long(soap, data) ( soap_begin_send(soap) || KMS_Certificate
[all...]
H A DKMS_CertificateClient.cpp39 namespace KMS_Certificate { namespace
94 } // namespace KMS_Certificate
H A DKMS_CertificateStub.h43 namespace KMS_Certificate { namespace
257 } // namespace KMS_Certificate
H A DKMS_CertificateC.cpp40 namespace KMS_Certificate { namespace
2417 } // namespace KMS_Certificate
/opensolaris-onvv-gate/usr/src/lib/libkmsagent/common/
H A DKMSClientProfile.cpp817 struct KMS_Certificate::xsd__hexBinary stClientAuthenticationResponse;
846 struct KMS_Certificate::xsd__hexBinary stServerAuthenticationChallenge;
928 KMS_Certificate::KMS_Certificate__RetrieveEntityCertificateResponse
936 KMS_Certificate::soap_call_KMS_Certificate__RetrieveEntityCertificate(

Completed in 62 milliseconds