Searched refs:stored_crc (Results 1 – 1 of 1) sorted by relevance
301 def get_and_check(raw_mac, stored_crc): argument303 if computed_crc == stored_crc:304 valid_msg = "(CRC 0x%02x OK)" % stored_crc307 stored_crc,332 stored_crc = self.parent["CUSTOM_MAC_CRC"].get(from_read)335 stored_crc = self.parent["MAC_CRC"].get(from_read)336 return EfuseMacField.get_and_check(mac, stored_crc)