HomeSort by relevance Sort by last modified time
    Searched defs:in (Results 26 - 50 of 3164) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/tpm2/
Marshal_ChangePPS.c 3 // found in the LICENSE file.
30 ChangePPS_In in; local
39 ChangePPS_In_Unmarshal(&in, request_handles, request_parameter_buffer,
45 result = TPM2_ChangePPS(&in);
Marshal_Clear.c 3 // found in the LICENSE file.
30 Clear_In in; local
38 result = Clear_In_Unmarshal(&in, request_handles, request_parameter_buffer,
44 result = TPM2_Clear(&in);
Marshal_ClearControl.c 3 // found in the LICENSE file.
35 ClearControl_In in; local
44 ClearControl_In_Unmarshal(&in, request_handles, request_parameter_buffer,
50 result = TPM2_ClearControl(&in);
Marshal_ClockRateAdjust.c 3 // found in the LICENSE file.
35 ClockRateAdjust_In in; local
43 result = ClockRateAdjust_In_Unmarshal(&in, request_handles,
50 result = TPM2_ClockRateAdjust(&in);
Marshal_ClockSet.c 3 // found in the LICENSE file.
35 ClockSet_In in; local
43 result = ClockSet_In_Unmarshal(&in, request_handles, request_parameter_buffer,
49 result = TPM2_ClockSet(&in);
Marshal_DictionaryAttackLockReset.c 3 // found in the LICENSE file.
31 DictionaryAttackLockReset_In in; local
40 &in, request_handles, request_parameter_buffer,
46 result = TPM2_DictionaryAttackLockReset(&in);
Marshal_DictionaryAttackParameters.c 3 // found in the LICENSE file.
44 DictionaryAttackParameters_In in; local
53 &in, request_handles, request_parameter_buffer,
59 result = TPM2_DictionaryAttackParameters(&in);
Marshal_EvictControl.c 3 // found in the LICENSE file.
37 EvictControl_In in; local
46 EvictControl_In_Unmarshal(&in, request_handles, request_parameter_buffer,
52 result = TPM2_EvictControl(&in);
Marshal_FieldUpgradeStart.c 3 // found in the LICENSE file.
40 FieldUpgradeStart_In in; local
48 result = FieldUpgradeStart_In_Unmarshal(&in, request_handles,
55 result = TPM2_FieldUpgradeStart(&in);
Marshal_FlushContext.c 3 // found in the LICENSE file.
33 FlushContext_In in; local
42 FlushContext_In_Unmarshal(&in, request_handles, request_parameter_buffer,
48 result = TPM2_FlushContext(&in);
Marshal_HierarchyChangeAuth.c 3 // found in the LICENSE file.
35 HierarchyChangeAuth_In in; local
43 result = HierarchyChangeAuth_In_Unmarshal(&in, request_handles,
50 result = TPM2_HierarchyChangeAuth(&in);
Marshal_HierarchyControl.c 3 // found in the LICENSE file.
39 HierarchyControl_In in; local
47 result = HierarchyControl_In_Unmarshal(&in, request_handles,
54 result = TPM2_HierarchyControl(&in);
Marshal_NV_ChangeAuth.c 3 // found in the LICENSE file.
35 NV_ChangeAuth_In in; local
44 NV_ChangeAuth_In_Unmarshal(&in, request_handles, request_parameter_buffer,
50 result = TPM2_NV_ChangeAuth(&in);
Marshal_NV_DefineSpace.c 3 // found in the LICENSE file.
39 NV_DefineSpace_In in; local
47 result = NV_DefineSpace_In_Unmarshal(&in, request_handles,
54 result = TPM2_NV_DefineSpace(&in);
Marshal_NV_Extend.c 3 // found in the LICENSE file.
36 NV_Extend_In in; local
45 NV_Extend_In_Unmarshal(&in, request_handles, request_parameter_buffer,
51 result = TPM2_NV_Extend(&in);