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
SAFEXCEL(4) FreeBSD Kernel Interfaces Manual SAFEXCEL(4)

safexcel
Inside Secure SafeXcel-IP-97 security packet engine

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):

safexcel_load="YES"

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

safexcel also implements SHA1 and SHA2 transforms, and can combine AES-CBC and AES-CTR with SHA1-HMAC and SHA2-HMAC for encrypt-then-authenticate operations.

crypto(4), ipsec(4), random(4), crypto(7), geli(8), crypto(9)

The safexcel driver first appeared in FreeBSD 13.0.
July 29, 2020 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.