Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
DTableDrivenMarshal.c619 Tpm2bsMarshal_mst *m2bst = (Tpm2bsMarshal_mst *)sel; in Unmarshal() local
622 if(IS_SUCCESS(Unmarshal(m2bst->sizeIndex, target, buffer, size))) in Unmarshal()
628 if(m2bst->modifiers & SIZE_EQUAL) in Unmarshal()
633 marshalIndex_t index = m2bst->dataIndex; in Unmarshal()
636 if ((m2bst->modifiers & PROPAGATE_NULL) in Unmarshal()
644 ((UINT8 *)target) + (m2bst->modifiers & OFFSET_MASK), in Unmarshal()
851 Tpm2bsMarshal_mst *m2bst = (Tpm2bsMarshal_mst *)sel; in Marshal() local
866 offset = _source + (m2bst->modifiers & SIGNED_MASK); in Marshal()
869 amount = Marshal(m2bst->dataIndex, offset, buffer, size); in Marshal()