NAME
safexcel — Inside Secure SafeXcel-IP-97 security packet engineSYNOPSIS
To compile this driver into the kernel, place the following lines in your kernel configuration file:
device
crypto
device cryptodev
device safexcel
Alternatively, to load the driver as a module at boot time, place the following
line in loader.conf(5):
device cryptodev
device safexcel
safexcel_load="YES"
DESCRIPTION
The safexcel driver implements crypto(4) support for the cryptographic acceleration functions of the EIP-97 device found on some Marvell systems-on-chip. The driver can accelerate the following AES modes:- AES-CBC
- AES-CTR
- AES-XTS
- AES-GCM
- AES-CCM
SEE ALSO
crypto(4), ipsec(4), random(4), geli(8), crypto(9)HISTORY
The safexcel driver first appeared in FreeBSD 13.0.June 23, 2020 | Debian |