Home | History | Annotate | Download | only in cipher

Lines Matching defs:ad

34 //   AD: b654574932
41 std::vector<uint8_t> key, nonce, in, ad, ct, tag;
45 !t->GetBytes(&ad, "AD") ||
63 ad.data(), ad.size())) {
98 out.size(), ad.data(), ad.size());
131 ad.data(), ad.size())) {
152 ad.data(), ad.size())) {