lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20231009080946.7655-1-louis.peens@corigine.com>
Date: Mon,  9 Oct 2023 10:09:45 +0200
From: Louis Peens <louis.peens@...igine.com>
To: David Miller <davem@...emloft.net>,
	Jakub Kicinski <kuba@...nel.org>,
	Paolo Abeni <pabeni@...hat.com>
Cc: Steffen Klassert <steffen.klassert@...unet.com>,
	Herbert Xu <herbert@...dor.apana.org.au>,
	Leon Romanovsky <leon@...nel.org>,
	Simon Horman <horms@...nel.org>,
	Shihong Wang <shihong.wang@...igine.com>,
	netdev@...r.kernel.org,
	oss-drivers@...igine.com
Subject: [PATCH net-next v2 0/1] net: add offload support for CHACHA20-POLY1305

This patch adds support for offloading the CHACHA20-POLY1305 ipsec
algorithm to nfp hardware. When the SADB_EALG_NONE path is hit use the
algorithm name to identify CHACHA20-POLY1305, and offload to the nfp.

Changes since v1:

Remove modification to pfkey
    The first version of this series modified xfrm itself to add new
    things in pfkey. We were informed that this was deprecated, so in
    this version the name is parsed directly as suggesting during
    review of v1.

Shihong Wang (1):
  nfp: add support CHACHA20-POLY1305 offload for ipsec

 .../net/ethernet/netronome/nfp/crypto/ipsec.c | 45 +++++++++++++++++--
 1 file changed, 42 insertions(+), 3 deletions(-)

-- 
2.34.1


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ