Home | History | Annotate | Download | only in cipher

Lines Matching full:ciphertext

116                           const std::vector<uint8_t> &ciphertext,
122 out = &ciphertext;
124 in = &ciphertext;
227 std::vector<uint8_t> key, iv, plaintext, ciphertext, aad, tag;
230 !t->GetBytes(&ciphertext, "Ciphertext")) {
264 key, iv, plaintext, ciphertext, aad, tag) ||
266 iv, plaintext, ciphertext, aad, tag)) {
272 key, iv, plaintext, ciphertext, aad, tag) ||
274 key, iv, plaintext, ciphertext, aad, tag)) {