Lines Matching refs:data
250 * continuing to accumulate data
264 * This struct describes the data layout and other parameters with which each
268 * @inplace: operate on the data in-place, if applicable for the algorithm type?
544 * @data: if non-NULL, the buffers will be filled with this data until it ends.
558 struct iov_iter *data,
595 /* Set up the sgl entries and fill the data or poison */
617 if (data) {
620 copy_len = min(partitions[i].length, data->count);
621 copied = copy_from_iter(addr, copy_len, data);
832 /* Flip a random bit in the given nonempty data buffer */
841 /* Flip a random byte in the given nonempty data buffer */
847 /* Sometimes make some random changes to the given nonempty data buffer */
1210 /* Build the scatterlist for the source data */
1398 /* Build the scatterlist for the source data */
1449 /* update() with the pending data */
2030 req->base.data != &wait) {
2049 if (req->base.data != &wait)
2050 pr_err("alg: aead: changed 'req->base.data'\n");
2620 void *data;
2646 data = xbuf[0];
2647 memcpy(data, input, template[i].len);
2673 crypto_cipher_encrypt_one(tfm, data + k,
2674 data + k);
2676 crypto_cipher_decrypt_one(tfm, data + k,
2677 data + k);
2680 q = data;
2790 req->base.data != &wait) {
2807 if (req->base.data != &wait)
2808 pr_err("alg: skcipher: changed 'req->base.data'\n");
3497 "the correct amount of random data for "
3692 printk(KERN_ERR "alg: drbg: could not obtain random data for "
3707 printk(KERN_ERR "alg: drbg: could not obtain random data for "