Page MenuHomeFreeBSD

ossl: Add support for armv7
ClosedPublic

Authored by markj on Aug 3 2023, 6:37 PM.
Tags
None
Referenced Files
F72051278: D41304.diff
Thu, Nov 30, 6:21 PM
Unknown Object (File)
Wed, Nov 15, 9:02 AM
Unknown Object (File)
Oct 14 2023, 8:03 AM
Unknown Object (File)
Oct 10 2023, 6:51 PM
Unknown Object (File)
Oct 8 2023, 2:51 AM
Unknown Object (File)
Sep 30 2023, 7:17 PM
Unknown Object (File)
Sep 21 2023, 10:26 PM
Unknown Object (File)
Sep 13 2023, 7:02 PM
Subscribers

Details

Summary

OpenSSL provides implementations of several AES modes which use
bitslicing and can be accelerated on CPUs which support the NEON
extension. This patch adds arm platform support to ossl and provides an
AES-CBC implementation, though bsaes_cbc_encrypt() only implements
decryption. The real goal is to provide an accelerated AES-GCM
implementation; this will be added in a subsequent patch.

Initially derived from https://reviews.freebsd.org/D37420.

Sponsored by: Klara, Inc.
Sponsored by: Stormshield

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable