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
58 // If it is not, the keys are concatenated in a single attribute "KEYs".
89 std::vector<uint8_t> keys, key1, key2, key3, iv, in, result;
100 !t->GetBytes(&in, in_label)) {
118 in)) {
145 EncodeHex(in.data(), in.size()).c_str());
212 std::vector<uint8_t> key1, key2, key3, iv, in, result;
220 !t->GetBytes(&in, in_label)) {
226 std::vector<uint8_t> current_iv = iv, current_in = in, prev_result,
275 EncodeHex(in.data(), in.size()).c_str());
290 in = prev_result;
294 in = current_in;
297 in = result;