Loading the zcrypt device driver
To access Crypto Express (CEX) adapters, the zcrypt device driver must be loaded into the kernel.
The steps described in this topic only apply if your configuration includes a Crypto Express adapter in accelerator or CCA coprocessor mode. If your configuration does not include a Crypto Express adapter in accelerator or CCA coprocessor mode, all RSA operations will be performed by the software.
- Load the zcrypt device driver:
# modprobe ap
- Specify that the zcrypt device driver should be automatically
loaded on boot by creating a script called ap.modules in
/etc/sysconfig/modules
:#!/usr/bin/bash modprobe ap
- Set the appropriate
permissions:
# chmod 770 /etc/sysconfig/modules/ap.modules
# chown root:root /etc/sysconfig/modules/ap.modules
For further details about the zcrypt device driver, see Device Drivers, Features, and Commands, SC33-8411.