Page MenuHomeFreeBSD

ossl: Add support for armv7
ClosedPublic

Authored by markj on Aug 3 2023, 6:37 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Mar 5, 9:19 AM
Unknown Object (File)
Fri, Feb 28, 5:34 PM
Unknown Object (File)
Tue, Feb 25, 11:30 PM
Unknown Object (File)
Mon, Feb 24, 12:37 PM
Unknown Object (File)
Feb 17 2025, 2:34 AM
Unknown Object (File)
Feb 16 2025, 7:50 AM
Unknown Object (File)
Jan 25 2025, 6:34 AM
Unknown Object (File)
Jan 10 2025, 6:57 AM
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