Home
last modified time | relevance | path

Searched refs:new_sg (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/crypto/
H A Domap-crypto.c18 struct scatterlist *new_sg, u16 flags) in omap_crypto_copy_sg_lists() argument
24 new_sg = kmalloc_objs(*new_sg, n); in omap_crypto_copy_sg_lists()
25 if (!new_sg) in omap_crypto_copy_sg_lists()
28 sg_init_table(new_sg, n); in omap_crypto_copy_sg_lists()
31 tmp = new_sg; in omap_crypto_copy_sg_lists()
50 *sg = new_sg; in omap_crypto_copy_sg_lists()
56 struct scatterlist *new_sg, u16 flags) in omap_crypto_copy_sgs() argument
79 sg_init_table(new_sg, 1); in omap_crypto_copy_sgs()
81 sg_set_buf(new_sg, buf, new_len); in omap_crypto_copy_sgs()
83 *sg = new_sg; in omap_crypto_copy_sgs()
[all …]
H A Domap-crypto.h28 struct scatterlist *new_sg, u16 flags,