HomeSort by relevance Sort by last modified time
    Searched refs:UINT16_Marshal (Results 1 - 6 of 6) sorted by null

  /external/tpm2/
Marshal_EC_Ephemeral.c 28 total_size += UINT16_Marshal(&source->counter, buffer, size);
Marshal_Commit.c 30 total_size += UINT16_Marshal(&source->counter, buffer, size);
TpmFail.c 87 return UINT16_Marshal(&integer, buffer, size);
tpm_generated.c 433 UINT16 UINT16_Marshal(UINT16* source, BYTE** buffer, INT32* size) {
444 total_size += UINT16_Marshal(&source->t.size, buffer, size);
478 total_size += UINT16_Marshal(&source->t.size, buffer, size);
522 total_size += UINT16_Marshal(&source->t.size, buffer, size);
558 total_size += UINT16_Marshal(&source->t.size, buffer, size);
785 total_size += UINT16_Marshal(&source->t.size, buffer, size);
834 total_size += UINT16_Marshal(&source->t.size, buffer, size);
1055 total_size += UINT16_Marshal(&source->t.size, buffer, size);
1062 UINT16_Marshal(&payload_size, &size_location, &size_field_size);
1096 total_size += UINT16_Marshal(&source->t.size, buffer, size)
    [all...]
Object_spt.c     [all...]
tpm_generated.h 328 UINT16 UINT16_Marshal(UINT16* source, BYTE** buffer, INT32* size);
    [all...]

Completed in 78 milliseconds