CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2018/04/09 07:46:15
Modified files:
sys/arch/mips64/include: mips_cpu.h
sys/arch/octeon/conf: GENERIC files.octeon
sys/arch/octeon/dev: mainbus.c
sys/arch/octeon/include: octeonvar.h
sys/arch/octeon/octeon: machdep.c
Added files:
sys/arch/octeon/dev: octcrypto.c octcrypto_asm.S
Log message:
Add a driver for the OCTEON cryptographic unit. It provides
a hardware-accelerated implementation of several encryption
and authentication algorithms for ipsec(4):
AES-CBC
AES-CTR
AES-GCM
AES-GMAC
HMAC-MD5
HMAC-SHA1
HMAC-SHA2-256
HMAC-SHA2-384
HMAC-SHA2-512
Please note that the driver is currently disabled.
OK deraadt@