HomeSort by relevance Sort by last modified time
    Searched refs:Unbind (Results 1 - 13 of 13) sorted by null

  /system/tpm/attestation/common/
mock_tpm_utility.h 32 // By default this class will fake seal/unbind/sign operations by passing the
58 MOCK_METHOD3(Unbind, bool(const std::string&, const std::string&,
tpm_utility.h 83 virtual bool Unbind(const std::string& key_blob,
mock_tpm_utility.cc 69 ON_CALL(*this, Unbind(_, _, _))
70 .WillByDefault(WithArgs<1, 2>(Invoke(TransformString("Unbind"))));
tpm_utility_v1.h 60 bool Unbind(const std::string& key_blob,
tpm_utility_v1.cc 423 bool TpmUtilityV1::Unbind(const std::string& key_blob,
  /external/chromium-trace/catapult/third_party/py_vulcanize/py_vulcanize/
fake_fs.py 42 self.Unbind()
54 def Unbind(self):
  /external/webrtc/webrtc/base/
virtualsocketserver.h 140 int Unbind(const SocketAddress& addr, VirtualSocket* socket);
virtualsocketserver.cc 170 server_->Unbind(local_addr_, this);
683 int VirtualSocketServer::Unbind(const SocketAddress& addr,
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_objects.h 101 DX10_ONLY(device->Unbind##name(this)); \
109 DX10_ONLY(device->Unbind##name(this)); \
d3d11_context.h 27 /* used to unbind things, we need 128 due to resources */
311 * Instead, you have to pass a pointer to nulls to unbind things.
    [all...]
  /external/sonivox/jet_tools/JetCreator/
JetCtrls.py 430 self.time[0].Unbind(wx.EVT_KILL_FOCUS, self.time[0])
431 self.time[1].Unbind(wx.EVT_KILL_FOCUS, self.time[1])
432 self.time[2].Unbind(wx.EVT_KILL_FOCUS, self.time[2])
  /system/tpm/attestation/server/
attestation_service.cc 437 if (!tpm_utility_->Unbind(key.key_blob(), request.encrypted_data(), &data)) {
attestation_service_test.cc     [all...]

Completed in 179 milliseconds