/external/tpm2-tss/test/integration/ |
D | sapi-hierarchy-change-auth.int.c | 42 rval = Tss2_Sys_HierarchyChangeAuth( sapi_context, TPM2_RH_OWNER, &sessionsData, &newAuth, 0); in test_owner_auth() 53 rval = Tss2_Sys_HierarchyChangeAuth( sapi_context, TPM2_RH_OWNER, &sessionsData, &newAuth, 0 ); in test_owner_auth() 61 rval = Tss2_Sys_HierarchyChangeAuth( sapi_context, TPM2_RH_OWNER, &sessionsData, &newAuth, 0 ); in test_owner_auth() 71 rval = Tss2_Sys_HierarchyChangeAuth( sapi_context, TPM2_RH_OWNER, &sessionsData, &newAuth, 0 ); in test_owner_auth() 83 rval = Tss2_Sys_HierarchyChangeAuth( sapi_context, TPM2_RH_OWNER, &sessionsData, &newAuth, 0 ); in test_owner_auth() 91 rval = Tss2_Sys_HierarchyChangeAuth( sapi_context, TPM2_RH_OWNER, &sessionsData, &newAuth, 0 ); in test_owner_auth() 96 rval = Tss2_Sys_HierarchyChangeAuth( sapi_context, TPM2_RH_OWNER, &sessionsData, &newAuth, 0 ); in test_owner_auth() 111 rval = Tss2_Sys_HierarchyChangeAuth( sapi_context, TPM2_RH_OWNER, &sessionsData, &newAuth, 0 ); in test_owner_auth()
|
D | sapi-policy-authorizeNV.int.c | 98 TPM2_RH_OWNER, in test_invoke() 122 TPM2_RH_OWNER, in test_invoke() 137 TPM2_RH_OWNER, in test_invoke() 194 TPM2_RH_OWNER, in test_invoke() 235 TPM2_RH_OWNER, in test_invoke() 293 TPM2_RH_OWNER, in test_invoke()
|
D | sapi-evict-ctrl.int.c | 42 TPM2_RH_OWNER, in test_invoke() 54 TPM2_RH_OWNER, in test_invoke()
|
D | sapi-policy-template.int.c | 156 TPM2_RH_OWNER, in test_invoke() 174 TPM2_RH_OWNER, in test_invoke() 217 TPM2_RH_OWNER, in test_invoke()
|
D | esys-hash.int.c | 40 TPMI_RH_HIERARCHY hierarchy = TPM2_RH_OWNER; in test_esys_hash()
|
D | esys-hmacsequencestart.int.c | 175 TPM2_RH_OWNER, in test_esys_hmacsequencestart() 239 TPM2_RH_OWNER, in test_esys_hmacsequencestart()
|
D | esys-tr-getName-hierarchy.int.c | 41 r = Tss2_MU_TPM2_HANDLE_Marshal(TPM2_RH_OWNER, &name1.name[0], in test_esys_tr_getName_hierarchy()
|
D | sapi-param-encrypt-decrypt.int.c | 75 rc = Tss2_Sys_NV_DefineSpace(sapi_context, TPM2_RH_OWNER, &req_auth, in test_invoke() 280 rc2 = Tss2_Sys_NV_UndefineSpace(sapi_context, TPM2_RH_OWNER, in test_invoke()
|
D | esys-policy-ticket.int.c | 234 TPM2_RH_OWNER, in test_esys_policy_ticket() 243 .hierarchy = TPM2_RH_OWNER, in test_esys_policy_ticket()
|
D | esys-hashsequencestart.int.c | 115 TPM2_RH_OWNER, in test_esys_hashsequencestart()
|
D | sapi-create-loaded.int.c | 76 TPM2_RH_OWNER, in test_invoke()
|
D | esys-hierarchy-control.int.c | 44 TPMI_RH_ENABLES enable = TPM2_RH_OWNER; in test_esys_hierarchy_control()
|
D | sapi-command-cancel.int.c | 94 TPM2_RH_OWNER, in test_invoke()
|
D | esys-verify-signature.int.c | 150 .hierarchy = TPM2_RH_OWNER, in test_esys_verify_signature()
|
D | esys-policy-authorize.int.c | 160 .hierarchy = TPM2_RH_OWNER, in test_esys_policy_authorize()
|
D | sapi-asymmetric-encrypt-decrypt.int.c | 94 …rc = Tss2_Sys_CreatePrimary(sapi_context, TPM2_RH_OWNER, &sessions_data, &in_sensitive, &in_public… in test_invoke()
|
D | esys-make-credential.int.c | 301 TPM2_RH_OWNER, in test_esys_make_credential()
|
/external/tpm2-tss/test/unit/ |
D | TPMT-marshal.c | 37 tkt.hierarchy = TPM2_RH_OWNER; in tpmt_marshal_success() 51 assert_int_equal (*ptr2, HOST_TO_BE_32(TPM2_RH_OWNER)); in tpmt_marshal_success() 90 tkt.hierarchy = TPM2_RH_OWNER; in tpmt_marshal_success_offset() 104 assert_int_equal (*ptr2, HOST_TO_BE_32(TPM2_RH_OWNER)); in tpmt_marshal_success_offset() 140 tkt.hierarchy = TPM2_RH_OWNER; in tpmt_marshal_buffer_null_with_offset() 190 tkt.hierarchy = TPM2_RH_OWNER; in tpmt_marshal_buffer_size_lt_data_nad_lt_offset() 232 *ptr2 = HOST_TO_BE_32(TPM2_RH_OWNER); in tpmt_unmarshal_success() 242 assert_int_equal (tkt.hierarchy, TPM2_RH_OWNER); in tpmt_unmarshal_success() 323 *ptr2 = HOST_TO_BE_32(TPM2_RH_OWNER); in tpmt_unmarshal_dest_null_offset_valid() 367 *ptr2 = HOST_TO_BE_32(TPM2_RH_OWNER); in tpmt_unmarshal_buffer_size_lt_data_nad_lt_offset()
|
D | esys-tcti-rcs.c | 145 #define DUMMY_TPMT_TK_AUTH { .tag = TPM2_ST_AUTH_SIGNED , .hierarchy = TPM2_RH_OWNER, .digest = {0}… 147 #define DUMMY_TPMT_TK_CREATION { .tag = TPM2_ST_CREATION , .hierarchy = TPM2_RH_OWNER, .digest = {0… 149 #define DUMMY_TPMT_TK_VERIFIED { .tag = TPM2_ST_VERIFIED , .hierarchy = TPM2_RH_OWNER, .digest = {0… 151 #define DUMMY_TPMT_TK_HASHCHECK { .tag = TPM2_ST_HASHCHECK , .hierarchy = TPM2_RH_OWNER, .digest = … 306 objectHandleNode->rsrc.handle = TPM2_RH_OWNER; in setup() 543 NULL, &inPublic, TPM2_RH_OWNER, &objectHandle_handle); in test_LoadExternal() 922 TPMI_RH_HIERARCHY hierarchy = TPM2_RH_OWNER; in test_Hash() 1056 TPMI_RH_HIERARCHY hierarchy = TPM2_RH_OWNER; in test_SequenceComplete() 1944 TPMI_RH_ENABLES enable = TPM2_RH_OWNER; in test_HierarchyControl() 2220 context.hierarchy = TPM2_RH_OWNER; in test_ContextLoad()
|
D | esys-tpm-rcs.c | 145 #define DUMMY_TPMT_TK_AUTH { .tag = TPM2_ST_AUTH_SIGNED , .hierarchy = TPM2_RH_OWNER, .digest = {0}… 147 #define DUMMY_TPMT_TK_CREATION { .tag = TPM2_ST_CREATION , .hierarchy = TPM2_RH_OWNER, .digest = {0… 149 #define DUMMY_TPMT_TK_VERIFIED { .tag = TPM2_ST_VERIFIED , .hierarchy = TPM2_RH_OWNER, .digest = {0… 151 #define DUMMY_TPMT_TK_HASHCHECK { .tag = TPM2_ST_HASHCHECK , .hierarchy = TPM2_RH_OWNER, .digest = … 286 objectHandleNode->rsrc.handle = TPM2_RH_OWNER; in setup() 523 NULL, &inPublic, TPM2_RH_OWNER, &objectHandle_handle); in test_LoadExternal() 902 TPMI_RH_HIERARCHY hierarchy = TPM2_RH_OWNER; in test_Hash() 1036 TPMI_RH_HIERARCHY hierarchy = TPM2_RH_OWNER; in test_SequenceComplete() 1924 TPMI_RH_ENABLES enable = TPM2_RH_OWNER; in test_HierarchyControl() 2200 context.hierarchy = TPM2_RH_OWNER; in test_ContextLoad()
|
D | esys-resubmissions.c | 145 #define DUMMY_TPMT_TK_AUTH { .tag = TPM2_ST_AUTH_SIGNED , .hierarchy = TPM2_RH_OWNER, .digest = {0}… 147 #define DUMMY_TPMT_TK_CREATION { .tag = TPM2_ST_CREATION , .hierarchy = TPM2_RH_OWNER, .digest = {0… 149 #define DUMMY_TPMT_TK_VERIFIED { .tag = TPM2_ST_VERIFIED , .hierarchy = TPM2_RH_OWNER, .digest = {0… 151 #define DUMMY_TPMT_TK_HASHCHECK { .tag = TPM2_ST_HASHCHECK , .hierarchy = TPM2_RH_OWNER, .digest = … 306 objectHandleNode->rsrc.handle = TPM2_RH_OWNER; in setup() 562 NULL, &inPublic, TPM2_RH_OWNER, &objectHandle_handle); in test_LoadExternal() 975 TPMI_RH_HIERARCHY hierarchy = TPM2_RH_OWNER; in test_Hash() 1123 TPMI_RH_HIERARCHY hierarchy = TPM2_RH_OWNER; in test_SequenceComplete() 2096 TPMI_RH_ENABLES enable = TPM2_RH_OWNER; in test_HierarchyControl() 2402 context.hierarchy = TPM2_RH_OWNER; in test_ContextLoad()
|
/external/linux-kselftest/tools/testing/selftests/tpm2/ |
D | tpm2.py | 44 TPM2_RH_OWNER = 0x40000001 variable 571 TPM2_RH_OWNER,
|
/external/tpm2-tss/src/tss2-fapi/api/ |
D | Fapi_ExportKey.c | 360 TPM2_RH_OWNER); in Fapi_ExportKey_Finish()
|
D | Fapi_CreateNv.c | 297 if (nvCmd->public_templ.hierarchy == TPM2_RH_OWNER) { in Fapi_CreateNv_Finish()
|
D | Fapi_Delete.c | 374 TPM2_RH_OWNER); in Fapi_Delete_Finish()
|