Searched refs:start_auth_session (Results 1 – 2 of 2) sorted by relevance
31 handle = self.client.start_auth_session(tpm2.TPM2_SE_TRIAL)47 handle = self.client.start_auth_session(tpm2.TPM2_SE_POLICY)75 handle = self.client.start_auth_session(tpm2.TPM2_SE_TRIAL)97 handle = self.client.start_auth_session(tpm2.TPM2_SE_POLICY)114 handle = self.client.start_auth_session(tpm2.TPM2_SE_POLICY)
456 def start_auth_session(self, session_type, name_alg = TPM2_ALG_SHA1): member in Client