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

  /external/tpm2/generator/
union_selectors.py 178 def GetUnionSelectorField(union_type, selector_value):
180 return _SELECTORS[union_type]['selectors'][selector_value]
structure_generator.py 136 The 'selector_value' attribute is used to associate union fields with
144 the field named 'rsa' will have its 'selector_value' set to 'TPM_ALG_RSA'.
151 selector_value: a string, see example above
199 self.selector_value = selector
    [all...]
structure_generator_test.py 181 self.assertEqual(tpm_obj.fields[3].selector_value, 'field2')
tpm_table.py 653 if field.selector_value:
654 body_lines[-1].append(field.selector_value)
  /system/tpm/trunks/generator/
union_selectors.py 190 def GetUnionSelectorField(union_type, selector_value):
192 return _SELECTORS[union_type]['selectors'][selector_value]

Completed in 5800 milliseconds