Home | History | Annotate | Download | only in crypto

Lines Matching defs:key

15   scoped_ptr<crypto::SymmetricKey> key(
18 EXPECT_TRUE(NULL != key.get());
24 EXPECT_TRUE(encryptor.Init(key.get(), crypto::Encryptor::CBC, iv));
89 std::string key(reinterpret_cast<const char*>(raw_key), sizeof(raw_key));
91 crypto::SymmetricKey::AES, key));
116 std::string key = "128=SixteenBytes";
124 crypto::SymmetricKey::AES, key));
144 std::string key = "192bitsIsTwentyFourByte!";
150 crypto::SymmetricKey::AES, key));
172 std::string key = "7 = bad";
175 crypto::SymmetricKey::AES, key));
186 std::string key = "128=SixteenBytes";
189 crypto::SymmetricKey::AES, key));
197 std::string key = "128=SixteenBytes";
203 crypto::SymmetricKey::AES, key));
218 std::string key = "128=SixteenBytes";
222 crypto::SymmetricKey::AES, key));