Page MenuHomeFreeBSD

aesni: Ensure that key schedules are aligned
ClosedPublic

Authored by markj on Jan 14 2021, 4:35 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Oct 18, 1:27 PM
Unknown Object (File)
Oct 3 2024, 12:24 PM
Unknown Object (File)
Oct 3 2024, 8:29 AM
Unknown Object (File)
Oct 1 2024, 7:07 AM
Unknown Object (File)
Oct 1 2024, 5:07 AM
Unknown Object (File)
Sep 26 2024, 11:03 PM
Unknown Object (File)
Sep 26 2024, 1:33 PM
Unknown Object (File)
Sep 24 2024, 12:15 PM
Subscribers

Details

Summary

Right now it is happening by accident, since the aesni session softc is
allocated using malloc() and happens to return suitably aligned memory.
Stop relying on this.

Diff Detail

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