GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
ISAL(4) FreeBSD Kernel Interfaces Manual ISAL(4)

isal
driver for AES acceleration on x86 CPUs

To load the driver as a module at boot time, place the following line in loader.conf(5):
isal_load="YES"

This driver provides an interface between the Intel Intelligent Storage Acceleration Crypto Library and the kernel opencrypto framework. The library provides optimized routines that implement encryption and decryption for various modes of the AES cipher and computations of secure hashes. These optimized routines use the AESNI instructions as well as various vector instruction extensions including SSE4.1, AVX, and AVX2.

This driver currently supports the following algorithms:

Algorithm Required CPU Extensions
AES-GCM-128 AESNI and SSE4.1
AES-GCM-256 AESNI and SSE4.1

isal provides support for fewer algorithms than aesni(4). However, it will provide improved performance for supported algorithms compared to aesni(4).

aesni(4), crypto(4), intro(4)
May 28, 2021 FreeBSD 13.1-RELEASE

Search for    or go to Top of page |  Section 4 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.