Lines Matching refs:TAG
1248 TAG = 0 variable in AvbPropertyDescriptor
1271 if tag != self.TAG or num_bytes_following != expected_size:
1314 desc = struct.pack(self.FORMAT_STRING, self.TAG, nbf_with_padding,
1362 TAG = 1 variable in AvbHashtreeDescriptor
1406 if tag != self.TAG or num_bytes_following != expected_size:
1483 desc = struct.pack(self.FORMAT_STRING, self.TAG, nbf_with_padding,
1569 TAG = 2 variable in AvbHashDescriptor
1600 if tag != self.TAG or num_bytes_following != expected_size:
1654 desc = struct.pack(self.FORMAT_STRING, self.TAG, nbf_with_padding,
1710 TAG = 3 variable in AvbKernelCmdlineDescriptor
1736 if tag != self.TAG or num_bytes_following != expected_size:
1770 desc = struct.pack(self.FORMAT_STRING, self.TAG, nbf_with_padding,
1806 TAG = 4 variable in AvbChainPartitionDescriptor
1833 if tag != self.TAG or num_bytes_following != expected_size:
1877 desc = struct.pack(self.FORMAT_STRING, self.TAG, nbf_with_padding,