Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/tpm2/
H A Dtpm2.py356 FLAG_NONBLOCK = 0x04 variable in Client
367 if (self.flags & Client.FLAG_NONBLOCK):
383 if (self.flags & Client.FLAG_NONBLOCK):
389 if (self.flags & Client.FLAG_NONBLOCK):
H A Dtpm2_tests.py301 async_client = tpm2.Client(tpm2.Client.FLAG_NONBLOCK)