Lines Matching refs:data
264 * continuing to accumulate data
278 * This struct describes the data layout and other parameters with which each
282 * @inplace_mode: whether and how to operate on the data in-place, if applicable
571 * @data: if non-NULL, the buffers will be filled with this data until it ends.
585 struct iov_iter *data,
622 /* Set up the sgl entries and fill the data or poison */
644 if (data) {
647 copy_len = min(partitions[i].length, data->count);
648 copied = copy_from_iter(addr, copy_len, data);
918 /* Flip a random bit in the given nonempty data buffer */
927 /* Flip a random byte in the given nonempty data buffer */
933 /* Sometimes make some random changes to the given nonempty data buffer */
1306 /* Build the scatterlist for the source data */
1494 /* Build the scatterlist for the source data */
1545 /* update() with the pending data */
2133 req->base.data != &wait) {
2152 if (req->base.data != &wait)
2153 pr_err("alg: aead: changed 'req->base.data'\n");
2730 void *data;
2756 data = xbuf[0];
2757 memcpy(data, input, template[i].len);
2783 crypto_cipher_encrypt_one(tfm, data + k,
2784 data + k);
2786 crypto_cipher_decrypt_one(tfm, data + k,
2787 data + k);
2790 q = data;
2900 req->base.data != &wait) {
2917 if (req->base.data != &wait)
2918 pr_err("alg: skcipher: changed 'req->base.data'\n");
3641 "the correct amount of random data for "
3837 printk(KERN_ERR "alg: drbg: could not obtain random data for "
3852 printk(KERN_ERR "alg: drbg: could not obtain random data for "