HomeSort by relevance Sort by last modified time
    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 366 milliseconds