Home
last modified time | relevance | path

Searched refs:bit_to_corrupt (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/crypto/
Dp224_spake_unittest.cc147 const size_t bit_to_corrupt = (rand >> 3) % bits; in TEST() local
148 const_cast<char*>(m->data())[bit_to_corrupt / 8] ^= in TEST()
149 1 << (bit_to_corrupt % 8); in TEST()