Home
last modified time | relevance | path

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

/Linux-v5.4/tools/testing/selftests/tpm2/
Dtpm2_tests.py8 from tpm2 import ProtocolError
68 except ProtocolError, e:
122 except ProtocolError, e:
139 except ProtocolError, e:
286 except ProtocolError, e:
Dtpm2.py226 class ProtocolError(Exception): class
381 raise ProtocolError(cc, rc)