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)
Tue, Nov 25, 11:34 PM
Unknown Object (File)
Thu, Oct 30, 8:42 AM
Unknown Object (File)
Thu, Oct 30, 7:50 AM
Unknown Object (File)
Oct 29 2025, 6:40 PM
Unknown Object (File)
Oct 29 2025, 7:22 AM
Unknown Object (File)
Oct 29 2025, 1:44 AM
Unknown Object (File)
Oct 19 2025, 9:11 PM
Unknown Object (File)
Oct 14 2025, 5:05 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 Skipped
Unit
Tests Skipped
Build Status
Buildable 52963
Build 49854: arc lint + arc unit