HomeSort by relevance Sort by last modified time
    Searched defs:kKey (Results 1 - 5 of 5) sorted by null

  /external/boringssl/src/crypto/chacha/
chacha_test.cc 30 static const uint8_t kKey[32] = {
228 CRYPTO_chacha_20(buf.get(), kInput, len, kKey, kNonce, kCounter);
233 CRYPTO_chacha_20(buf.get(), buf.get(), len, kKey, kNonce, kCounter);
  /external/boringssl/src/crypto/cmac/
cmac_test.cc 60 static const uint8_t kKey[16] = {
102 test("RFC 4493 #1", kKey, sizeof(kKey), NULL, 0, kOut1);
103 test("RFC 4493 #2", kKey, sizeof(kKey), kMsg2, sizeof(kMsg2), kOut2);
104 test("RFC 4493 #3", kKey, sizeof(kKey), kMsg3, sizeof(kMsg3), kOut3);
105 test("RFC 4493 #4", kKey, sizeof(kKey), kMsg4, sizeof(kMsg4), kOut4);
  /external/boringssl/src/crypto/evp/
pbkdf_test.cc 27 const uint8_t kKey[] = {0xa3, 0x3d, 0xdd, 0xc3, 0x04, 0x78, 0x18,
30 uint8_t key[sizeof(kKey)];
33 EVP_sha1(), sizeof(kKey), key));
34 EXPECT_EQ(Bytes(kKey), Bytes(key));
37 EVP_sha1(), sizeof(kKey), key));
38 EXPECT_EQ(Bytes(kKey), Bytes(key));
44 const uint8_t kKey[] = {0x8b, 0xc2, 0xf9, 0x16, 0x7a, 0x81, 0xcd, 0xcf,
48 uint8_t key[sizeof(kKey)];
51 sizeof(kKey), key));
52 EXPECT_EQ(Bytes(kKey), Bytes(key))
    [all...]
  /system/update_engine/common/
prefs_unittest.cc 38 const char kKey[] = "test-key";
81 ASSERT_TRUE(SetValue(kKey, test_data));
83 EXPECT_TRUE(prefs_.GetString(kKey, &value));
99 EXPECT_TRUE(prefs_.SetString(kKey, kValue));
101 EXPECT_TRUE(base::ReadFileToString(prefs_dir_.Append(kKey), &value));
115 EXPECT_TRUE(prefs_.SetString(kKey, kValue));
117 EXPECT_TRUE(base::ReadFileToString(subdir.Append(kKey), &value));
123 EXPECT_FALSE(prefs_.SetString(kKey, "test value"));
127 base::CreateDirectory(prefs_dir_.Append(kKey));
128 EXPECT_FALSE(prefs_.SetString(kKey, "test value"))
    [all...]
  /prebuilts/tools/common/intellij-core/171.2455.10/
intellij-core.jar 

Completed in 285 milliseconds