|
NAMEarmv8crypto —
driver for the AES accelerator on ARM CPUs
SYNOPSISTo compile this driver into the kernel, place the following lines in your kernel configuration file:device crypto
device armv8crypto Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): armv8crypto_load="YES" DESCRIPTIONStarting with the ARMv8 architecture ARM Limited has added optional cryptography instructions to accelerate AES, SHA-1, SHA-2, and finite field arithmetic.The processor capability is reported as AES in the Instruction Set
Attributes 0 line at boot. The The SEE ALSOcrypt(3), crypto(4), intro(4), ipsec(4), random(4), crypto(7), crypto(9)HISTORYThearmv8crypto driver first appeared in
FreeBSD 11.0.
AUTHORSThearmv8crypto driver was written by
Andrew Turner
<andrew@FreeBSD.org>.
Visit the GSP FreeBSD Man Page Interface. |