include(up.inc)
dbd_hardware_aes
exec master..dbd_hardware_aes
@set=0|1
Some CPUs supports instructions which speed up encryption. By
default hardware AES is ON if your CPU support it.
If you set mode to 0 DbDefence will use traditional CPU
instructions for AES. You can set @set=1 only if your CPU supports
Intel AES-NI instructions.
include(down.inc)
|