Home | History | Annotate | Download | only in arm
History log of /src/sys/crypto/aes/arch/arm/aes_armv8.c
RevisionDateAuthorComments
 1.5  25-Jul-2020  riastradh Implement AES-CCM with ARMv8.5-AES.
 1.4  25-Jul-2020  riastradh Split aes_impl declarations out into aes_impl.h.

This will make it less painful to add more operations to struct
aes_impl without having to recompile everything that just uses the
block cipher directly or similar.
 1.3  30-Jun-2020  riastradh New test sys/crypto/aes/t_aes.

Runs aes_selftest on all kernel AES implementations supported on the
current hardware, not just the preferred one.
 1.2  29-Jun-2020  riastradh Move aarch64/fpu.h to arm/fpu.h.
 1.1  29-Jun-2020  riastradh Implement AES in kernel using ARMv8.0-AES on aarch64.

RSS XML Feed