DR_STE_SIZE_TAG
u8 tag[DR_STE_SIZE_TAG];
u8 masked[DR_STE_SIZE_TAG] = {};
return !memcmp(s_hw_ste->tag, d_hw_ste->tag, DR_STE_SIZE_TAG);
bit = 1 << (DR_STE_SIZE_TAG - 1);
for (i = 0; i < DR_STE_SIZE_TAG; i++) {
crc32 = dr_ste_crc32_calc(masked, DR_STE_SIZE_TAG);
u8 *mask = tag + DR_STE_SIZE_TAG;
u8 tmp_tag[DR_STE_SIZE_TAG] = {};
memcpy(tmp_tag, tag, DR_STE_SIZE_TAG);
memcpy(mask, tmp_tag, DR_STE_SIZE_TAG);