HomeSort by relevance Sort by last modified time
    Searched defs:in (Results 326 - 350 of 3217) sorted by null

<<11121314151617181920>>

  /external/tpm2/
Marshal_EventSequenceComplete.c 3 // found in the LICENSE file.
63 EventSequenceComplete_In in; local
74 result = EventSequenceComplete_In_Unmarshal(&in, request_handles,
81 result = TPM2_EventSequenceComplete(&in, &out);
Marshal_FieldUpgradeData.c 3 // found in the LICENSE file.
61 FieldUpgradeData_In in; local
72 result = FieldUpgradeData_In_Unmarshal(&in, request_handles,
79 result = TPM2_FieldUpgradeData(&in, &out);
Marshal_FirmwareRead.c 3 // found in the LICENSE file.
60 FirmwareRead_In in; local
72 FirmwareRead_In_Unmarshal(&in, request_handles, request_parameter_buffer,
78 result = TPM2_FirmwareRead(&in, &out);
Marshal_GetCapability.c 3 // found in the LICENSE file.
70 GetCapability_In in; local
82 GetCapability_In_Unmarshal(&in, request_handles, request_parameter_buffer,
88 result = TPM2_GetCapability(&in, &out);
Marshal_GetCommandAuditDigest.c 3 // found in the LICENSE file.
68 GetCommandAuditDigest_In in; local
79 result = GetCommandAuditDigest_In_Unmarshal(&in, request_handles,
86 result = TPM2_GetCommandAuditDigest(&in, &out);
Marshal_GetRandom.c 3 // found in the LICENSE file.
60 GetRandom_In in; local
72 GetRandom_In_Unmarshal(&in, request_handles, request_parameter_buffer,
78 result = TPM2_GetRandom(&in, &out);
Marshal_GetSessionAuditDigest.c 3 // found in the LICENSE file.
69 GetSessionAuditDigest_In in; local
80 result = GetSessionAuditDigest_In_Unmarshal(&in, request_handles,
87 result = TPM2_GetSessionAuditDigest(&in, &out);
Marshal_GetTime.c 3 // found in the LICENSE file.
68 GetTime_In in; local
79 result = GetTime_In_Unmarshal(&in, request_handles, request_parameter_buffer,
85 result = TPM2_GetTime(&in, &out);
Marshal_HMAC.c 3 // found in the LICENSE file.
66 HMAC_In in; local
77 result = HMAC_In_Unmarshal(&in, request_handles, request_parameter_buffer,
83 result = TPM2_HMAC(&in, &out);
Marshal_HMAC_Start.c 3 // found in the LICENSE file.
66 HMAC_Start_In in; local
78 HMAC_Start_In_Unmarshal(&in, request_handles, request_parameter_buffer,
84 result = TPM2_HMAC_Start(&in, &out);
Marshal_Hash.c 3 // found in the LICENSE file.
69 Hash_In in; local
80 result = Hash_In_Unmarshal(&in, request_handles, request_parameter_buffer,
86 result = TPM2_Hash(&in, &out);
Marshal_HashSequenceStart.c 3 // found in the LICENSE file.
64 HashSequenceStart_In in; local
75 result = HashSequenceStart_In_Unmarshal(&in, request_handles,
82 result = TPM2_HashSequenceStart(&in, &out);
Marshal_Import.c 3 // found in the LICENSE file.
78 Import_In in; local
89 result = Import_In_Unmarshal(&in, request_handles, request_parameter_buffer,
95 result = TPM2_Import(&in, &out);
Marshal_IncrementalSelfTest.c 3 // found in the LICENSE file.
60 IncrementalSelfTest_In in; local
71 result = IncrementalSelfTest_In_Unmarshal(&in, request_handles,
78 result = TPM2_IncrementalSelfTest(&in, &out);
Marshal_Load.c 3 // found in the LICENSE file.
68 Load_In in; local
79 result = Load_In_Unmarshal(&in, request_handles, request_parameter_buffer,
85 result = TPM2_Load(&in, &out);
Marshal_LoadExternal.c 3 // found in the LICENSE file.
70 LoadExternal_In in; local
82 LoadExternal_In_Unmarshal(&in, request_handles, request_parameter_buffer,
88 result = TPM2_LoadExternal(&in, &out);
Marshal_MakeCredential.c 3 // found in the LICENSE file.
67 MakeCredential_In in; local
78 result = MakeCredential_In_Unmarshal(&in, request_handles,
85 result = TPM2_MakeCredential(&in, &out);
Marshal_NV_Certify.c 3 // found in the LICENSE file.
77 NV_Certify_In in; local
89 NV_Certify_In_Unmarshal(&in, request_handles, request_parameter_buffer,
95 result = TPM2_NV_Certify(&in, &out);
Marshal_NV_Read.c 3 // found in the LICENSE file.
67 NV_Read_In in; local
78 result = NV_Read_In_Unmarshal(&in, request_handles, request_parameter_buffer,
84 result = TPM2_NV_Read(&in, &out);
Marshal_NV_ReadPublic.c 3 // found in the LICENSE file.
58 NV_ReadPublic_In in; local
70 NV_ReadPublic_In_Unmarshal(&in, request_handles, request_parameter_buffer,
76 result = TPM2_NV_ReadPublic(&in, &out);
Marshal_ObjectChangeAuth.c 3 // found in the LICENSE file.
63 ObjectChangeAuth_In in; local
74 result = ObjectChangeAuth_In_Unmarshal(&in, request_handles,
81 result = TPM2_ObjectChangeAuth(&in, &out);
Marshal_PCR_Allocate.c 3 // found in the LICENSE file.
65 PCR_Allocate_In in; local
77 PCR_Allocate_In_Unmarshal(&in, request_handles, request_parameter_buffer,
83 result = TPM2_PCR_Allocate(&in, &out);
Marshal_PCR_Event.c 3 // found in the LICENSE file.
62 PCR_Event_In in; local
74 PCR_Event_In_Unmarshal(&in, request_handles, request_parameter_buffer,
80 result = TPM2_PCR_Event(&in, &out);
Marshal_PCR_Read.c 3 // found in the LICENSE file.
63 PCR_Read_In in; local
74 result = PCR_Read_In_Unmarshal(&in, request_handles, request_parameter_buffer,
80 result = TPM2_PCR_Read(&in, &out);
Marshal_PolicyGetDigest.c 3 // found in the LICENSE file.
57 PolicyGetDigest_In in; local
68 result = PolicyGetDigest_In_Unmarshal(&in, request_handles,
75 result = TPM2_PolicyGetDigest(&in, &out);

Completed in 103 milliseconds

<<11121314151617181920>>