Lines Matching refs:input
750 struct iov_iter input; in build_cipher_test_sglists() local
753 iov_iter_kvec(&input, WRITE, inputs, nr_inputs, src_total_len); in build_cipher_test_sglists()
758 &input, NULL); in build_cipher_test_sglists()
1132 struct iov_iter input; in build_hash_sglist() local
1136 iov_iter_kvec(&input, WRITE, &kv, 1, vec->psize); in build_hash_sglist()
1138 &input, divs); in build_hash_sglist()
1938 struct kvec input[2]; in test_aead_vec_cfg() local
1986 input[0].iov_base = (void *)vec->assoc; in test_aead_vec_cfg()
1987 input[0].iov_len = vec->alen; in test_aead_vec_cfg()
1988 input[1].iov_base = enc ? (void *)vec->ptext : (void *)vec->ctext; in test_aead_vec_cfg()
1989 input[1].iov_len = enc ? vec->plen : vec->clen; in test_aead_vec_cfg()
1995 input, 2); in test_aead_vec_cfg()
2607 const char *input, *result; in test_cipher() local
2626 input = enc ? template[i].ptext : template[i].ctext; in test_cipher()
2635 memcpy(data, input, template[i].len); in test_cipher()
2703 struct kvec input; in test_skcipher_vec_cfg() local
2748 input.iov_base = enc ? (void *)vec->ptext : (void *)vec->ctext; in test_skcipher_vec_cfg()
2749 input.iov_len = vec->len; in test_skcipher_vec_cfg()
2751 vec->len, vec->len, &input, 1); in test_skcipher_vec_cfg()
3195 ret = crypto_comp_compress(tfm, ctemplate[i].input, in test_comp()
3222 if (memcmp(decomp_output, ctemplate[i].input, in test_comp()
3239 ret = crypto_comp_decompress(tfm, dtemplate[i].input, in test_comp()
3301 input_vec = kmemdup(ctemplate[i].input, ilen, GFP_KERNEL); in test_acomp()
3378 input_vec = kmemdup(dtemplate[i].input, ilen, GFP_KERNEL); in test_acomp()