Home | History | Annotate | Download | only in cipher

Lines Matching defs:in

5  * copyright notice and this permission notice appear in all copies.
9 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
11 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
12 * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
33 // IN: 6a4583908d
53 std::vector<uint8_t> key, nonce, in, ad, ct, tag;
56 !t->GetBytes(&in, "IN") ||
72 std::vector<uint8_t> out(in.size() + EVP_AEAD_max_overhead(aead));
77 bssl::vector_data(&in), in.size(),
133 if (!t->ExpectBytesEqual(bssl::vector_data(&in), in.size(),