Searched refs:ONIE_TLV_CRC_SZ (Results 1 – 1 of 1) sorted by relevance
19 #define ONIE_TLV_CRC_SZ 4 macro165 if (crc_hdr.type != 0xfe || crc_hdr.len != ONIE_TLV_CRC_SZ) { in onie_tlv_crc_is_valid()173 memcpy(&crc_be, table + table_len - ONIE_TLV_CRC_SZ, ONIE_TLV_CRC_SZ); in onie_tlv_crc_is_valid()175 calc_crc = crc32(~0, table, table_len - ONIE_TLV_CRC_SZ) ^ 0xFFFFFFFF; in onie_tlv_crc_is_valid()