OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kNonceSize
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chromeos/cryptohome/
cryptohome_library.cc
26
const size_t
kNonceSize
= 16;
188
std::string nonce = salt.substr(0,
kNonceSize
);
220
std::string nonce = salt.substr(0,
kNonceSize
);
/external/chromium_org/net/quic/crypto/
crypto_protocol.h
115
const size_t
kNonceSize
= 32; // Size in bytes of the connection nonce.
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
turnserver.cc
55
static const size_t
kNonceSize
= 40;
481
ASSERT(nonce.size() ==
kNonceSize
);
487
if (nonce.size() !=
kNonceSize
) {
[
all
...]
Completed in 380 milliseconds