Lines Matching refs:sizeofSelect

924   total_size += UINT8_Marshal(&source->sizeofSelect, buffer, size);  in TPMS_PCR_SELECTION_Marshal()
925 for (i = 0; i < source->sizeofSelect; ++i) { in TPMS_PCR_SELECTION_Marshal()
940 result = UINT8_Unmarshal(&target->sizeofSelect, buffer, size); in TPMS_PCR_SELECTION_Unmarshal()
944 if (target->sizeofSelect > PCR_SELECT_MAX) { in TPMS_PCR_SELECTION_Unmarshal()
947 if (target->sizeofSelect < PCR_SELECT_MIN) { in TPMS_PCR_SELECTION_Unmarshal()
950 for (i = 0; i < target->sizeofSelect; ++i) { in TPMS_PCR_SELECTION_Unmarshal()
5855 total_size += UINT8_Marshal(&source->sizeofSelect, buffer, size); in TPMS_TAGGED_PCR_SELECT_Marshal()
5856 for (i = 0; i < source->sizeofSelect; ++i) { in TPMS_TAGGED_PCR_SELECT_Marshal()
5871 result = UINT8_Unmarshal(&target->sizeofSelect, buffer, size); in TPMS_TAGGED_PCR_SELECT_Unmarshal()
5875 if (target->sizeofSelect > PCR_SELECT_MAX) { in TPMS_TAGGED_PCR_SELECT_Unmarshal()
5878 if (target->sizeofSelect < PCR_SELECT_MIN) { in TPMS_TAGGED_PCR_SELECT_Unmarshal()
5881 for (i = 0; i < target->sizeofSelect; ++i) { in TPMS_TAGGED_PCR_SELECT_Unmarshal()
6719 total_size += UINT8_Marshal(&source->sizeofSelect, buffer, size); in TPMS_PCR_SELECT_Marshal()
6720 for (i = 0; i < source->sizeofSelect; ++i) { in TPMS_PCR_SELECT_Marshal()
6731 result = UINT8_Unmarshal(&target->sizeofSelect, buffer, size); in TPMS_PCR_SELECT_Unmarshal()
6735 if (target->sizeofSelect > PCR_SELECT_MAX) { in TPMS_PCR_SELECT_Unmarshal()
6738 if (target->sizeofSelect < PCR_SELECT_MIN) { in TPMS_PCR_SELECT_Unmarshal()
6741 for (i = 0; i < target->sizeofSelect; ++i) { in TPMS_PCR_SELECT_Unmarshal()