Home
last modified time | relevance | path

Searched refs:dummy_buf (Results 1 – 6 of 6) sorted by relevance

/linux/net/tls/
H A Dtls_device_fallback.c283 void *dummy_buf) in fill_sg_out()
288 sg_set_buf(&sg_out[0], dummy_buf, sync_size); in fill_sg_out()
291 dummy_buf += sync_size; in fill_sg_out()
292 sg_set_buf(&sg_out[2], dummy_buf, cipher_desc->tag); in fill_sg_out()
305 void *buf, *iv, *aad, *dummy_buf, *salt; in tls_enc_skb()
327 dummy_buf = aad + TLS_AAD_SPACE_SIZE; in tls_enc_skb()
336 payload_len, sync_size, dummy_buf); in tls_enc_skb()
286 fill_sg_out(struct scatterlist sg_out[3],void * buf,struct tls_context * tls_ctx,struct sk_buff * nskb,int tcp_payload_offset,int payload_len,int sync_size,void * dummy_buf) fill_sg_out() argument
308 void *buf, *iv, *aad, *dummy_buf, *salt; tls_enc_skb() local
/linux/drivers/mfd/
H A Docelot-spi.c159 xfers[index].tx_buf = ddata->dummy_buf; in ocelot_spi_regmap_bus_read()
222 ddata->dummy_buf = devm_kzalloc(dev, ddata->spi_padding_bytes, GFP_KERNEL); in ocelot_spi_probe()
223 if (!ddata->dummy_buf) in ocelot_spi_probe()
H A Docelot.h30 void *dummy_buf; member
/linux/drivers/net/ethernet/apple/
H A Dmace.c97 static unsigned char *dummy_buf; variable
137 if (dummy_buf == NULL) { in mace_probe()
138 dummy_buf = kmalloc(RX_BUFLEN+2, GFP_KERNEL); in mace_probe()
139 if (dummy_buf == NULL) in mace_probe()
452 data = dummy_buf; in mace_open()
967 data = skb? skb->data: dummy_buf; in mace_rxdma_intr()
1018 kfree(dummy_buf); in mace_cleanup()
1019 dummy_buf = NULL; in mace_cleanup()
/linux/drivers/mtd/nand/raw/
H A Dlpc32xx_mlc.c202 uint8_t *dummy_buf; member
555 lpc32xx_read_page(chip, host->dummy_buf, 1, page); in lpc32xx_read_oob()
660 host->dummy_buf = devm_kzalloc(dev, mtd->writesize, GFP_KERNEL); in lpc32xx_nand_attach_chip()
661 if (!host->dummy_buf) in lpc32xx_nand_attach_chip()
/linux/drivers/firewire/
H A Dcore-device.c336 char dummy_buf[2]; in show_text_leaf() local
362 buf = dummy_buf; in show_text_leaf()