Searched refs:TPM2_SE_TRIAL (Results 1 – 17 of 17) sorted by relevance
/external/tpm2-tss/test/integration/ |
D | esys-policy-regression.int.c | 121 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()
|
D | esys-policy-template-opt.int.c | 107 TPM2_SE_TRIAL, &symmetricTrial, TPM2_ALG_SHA1, in test_esys_policy_template_opt()
|
D | esys-policy-physical-presence-opt.int.c | 106 TPM2_SE_TRIAL, &symmetricTrial, TPM2_ALG_SHA1, in test_esys_policy_physical_presence_opt()
|
D | esys-policy-authorize-nv-opt.int.c | 144 TPM2_SE_TRIAL, &symmetricTrial, TPM2_ALG_SHA1, in test_esys_policy_authorize_nv_opt()
|
D | esys-policy-authorize.int.c | 151 TPM2_SE_TRIAL, &symmetricTrial, TPM2_ALG_SHA1, in test_esys_policy_authorize()
|
D | esys-policy-nv-undefine-special.int.c | 74 TPM2_SE_TRIAL, &symmetricTrial, TPM2_ALG_SHA1, in test_esys_policy_nv_undefine_special()
|
D | esys-policy-nv-changeauth.int.c | 72 TPM2_SE_TRIAL, &symmetricTrial, TPM2_ALG_SHA1, in test_esys_policy_nv_changeauth()
|
D | esys-policy-password.int.c | 81 TPM2_SE_TRIAL, &symmetricTrial, in test_esys_policy_password()
|
D | esys-create-policy-auth.int.c | 59 NULL, TPM2_SE_TRIAL, &policyAlgo, in test_esys_create_policy_auth()
|
D | sapi-hmac-auth.int.c | 58 TPM2_SE_TRIAL, in create_policy()
|
D | esys-policy-ticket.int.c | 335 TPM2_SE_TRIAL, &symmetricTrial, TPM2_ALG_SHA1, in test_esys_policy_ticket()
|
D | esys-duplicate.int.c | 100 TPM2_SE_TRIAL, &symmetricTrial, TPM2_ALG_SHA1, in test_esys_duplicate()
|
D | esys-import.int.c | 97 TPM2_SE_TRIAL, &symmetricTrial, TPM2_ALG_SHA1, in test_esys_import()
|
/external/linux-kselftest/tools/testing/selftests/tpm2/ |
D | tpm2_tests.py | 31 handle = self.client.start_auth_session(tpm2.TPM2_SE_TRIAL) 74 handle = self.client.start_auth_session(tpm2.TPM2_SE_TRIAL)
|
D | tpm2.py | 33 TPM2_SE_TRIAL = 0x03 variable
|
/external/tpm2-tss/include/tss2/ |
D | tss2_tpm2_types.h | 450 #define TPM2_SE_TRIAL ((TPM2_SE) 0x03) /* The policy session is being used to compute the policyH… macro
|
/external/tpm2-tss/test/tpmclient/ |
D | tpmclient.int.c | 890 …ULL, 0, TPM2_RH_NULL, 0, &nonceCaller, &encryptedSalt, trialSession ? TPM2_SE_TRIAL : TPM2_SE_POLI… in BuildPolicy()
|