-
Notifications
You must be signed in to change notification settings - Fork 5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable ARM-specific crypto modules #430
Comments
popcornmix
pushed a commit
to raspberrypi/firmware
that referenced
this issue
Nov 11, 2013
See: raspberrypi/linux#415 (comment) kernel: enable MROUTE options and CONFIG_CRYPTO_AES_ARM See: raspberrypi/linux#430 See: raspberrypi/linux#358 firmware: audio_render: check for output space more frequently to avoid underrun See: http://forum.stmlabs.com/showthread.php?tid=10118
popcornmix
pushed a commit
to raspberrypi/firmware
that referenced
this issue
Nov 11, 2013
See: raspberrypi/linux#415 (comment) kernel: enable MROUTE options and CONFIG_CRYPTO_AES_ARM See: raspberrypi/linux#430 See: raspberrypi/linux#358 firmware: audio_render: check for output space more frequently to avoid underrun See: http://forum.stmlabs.com/showthread.php?tid=10118
popcornmix
pushed a commit
to Hexxeh/rpi-firmware
that referenced
this issue
Nov 11, 2013
See: raspberrypi/linux#415 (comment) kernel: enable MROUTE options and CONFIG_CRYPTO_AES_ARM See: raspberrypi/linux#430 See: raspberrypi/linux#358 firmware: audio_render: check for output space more frequently to avoid underrun See: http://forum.stmlabs.com/showthread.php?tid=10118
SHA1_ARM was already in. I've added AES_ARM too. |
That was fast, thanks! Just ran rpi-update and got it, works as expected. SHA1_ARM wasn't in a week ago (when I last updated), but was added 5 days ago in raspberrypi/firmware@452637c3 - should have updated right before posting the issue, sorry. Anyway, issue can be closed in my opinion. |
Thanks for the suggestion! |
neuschaefer
pushed a commit
to neuschaefer/raspi-binary-firmware
that referenced
this issue
Feb 27, 2017
See: raspberrypi/linux#415 (comment) kernel: enable MROUTE options and CONFIG_CRYPTO_AES_ARM See: raspberrypi/linux#430 See: raspberrypi/linux#358 firmware: audio_render: check for output space more frequently to avoid underrun See: http://forum.stmlabs.com/showthread.php?tid=10118
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please set the kernel options
These enable implementations of the algorithms that use ARM assembler and are quite a bit faster than the stock C versions. They accelerated encryption-heavy tasks by factor 1.5 in my short tests.
The text was updated successfully, but these errors were encountered: