Home
last modified time | relevance | path

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

/onnv-gate/usr/src/lib/libkmsagent/common/SOAP/
H A DKMS_AgentC.cpp3789 size_t soap_flag_DataUnit = 1; in soap_in_KMS_Agent__RetrieveProtectAndProcessKey2() local
3802 if (soap_flag_DataUnit && soap->error == SOAP_TAG_MISMATCH) in soap_in_KMS_Agent__RetrieveProtectAndProcessKey2()
3804 { soap_flag_DataUnit--; in soap_in_KMS_Agent__RetrieveProtectAndProcessKey2()
3832 if ((soap->mode & SOAP_XML_STRICT) && (soap_flag_DataUnit > 0)) in soap_in_KMS_Agent__RetrieveProtectAndProcessKey2()
4024 size_t soap_flag_DataUnit = 1; in soap_in_KMS_Agent__RetrieveProtectAndProcessKey() local
4036 if (soap_flag_DataUnit && soap->error == SOAP_TAG_MISMATCH) in soap_in_KMS_Agent__RetrieveProtectAndProcessKey()
4038 { soap_flag_DataUnit--; in soap_in_KMS_Agent__RetrieveProtectAndProcessKey()
4061 if ((soap->mode & SOAP_XML_STRICT) && (soap_flag_DataUnit > 0)) in soap_in_KMS_Agent__RetrieveProtectAndProcessKey()
4263 size_t soap_flag_DataUnit = 1; in soap_in_KMS_Agent__RetrieveDataUnitKeys2() local
4278 if (soap_flag_DataUnit && soap->error == SOAP_TAG_MISMATCH) in soap_in_KMS_Agent__RetrieveDataUnitKeys2()
[all …]