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

12 3 4 5 6 7 8 91011>>

  /external/tpm2/
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);
Marshal_NV_GlobalWriteLock.c 3 // found in the LICENSE file.
30 NV_GlobalWriteLock_In in; local
38 result = NV_GlobalWriteLock_In_Unmarshal(&in, request_handles,
45 result = TPM2_NV_GlobalWriteLock(&in);
Marshal_NV_Increment.c 3 // found in the LICENSE file.
31 NV_Increment_In in; local
40 NV_Increment_In_Unmarshal(&in, request_handles, request_parameter_buffer,
46 result = TPM2_NV_Increment(&in);
Marshal_NV_ReadLock.c 3 // found in the LICENSE file.
31 NV_ReadLock_In in; local
40 NV_ReadLock_In_Unmarshal(&in, request_handles, request_parameter_buffer,
46 result = TPM2_NV_ReadLock(&in);
Marshal_NV_SetBits.c 3 // found in the LICENSE file.
36 NV_SetBits_In in; local
45 NV_SetBits_In_Unmarshal(&in, request_handles, request_parameter_buffer,
51 result = TPM2_NV_SetBits(&in);
Marshal_NV_UndefineSpace.c 3 // found in the LICENSE file.
31 NV_UndefineSpace_In in; local
39 result = NV_UndefineSpace_In_Unmarshal(&in, request_handles,
46 result = TPM2_NV_UndefineSpace(&in);
Marshal_NV_UndefineSpaceSpecial.c 3 // found in the LICENSE file.
31 NV_UndefineSpaceSpecial_In in; local
39 result = NV_UndefineSpaceSpecial_In_Unmarshal(&in, request_handles,
46 result = TPM2_NV_UndefineSpaceSpecial(&in);
Marshal_NV_Write.c 3 // found in the LICENSE file.
40 NV_Write_In in; local
48 result = NV_Write_In_Unmarshal(&in, request_handles, request_parameter_buffer,
54 result = TPM2_NV_Write(&in);
Marshal_NV_WriteLock.c 3 // found in the LICENSE file.
31 NV_WriteLock_In in; local
40 NV_WriteLock_In_Unmarshal(&in, request_handles, request_parameter_buffer,
46 result = TPM2_NV_WriteLock(&in);
Marshal_PCR_Extend.c 3 // found in the LICENSE file.
35 PCR_Extend_In in; local
44 PCR_Extend_In_Unmarshal(&in, request_handles, request_parameter_buffer,
50 result = TPM2_PCR_Extend(&in);
Marshal_PCR_Reset.c 3 // found in the LICENSE file.
30 PCR_Reset_In in; local
39 PCR_Reset_In_Unmarshal(&in, request_handles, request_parameter_buffer,
45 result = TPM2_PCR_Reset(&in);
Marshal_PCR_SetAuthPolicy.c 3 // found in the LICENSE file.
40 PCR_SetAuthPolicy_In in; local
48 result = PCR_SetAuthPolicy_In_Unmarshal(&in, request_handles,
55 result = TPM2_PCR_SetAuthPolicy(&in);
Marshal_PCR_SetAuthValue.c 3 // found in the LICENSE file.
35 PCR_SetAuthValue_In in; local
43 result = PCR_SetAuthValue_In_Unmarshal(&in, request_handles,
50 result = TPM2_PCR_SetAuthValue(&in);

Completed in 92 milliseconds

12 3 4 5 6 7 8 91011>>