Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/testing/selftests/tpm2/
A Dtpm2.py357 FLAG_NONBLOCK = 0x04 variable in Client
368 if (self.flags & Client.FLAG_NONBLOCK):
384 if (self.flags & Client.FLAG_NONBLOCK):
390 if (self.flags & Client.FLAG_NONBLOCK):
A Dtpm2_tests.py314 async_client = tpm2.Client(tpm2.Client.FLAG_NONBLOCK)
323 async_client = tpm2.Client(tpm2.Client.FLAG_SPACE | tpm2.Client.FLAG_NONBLOCK)

Completed in 5 milliseconds