Searched refs:code_bit (Results 1 – 1 of 1) sorted by relevance
160 uint8_t code_bit; in otpmk_make_code_word_256() local176 code_bit = 0; in otpmk_make_code_word_256()180 code_bit ^= i; in otpmk_make_code_word_256()187 if (code_bit < 252) { in otpmk_make_code_word_256()188 otpmk[code_bit/8] ^= (1 << (code_bit % 8)); in otpmk_make_code_word_256()194 otpmk[(code_bit - 4)/8] ^= (1 << ((code_bit - 4) % 8)); in otpmk_make_code_word_256()
Completed in 3 milliseconds