OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:s2_ptr
(Results
1 - 2
of
2
) sorted by null
/external/libchrome/crypto/
secure_util.cc
13
const unsigned char*
s2_ptr
= reinterpret_cast<const unsigned char*>(s2);
local
15
for (size_t i = 0; i < n; ++i, ++s1_ptr, ++
s2_ptr
)
16
tmp |= *s1_ptr ^ *
s2_ptr
;
/external/libweave/third_party/chromium/crypto/
p224_spake.cc
106
bool SecureMemEqual(const uint8_t* s1_ptr, const uint8_t*
s2_ptr
, size_t n) {
108
for (size_t i = 0; i < n; ++i, ++s1_ptr, ++
s2_ptr
)
109
tmp |= *s1_ptr ^ *
s2_ptr
;
Completed in 4408 milliseconds