mirror_zfs/module/icp/asm-x86_64/aes
Nathan Lewis 010d12474c Add support for selecting encryption backend
- Add two new module parameters to icp (icp_aes_impl, icp_gcm_impl)
  that control the crypto implementation.  At the moment there is a
  choice between generic and aesni (on platforms that support it).
- This enables support for AES-NI and PCLMULQDQ-NI on AMD Family
  15h (bulldozer) and newer CPUs (zen).
- Modify aes_key_t to track what implementation it was generated
  with as key schedules generated with various implementations
  are not necessarily interchangable.

Reviewed by: Gvozden Neskovic <neskovic@gmail.com>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Tom Caputi <tcaputi@datto.com>
Reviewed-by: Richard Laager <rlaager@wiktel.com>
Signed-off-by: Nathaniel R. Lewis <linux.robotdude@gmail.com>
Closes #7102 
Closes #7103
2018-08-02 11:59:24 -07:00
..
aes_aesni.S Add support for selecting encryption backend 2018-08-02 11:59:24 -07:00
aes_amd64.S [icp] fpu and asm cleanup for linux 2017-03-07 12:59:31 -08:00
aeskey.c codebase style improvements for OpenZFS 6459 port 2017-01-22 13:25:40 -08:00
aesopt.h Illumos Crypto Port module added to enable native encryption in zfs 2016-07-20 10:43:30 -07:00
aestab2.h Illumos Crypto Port module added to enable native encryption in zfs 2016-07-20 10:43:30 -07:00
aestab.h Illumos Crypto Port module added to enable native encryption in zfs 2016-07-20 10:43:30 -07:00
THIRDPARTYLICENSE.gladman Illumos Crypto Port module added to enable native encryption in zfs 2016-07-20 10:43:30 -07:00
THIRDPARTYLICENSE.gladman.descrip Illumos Crypto Port module added to enable native encryption in zfs 2016-07-20 10:43:30 -07:00
THIRDPARTYLICENSE.openssl Illumos Crypto Port module added to enable native encryption in zfs 2016-07-20 10:43:30 -07:00
THIRDPARTYLICENSE.openssl.descrip Illumos Crypto Port module added to enable native encryption in zfs 2016-07-20 10:43:30 -07:00