HomeSort by relevance Sort by last modified time
    Searched refs:bytes_marshalled (Results 1 - 25 of 55) sorted by null

1 2 3

  /external/tpm2/
marshal_test.c 83 UINT16 bytes_marshalled = uint32_t_Marshal(&value, &buffer_ptr, &size); local
84 CHECK_EQ(bytes_marshalled, num_bytes)
101 UINT16 bytes_marshalled = uint32_t_Marshal(&value, &buffer_ptr, &size); local
103 CHECK_EQ(bytes_marshalled, num_bytes);
106 bytes_marshalled = uint32_t_Marshal(&value, &buffer_ptr, NULL);
107 CHECK_EQ(bytes_marshalled, num_bytes);
120 UINT16 bytes_marshalled = TPM_KEY_BITS_Marshal(&value, &buffer_ptr, &size); local
121 CHECK_EQ(bytes_marshalled, num_bytes);
138 UINT16 bytes_marshalled = TPM_KEY_BITS_Marshal(&value, &buffer_ptr, &size); local
140 CHECK_EQ(bytes_marshalled, num_bytes)
185 UINT16 bytes_marshalled = TPMA_OBJECT_Marshal(&value, &buffer_ptr, &size); local
215 UINT16 bytes_marshalled = TPMI_DH_ENTITY_Marshal(&value, &buffer_ptr, &size); local
296 UINT16 bytes_marshalled = TPMI_AES_KEY_BITS_Marshal(&value, &buffer_ptr, &size); local
329 UINT16 bytes_marshalled = TPML_DIGEST_Marshal(&value, &buffer_ptr, &size); local
354 UINT16 bytes_marshalled = TPM2B_DIGEST_Marshal(&value, &buffer_ptr, &size); local
371 UINT16 bytes_marshalled = TPMT_TK_HASHCHECK_Marshal(&value, &buffer_ptr, &size); local
385 UINT16 bytes_marshalled = TPMT_TK_HASHCHECK_Marshal(&value, &buffer_ptr, &size); local
400 UINT16 bytes_marshalled = TPM2B_NV_PUBLIC_Marshal(&value, &buffer_ptr, &size); local
    [all...]
Marshal_GetTestResult.c 49 UINT16 bytes_marshalled; local
64 bytes_marshalled = GetTestResult_Out_Marshal(&out, tag, &response_buffer,
68 bytes_marshalled - *response_handle_buffer_size;
Marshal_ReadClock.c 48 UINT16 bytes_marshalled; local
63 bytes_marshalled =
67 bytes_marshalled - *response_handle_buffer_size;
Marshal_ActivateCredential.c 72 UINT16 bytes_marshalled; local
93 bytes_marshalled = ActivateCredential_Out_Marshal(&out, tag, &response_buffer,
97 bytes_marshalled - *response_handle_buffer_size;
Marshal_Certify.c 73 UINT16 bytes_marshalled; local
93 bytes_marshalled =
97 bytes_marshalled - *response_handle_buffer_size;
Marshal_ContextLoad.c 65 UINT16 bytes_marshalled; local
86 bytes_marshalled = ContextLoad_Out_Marshal(&out, tag, &response_buffer,
90 bytes_marshalled - *response_handle_buffer_size;
Marshal_ContextSave.c 62 UINT16 bytes_marshalled; local
83 bytes_marshalled = ContextSave_Out_Marshal(&out, tag, &response_buffer,
87 bytes_marshalled - *response_handle_buffer_size;
Marshal_ECC_Parameters.c 66 UINT16 bytes_marshalled; local
87 bytes_marshalled = ECC_Parameters_Out_Marshal(&out, tag, &response_buffer,
91 bytes_marshalled - *response_handle_buffer_size;
Marshal_ECDH_KeyGen.c 63 UINT16 bytes_marshalled; local
84 bytes_marshalled = ECDH_KeyGen_Out_Marshal(&out, tag, &response_buffer,
88 bytes_marshalled - *response_handle_buffer_size;
Marshal_ECDH_ZGen.c 67 UINT16 bytes_marshalled; local
88 bytes_marshalled =
92 bytes_marshalled - *response_handle_buffer_size;
Marshal_EC_Ephemeral.c 66 UINT16 bytes_marshalled; local
87 bytes_marshalled = EC_Ephemeral_Out_Marshal(&out, tag, &response_buffer,
91 bytes_marshalled - *response_handle_buffer_size;
Marshal_EventSequenceComplete.c 68 UINT16 bytes_marshalled; local
89 bytes_marshalled = EventSequenceComplete_Out_Marshal(
93 bytes_marshalled - *response_handle_buffer_size;
Marshal_FieldUpgradeData.c 66 UINT16 bytes_marshalled; local
87 bytes_marshalled = FieldUpgradeData_Out_Marshal(&out, tag, &response_buffer,
91 bytes_marshalled - *response_handle_buffer_size;
Marshal_FirmwareRead.c 65 UINT16 bytes_marshalled; local
86 bytes_marshalled = FirmwareRead_Out_Marshal(&out, tag, &response_buffer,
90 bytes_marshalled - *response_handle_buffer_size;
Marshal_GetCapability.c 75 UINT16 bytes_marshalled; local
96 bytes_marshalled = GetCapability_Out_Marshal(&out, tag, &response_buffer,
100 bytes_marshalled - *response_handle_buffer_size;
Marshal_GetCommandAuditDigest.c 73 UINT16 bytes_marshalled; local
94 bytes_marshalled = GetCommandAuditDigest_Out_Marshal(
98 bytes_marshalled - *response_handle_buffer_size;
Marshal_GetRandom.c 65 UINT16 bytes_marshalled; local
86 bytes_marshalled =
90 bytes_marshalled - *response_handle_buffer_size;
Marshal_GetSessionAuditDigest.c 74 UINT16 bytes_marshalled; local
95 bytes_marshalled = GetSessionAuditDigest_Out_Marshal(
99 bytes_marshalled - *response_handle_buffer_size;
Marshal_GetTime.c 73 UINT16 bytes_marshalled; local
93 bytes_marshalled =
97 bytes_marshalled - *response_handle_buffer_size;
Marshal_HMAC.c 71 UINT16 bytes_marshalled; local
91 bytes_marshalled =
95 bytes_marshalled - *response_handle_buffer_size;
Marshal_HMAC_Start.c 71 UINT16 bytes_marshalled; local
92 bytes_marshalled = HMAC_Start_Out_Marshal(&out, tag, &response_buffer,
96 bytes_marshalled - *response_handle_buffer_size;
Marshal_HashSequenceStart.c 69 UINT16 bytes_marshalled; local
90 bytes_marshalled = HashSequenceStart_Out_Marshal(&out, tag, &response_buffer,
94 bytes_marshalled - *response_handle_buffer_size;
Marshal_IncrementalSelfTest.c 65 UINT16 bytes_marshalled; local
86 bytes_marshalled = IncrementalSelfTest_Out_Marshal(
90 bytes_marshalled - *response_handle_buffer_size;
Marshal_Load.c 73 UINT16 bytes_marshalled; local
93 bytes_marshalled =
97 bytes_marshalled - *response_handle_buffer_size;
Marshal_LoadExternal.c 75 UINT16 bytes_marshalled; local
96 bytes_marshalled = LoadExternal_Out_Marshal(&out, tag, &response_buffer,
100 bytes_marshalled - *response_handle_buffer_size;

Completed in 65 milliseconds

1 2 3