HomeSort by relevance Sort by last modified time
    Searched refs:kBytes (Results 1 - 11 of 11) 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/third_party/skia/tests/
ChecksumTest.cpp 24 const size_t kBytes = SkAlign4(128);
26 uint32_t data[kBytes/4], tweaked[kBytes/4];
38 const uint32_t hash = algorithm(data, kBytes);
40 ASSERT(hash == algorithm(data, kBytes));
46 const uint32_t tweakedHash = algorithm(tweaked, kBytes);
48 ASSERT(tweakedHash == algorithm(tweaked, kBytes));
SmallAllocatorTest.cpp 30 template<uint32_t kMaxObjects, size_t kBytes> void test_allocator(skiatest::Reporter* reporter) {
32 SkSmallAllocator<kMaxObjects, kBytes> alloc;
  /external/skia/tests/
ChecksumTest.cpp 24 const size_t kBytes = SkAlign4(128);
26 uint32_t data[kBytes/4], tweaked[kBytes/4];
38 const uint32_t hash = algorithm(data, kBytes);
40 ASSERT(hash == algorithm(data, kBytes));
46 const uint32_t tweakedHash = algorithm(tweaked, kBytes);
48 ASSERT(tweakedHash == algorithm(tweaked, kBytes));
SmallAllocatorTest.cpp 30 template<uint32_t kMaxObjects, size_t kBytes> void test_allocator(skiatest::Reporter* reporter) {
32 SkSmallAllocator<kMaxObjects, kBytes> alloc;
  /external/chromium_org/net/quic/crypto/
curve25519_key_exchange.cc 31 COMPILE_ASSERT(sizeof(ka->public_key_) == crypto::curve25519::kBytes,
66 if (peer_public_value.size() != crypto::curve25519::kBytes) {
70 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);
  /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...]
  /prebuilts/sdk/tools/lib/
signapk.jar 

Completed in 608 milliseconds