Home
last modified time | relevance | path

Searched refs:TPM2_SE_TRIAL (Results 1 – 17 of 17) sorted by relevance

/external/tpm2-tss/test/integration/
Desys-policy-regression.int.c121 TPM2_SE_TRIAL, &symmetricTrial, TPM2_ALG_SHA1, in test_esys_policy_regression()
200 TPM2_SE_TRIAL, &symmetricTrial, TPM2_ALG_SHA1, in test_esys_policy_regression()
238 TPM2_SE_TRIAL, &symmetricTrial, TPM2_ALG_SHA1, in test_esys_policy_regression()
280 TPM2_SE_TRIAL, &symmetricTrial, TPM2_ALG_SHA1, in test_esys_policy_regression()
326 TPM2_SE_TRIAL, &symmetricTrial, TPM2_ALG_SHA1, in test_esys_policy_regression()
359 TPM2_SE_TRIAL, &symmetricTrial, TPM2_ALG_SHA1, in test_esys_policy_regression()
402 TPM2_SE_TRIAL, &symmetricTrial, TPM2_ALG_SHA1, in test_esys_policy_regression()
Desys-policy-template-opt.int.c107 TPM2_SE_TRIAL, &symmetricTrial, TPM2_ALG_SHA1, in test_esys_policy_template_opt()
Desys-policy-physical-presence-opt.int.c106 TPM2_SE_TRIAL, &symmetricTrial, TPM2_ALG_SHA1, in test_esys_policy_physical_presence_opt()
Desys-policy-authorize-nv-opt.int.c144 TPM2_SE_TRIAL, &symmetricTrial, TPM2_ALG_SHA1, in test_esys_policy_authorize_nv_opt()
Desys-policy-authorize.int.c151 TPM2_SE_TRIAL, &symmetricTrial, TPM2_ALG_SHA1, in test_esys_policy_authorize()
Desys-policy-nv-undefine-special.int.c74 TPM2_SE_TRIAL, &symmetricTrial, TPM2_ALG_SHA1, in test_esys_policy_nv_undefine_special()
Desys-policy-nv-changeauth.int.c72 TPM2_SE_TRIAL, &symmetricTrial, TPM2_ALG_SHA1, in test_esys_policy_nv_changeauth()
Desys-policy-password.int.c81 TPM2_SE_TRIAL, &symmetricTrial, in test_esys_policy_password()
Desys-create-policy-auth.int.c59 NULL, TPM2_SE_TRIAL, &policyAlgo, in test_esys_create_policy_auth()
Dsapi-hmac-auth.int.c58 TPM2_SE_TRIAL, in create_policy()
Desys-policy-ticket.int.c335 TPM2_SE_TRIAL, &symmetricTrial, TPM2_ALG_SHA1, in test_esys_policy_ticket()
Desys-duplicate.int.c100 TPM2_SE_TRIAL, &symmetricTrial, TPM2_ALG_SHA1, in test_esys_duplicate()
Desys-import.int.c97 TPM2_SE_TRIAL, &symmetricTrial, TPM2_ALG_SHA1, in test_esys_import()
/external/linux-kselftest/tools/testing/selftests/tpm2/
Dtpm2_tests.py31 handle = self.client.start_auth_session(tpm2.TPM2_SE_TRIAL)
74 handle = self.client.start_auth_session(tpm2.TPM2_SE_TRIAL)
Dtpm2.py33 TPM2_SE_TRIAL = 0x03 variable
/external/tpm2-tss/include/tss2/
Dtss2_tpm2_types.h450 #define TPM2_SE_TRIAL ((TPM2_SE) 0x03) /* The policy session is being used to compute the policyH… macro
/external/tpm2-tss/test/tpmclient/
Dtpmclient.int.c890 …ULL, 0, TPM2_RH_NULL, 0, &nonceCaller, &encryptedSalt, trialSession ? TPM2_SE_TRIAL : TPM2_SE_POLI… in BuildPolicy()