Home | History | Annotate | Download | only in avb

Lines Matching refs:crc_value

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