Home | History | Annotate | Download | only in avb

Lines Matching refs:crc_value

1728     crc_value = binascii.crc32(ab_data_no_crc) & 0xffffffff
1729 ab_data = ab_data_no_crc + struct.pack('!I', crc_value)