tail head cat sleep
QR code linking to this page

Manual Pages  — ARMV8CRYPTO

NAME

armv8crypto – driver for the AES accelerator on ARM CPUs

CONTENTS

SYNOPSIS

To 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"

DESCRIPTION

Starting 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 armv8crypto driver does not attach on systems that lack the required CPU capability.

The armv8crypto driver registers itself to accelerate AES operations for crypto(4).

SEE ALSO

crypt(3), crypto(4), intro(4), ipsec(4), random(4), crypto(7), crypto(9)

HISTORY

The armv8crypto driver first appeared in FreeBSD 11.0 .

AUTHORS

The armv8crypto driver was written by Andrew Turner <Mt andrew@FreeBSD.org>.

ARMV8CRYPTO (4) July 29, 2020

tail head cat sleep
QR code linking to this page


Please direct any comments about this manual page service to Ben Bullock. Privacy policy.

A typical Unix /bin or /usr/bin directory contains a hundred different kinds of programs, written by dozens of egotistical programmers, each with its own syntax, operating paradigm, rules of use ... strategies for specifying options, and different sets of constraints.
— The Unix Haters' handbook