Home
last modified time | relevance | path

Searched hist:c618db2afe7c31d13ca8cf05b60f17165fbdc282 (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/net/tls/
H A DMakefilediff c618db2afe7c31d13ca8cf05b60f17165fbdc282 Fri Jul 15 00:22:33 CDT 2022 Jakub Kicinski <kuba@kernel.org> tls: rx: async: hold onto the input skb

Async crypto currently benefits from the fact that we decrypt
in place. When we allow input and output to be different skbs
we will have to hang onto the input while we move to the next
record. Clone the inputs and keep them on a list.

Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
H A Dtls_strp.cc618db2afe7c31d13ca8cf05b60f17165fbdc282 Fri Jul 15 00:22:33 CDT 2022 Jakub Kicinski <kuba@kernel.org> tls: rx: async: hold onto the input skb

Async crypto currently benefits from the fact that we decrypt
in place. When we allow input and output to be different skbs
we will have to hang onto the input while we move to the next
record. Clone the inputs and keep them on a list.

Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
H A Dtls.hdiff c618db2afe7c31d13ca8cf05b60f17165fbdc282 Fri Jul 15 00:22:33 CDT 2022 Jakub Kicinski <kuba@kernel.org> tls: rx: async: hold onto the input skb

Async crypto currently benefits from the fact that we decrypt
in place. When we allow input and output to be different skbs
we will have to hang onto the input while we move to the next
record. Clone the inputs and keep them on a list.

Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
H A Dtls_sw.cdiff c618db2afe7c31d13ca8cf05b60f17165fbdc282 Fri Jul 15 00:22:33 CDT 2022 Jakub Kicinski <kuba@kernel.org> tls: rx: async: hold onto the input skb

Async crypto currently benefits from the fact that we decrypt
in place. When we allow input and output to be different skbs
we will have to hang onto the input while we move to the next
record. Clone the inputs and keep them on a list.

Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
/openbmc/linux/include/net/
H A Dtls.hdiff c618db2afe7c31d13ca8cf05b60f17165fbdc282 Fri Jul 15 00:22:33 CDT 2022 Jakub Kicinski <kuba@kernel.org> tls: rx: async: hold onto the input skb

Async crypto currently benefits from the fact that we decrypt
in place. When we allow input and output to be different skbs
we will have to hang onto the input while we move to the next
record. Clone the inputs and keep them on a list.

Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>