Home | History | Annotate | Download | only in test

Lines Matching defs:plain_text

49                      const std::vector<uint8_t>& plain_text,
57 Status status = Encrypt(algorithm, key, CryptoData(plain_text), &output);
88 std::vector<uint8_t>* plain_text) {
102 return Decrypt(algorithm, key, CryptoData(cipher_text_with_tag), plain_text);
168 GetBytesFromHexString(test, "plain_text");
203 std::vector<uint8_t> plain_text;
211 &plain_text));
212 EXPECT_BYTES_EQ(test_plain_text, plain_text);
222 &plain_text));
230 &plain_text));
238 &plain_text));
246 &plain_text));
261 &plain_text));