Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/crypto/virtio/
H A Dvirtio_crypto_algs.c355 int sg_total; in __virtio_crypto_skcipher_do_req() local
371 sg_total = src_nents + dst_nents + 3; in __virtio_crypto_skcipher_do_req()
372 sgs = kcalloc_node(sg_total, sizeof(*sgs), GFP_KERNEL, in __virtio_crypto_skcipher_do_req()