Searched refs:start_auth_session (Results 1 – 2 of 2) sorted by relevance
41 handle = self.client.start_auth_session(tpm2.TPM2_SE_TRIAL)57 handle = self.client.start_auth_session(tpm2.TPM2_SE_POLICY)88 handle = self.client.start_auth_session(tpm2.TPM2_SE_TRIAL)110 handle = self.client.start_auth_session(tpm2.TPM2_SE_POLICY)127 handle = self.client.start_auth_session(tpm2.TPM2_SE_POLICY)
457 def start_auth_session(self, session_type, name_alg = TPM2_ALG_SHA1): member in Client