HomeSort by relevance Sort by last modified time
    Searched refs:kBytes (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/crypto/
curve25519_unittest.cc 24 uint8 alice_public_key[curve25519::kBytes];
27 uint8 bob_public_key[curve25519::kBytes];
32 uint8 alice_shared_key[curve25519::kBytes];
37 uint8 bob_shared_key[curve25519::kBytes];
41 ASSERT_EQ(0, memcmp(alice_shared_key, bob_shared_key, curve25519::kBytes));
curve25519.h 19 // kBytes is the number of bytes in the result of the Diffie-Hellman operation,
21 static const size_t kBytes = 32;
31 // |peer_public_key| should be of length |kBytes|.
  /external/chromium_org/net/quic/crypto/
curve25519_key_exchange.cc 30 COMPILE_ASSERT(sizeof(ka->public_key_) == crypto::curve25519::kBytes,
65 if (peer_public_value.size() != crypto::curve25519::kBytes) {
69 uint8 result[crypto::curve25519::kBytes];
  /external/chromium_org/base/android/
jni_array_unittest.cc 15 const uint8 kBytes[] = { 0, 1, 2, 3 };
16 const size_t kLen = arraysize(kBytes);
18 ScopedJavaLocalRef<jbyteArray> bytes = ToJavaByteArray(env, kBytes, kLen);
24 EXPECT_EQ(std::vector<uint8>(kBytes, kBytes + kLen), vec);
  /frameworks/av/libvideoeditor/lvpp/
VideoEditorSRC.cpp 134 const size_t kBytes = kOutputFrameCount * 2 * sizeof(int32_t);
135 int32_t *pTmpBuffer = (int32_t *)calloc(1, kBytes);
137 ALOGE("calloc failed to allocate memory: %d bytes", kBytes);
  /external/chromium_org/v8/test/mjsunit/
big-array-literal.js 28 // On MacOS X 10.7.5, this test needs a stack size of at least 788 kBytes.
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/keystore/pkcs12/
PKCS12KeyStoreSpi.java     [all...]

Completed in 384 milliseconds