Searched refs:crc_tmp (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/env/ |
H A D | eeprom.c | 88 ulong len, crc[2], crc_tmp; in env_eeprom_load() local 108 crc_tmp = 0; in env_eeprom_load() 117 crc_tmp = crc32(crc_tmp, rdbuf, n); in env_eeprom_load() 122 if (crc_tmp == crc[i]) in env_eeprom_load()
|
/openbmc/linux/net/batman-adv/ |
H A D | translation-table.c | 2461 u32 i, crc_tmp, crc = 0; in batadv_tt_global_crc() local 2505 crc_tmp = crc32c(0, &tmp_vid, sizeof(tmp_vid)); in batadv_tt_global_crc() 2511 crc_tmp = crc32c(crc_tmp, &flags, sizeof(flags)); in batadv_tt_global_crc() 2513 crc ^= crc32c(crc_tmp, tt_common->addr, ETH_ALEN); in batadv_tt_global_crc() 2539 u32 i, crc_tmp, crc = 0; in batadv_tt_local_crc() local 2564 crc_tmp = crc32c(0, &tmp_vid, sizeof(tmp_vid)); in batadv_tt_local_crc() 2570 crc_tmp = crc32c(crc_tmp, &flags, sizeof(flags)); in batadv_tt_local_crc() 2572 crc ^= crc32c(crc_tmp, tt_common->addr, ETH_ALEN); in batadv_tt_local_crc()
|