Home | History | Annotate | Download | only in cipher

Lines Matching defs:aad

117                           const std::vector<uint8_t> &aad,
160 // parameters are NULL, so it is important to skip the |in| and |aad|
166 (!aad.empty() &&
167 !EVP_CipherUpdate(ctx.get(), nullptr, &unused, aad.data(),
168 aad.size())) ||
227 std::vector<uint8_t> key, iv, plaintext, ciphertext, aad, tag;
238 if (!t->GetBytes(&aad, "AAD") ||
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)) {