Lines Matching defs:input
747 struct iov_iter input;
750 iov_iter_kvec(&input, WRITE, inputs, nr_inputs, src_total_len);
755 &input, NULL);
1129 struct iov_iter input;
1133 iov_iter_kvec(&input, WRITE, &kv, 1, vec->psize);
1135 &input, divs);
1944 struct kvec input[2];
1992 input[0].iov_base = (void *)vec->assoc;
1993 input[0].iov_len = vec->alen;
1994 input[1].iov_base = enc ? (void *)vec->ptext : (void *)vec->ctext;
1995 input[1].iov_len = enc ? vec->plen : vec->clen;
2001 input, 2);
2619 const char *input, *result;
2638 input = enc ? template[i].ptext : template[i].ctext;
2647 memcpy(data, input, template[i].len);
2715 struct kvec input;
2760 input.iov_base = enc ? (void *)vec->ptext : (void *)vec->ctext;
2761 input.iov_len = vec->len;
2763 vec->len, vec->len, &input, 1);
3211 ret = crypto_comp_compress(tfm, ctemplate[i].input,
3238 if (memcmp(decomp_output, ctemplate[i].input,
3255 ret = crypto_comp_decompress(tfm, dtemplate[i].input,
3317 input_vec = kmemdup(ctemplate[i].input, ilen, GFP_KERNEL);
3394 input_vec = kmemdup(dtemplate[i].input, ilen, GFP_KERNEL);