Home
last modified time | relevance | path

Searched refs:uint32_t_Marshal (Results 1 – 3 of 3) sorted by relevance

/external/tpm2/
Dtpm_generated.c201 UINT16 uint32_t_Marshal(uint32_t* source, BYTE** buffer, INT32* size) { in uint32_t_Marshal() function
960 return uint32_t_Marshal(source, buffer, size); in UINT32_Marshal()
1445 return uint32_t_Marshal(source, buffer, size); in TPMI_RH_NV_INDEX_Marshal()
1467 return uint32_t_Marshal((uint32_t*)source, buffer, size); in TPMA_NV_Marshal()
1689 return uint32_t_Marshal((uint32_t*)source, buffer, size); in TPMA_OBJECT_Marshal()
3661 return uint32_t_Marshal((uint32_t*)source, buffer, size); in TPMA_ALGORITHM_Marshal()
3682 return uint32_t_Marshal((uint32_t*)source, buffer, size); in TPMA_CC_Marshal()
3698 return uint32_t_Marshal((uint32_t*)source, buffer, size); in TPMA_MEMORY_Marshal()
3716 return uint32_t_Marshal((uint32_t*)source, buffer, size); in TPMA_PERMANENT_Marshal()
3757 return uint32_t_Marshal((uint32_t*)source, buffer, size); in TPMA_STARTUP_CLEAR_Marshal()
[all …]
Dmarshal_test.c83 UINT16 bytes_marshalled = uint32_t_Marshal(&value, &buffer_ptr, &size); in BasicTypesSuccessTest()
101 UINT16 bytes_marshalled = uint32_t_Marshal(&value, &buffer_ptr, &size); in BasicTypesFailureTest()
106 bytes_marshalled = uint32_t_Marshal(&value, &buffer_ptr, NULL); in BasicTypesFailureTest()
Dtpm_generated.h32 UINT16 uint32_t_Marshal(uint32_t* source, BYTE** buffer, INT32* size);