Searched defs:bytes_marshalled (Results 1 - 25 of 55) sorted by relevance

123

/external/tpm2/
H A DMarshal_ActivateCredential.c72 UINT16 bytes_marshalled; local
93 bytes_marshalled = ActivateCredential_Out_Marshal(&out, tag, &response_buffer,
97 bytes_marshalled - *response_handle_buffer_size;
H A DMarshal_Certify.c73 UINT16 bytes_marshalled; local
93 bytes_marshalled =
97 bytes_marshalled - *response_handle_buffer_size;
H A DMarshal_CertifyCreation.c81 UINT16 bytes_marshalled; local
102 bytes_marshalled = CertifyCreation_Out_Marshal(&out, tag, &response_buffer,
106 bytes_marshalled - *response_handle_buffer_size;
H A DMarshal_Commit.c78 UINT16 bytes_marshalled; local
98 bytes_marshalled =
102 bytes_marshalled - *response_handle_buffer_size;
H A DMarshal_ContextLoad.c65 UINT16 bytes_marshalled; local
86 bytes_marshalled = ContextLoad_Out_Marshal(&out, tag, &response_buffer,
90 bytes_marshalled - *response_handle_buffer_size;
H A DMarshal_ContextSave.c62 UINT16 bytes_marshalled; local
83 bytes_marshalled = ContextSave_Out_Marshal(&out, tag, &response_buffer,
87 bytes_marshalled - *response_handle_buffer_size;
H A DMarshal_Create.c84 UINT16 bytes_marshalled; local
104 bytes_marshalled =
108 bytes_marshalled - *response_handle_buffer_size;
H A DMarshal_CreatePrimary.c86 UINT16 bytes_marshalled; local
107 bytes_marshalled = CreatePrimary_Out_Marshal(&out, tag, &response_buffer,
111 bytes_marshalled - *response_handle_buffer_size;
H A DMarshal_Duplicate.c75 UINT16 bytes_marshalled; local
96 bytes_marshalled =
100 bytes_marshalled - *response_handle_buffer_size;
H A DMarshal_ECC_Parameters.c66 UINT16 bytes_marshalled; local
87 bytes_marshalled = ECC_Parameters_Out_Marshal(&out, tag, &response_buffer,
91 bytes_marshalled - *response_handle_buffer_size;
H A DMarshal_ECDH_KeyGen.c63 UINT16 bytes_marshalled; local
84 bytes_marshalled = ECDH_KeyGen_Out_Marshal(&out, tag, &response_buffer,
88 bytes_marshalled - *response_handle_buffer_size;
H A DMarshal_ECDH_ZGen.c67 UINT16 bytes_marshalled; local
88 bytes_marshalled =
92 bytes_marshalled - *response_handle_buffer_size;
H A DMarshal_EC_Ephemeral.c66 UINT16 bytes_marshalled; local
87 bytes_marshalled = EC_Ephemeral_Out_Marshal(&out, tag, &response_buffer,
91 bytes_marshalled - *response_handle_buffer_size;
H A DMarshal_EncryptDecrypt.c80 UINT16 bytes_marshalled; local
101 bytes_marshalled = EncryptDecrypt_Out_Marshal(&out, tag, &response_buffer,
105 bytes_marshalled - *response_handle_buffer_size;
H A DMarshal_EventSequenceComplete.c68 UINT16 bytes_marshalled; local
89 bytes_marshalled = EventSequenceComplete_Out_Marshal(
93 bytes_marshalled - *response_handle_buffer_size;
H A DMarshal_FieldUpgradeData.c66 UINT16 bytes_marshalled; local
87 bytes_marshalled = FieldUpgradeData_Out_Marshal(&out, tag, &response_buffer,
91 bytes_marshalled - *response_handle_buffer_size;
H A DMarshal_FirmwareRead.c65 UINT16 bytes_marshalled; local
86 bytes_marshalled = FirmwareRead_Out_Marshal(&out, tag, &response_buffer,
90 bytes_marshalled - *response_handle_buffer_size;
H A DMarshal_GetCapability.c75 UINT16 bytes_marshalled; local
96 bytes_marshalled = GetCapability_Out_Marshal(&out, tag, &response_buffer,
100 bytes_marshalled - *response_handle_buffer_size;
H A DMarshal_GetCommandAuditDigest.c73 UINT16 bytes_marshalled; local
94 bytes_marshalled = GetCommandAuditDigest_Out_Marshal(
98 bytes_marshalled - *response_handle_buffer_size;
H A DMarshal_GetRandom.c65 UINT16 bytes_marshalled; local
86 bytes_marshalled =
90 bytes_marshalled - *response_handle_buffer_size;
H A DMarshal_GetSessionAuditDigest.c74 UINT16 bytes_marshalled; local
95 bytes_marshalled = GetSessionAuditDigest_Out_Marshal(
99 bytes_marshalled - *response_handle_buffer_size;
H A DMarshal_GetTestResult.c49 UINT16 bytes_marshalled; local
64 bytes_marshalled = GetTestResult_Out_Marshal(&out, tag, &response_buffer,
68 bytes_marshalled - *response_handle_buffer_size;
H A DMarshal_GetTime.c73 UINT16 bytes_marshalled; local
93 bytes_marshalled =
97 bytes_marshalled - *response_handle_buffer_size;
H A DMarshal_HMAC.c71 UINT16 bytes_marshalled; local
91 bytes_marshalled =
95 bytes_marshalled - *response_handle_buffer_size;
H A DMarshal_HMAC_Start.c71 UINT16 bytes_marshalled; local
92 bytes_marshalled = HMAC_Start_Out_Marshal(&out, tag, &response_buffer,
96 bytes_marshalled - *response_handle_buffer_size;

Completed in 117 milliseconds

123