CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2021/02/21 07:55:17
Modified files:
sys/arch/arm64/arm64: autoconf.c cpu.c
sys/arch/arm64/conf: files.arm64
Added files:
sys/arch/arm64/arm64: aesv8-armx.S cryptox.c
Log message:
Add cryptox(4), a driver for armv8 cryptographic extensions.
The driver currently only supports AES-CBC mode but can easily
be extended to other algorithms and modes.
The aesv8-armx.S file was generated from the CRYPTOGAMS project.
Asked to commit by and ok patrick@