Home
last modified time | relevance | path

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

/openbmc/linux/net/tls/
H A Dtls_sw.c1468 int n_sgin, n_sgout, aead_size, err, pages = 0; in tls_decrypt_sg() local
1482 n_sgin = skb_nsg(skb, rxm->offset + prot->prepend_size, in tls_decrypt_sg()
1484 if (n_sgin < 1) in tls_decrypt_sg()
1485 return n_sgin ?: -EBADMSG; in tls_decrypt_sg()
1506 n_sgin = n_sgin + 1; in tls_decrypt_sg()
1514 mem = kmalloc(aead_size + struct_size(dctx, sg, size_add(n_sgin, n_sgout)), in tls_decrypt_sg()
1526 sgout = &dctx->sg[n_sgin]; in tls_decrypt_sg()
1561 sg_init_table(sgin, n_sgin); in tls_decrypt_sg()