OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bit_to_corrupt
(Results
1 - 2
of
2
) sorted by null
/external/libchrome/crypto/
p224_spake_unittest.cc
147
const size_t
bit_to_corrupt
= (rand >> 3) % bits;
local
148
const_cast<char*>(m->data())[
bit_to_corrupt
/ 8] ^=
149
1 << (
bit_to_corrupt
% 8);
/external/libweave/third_party/chromium/crypto/
p224_spake_unittest.cc
147
const size_t
bit_to_corrupt
= (rand >> 3) % bits;
local
148
const_cast<char*>(m->data())[
bit_to_corrupt
/ 8] ^=
149
1 << (
bit_to_corrupt
% 8);
Completed in 380 milliseconds