Home
last modified time | relevance | path

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

/Linux-v5.10/tools/testing/selftests/tpm2/
Dtpm2.py356 FLAG_NONBLOCK = 0x04 variable in Client
367 if (self.flags & Client.FLAG_NONBLOCK):
379 if (self.flags & Client.FLAG_NONBLOCK):
385 if (self.flags & Client.FLAG_NONBLOCK):
Dtpm2_tests.py301 async_client = tpm2.Client(tpm2.Client.FLAG_NONBLOCK)