freebsd-dev/sys/crypto/armv8
John Baldwin a3d565a118 Add a crypto capability flag for accelerated software drivers.
Use this in GELI to print out a different message when accelerated
software such as AESNI is used vs plain software crypto.

While here, simplify the logic in GELI a bit for determing which type
of crypto driver was chosen the first time by examining the
capabilities of the matched driver after a single call to
crypto_newsession rather than making separate calls with different
flags.

Reviewed by:	delphij
Sponsored by:	Chelsio Communications
Differential Revision:	https://reviews.freebsd.org/D25126
2020-06-09 22:26:07 +00:00
..
armv8_crypto_wrap.c
armv8_crypto.c Add a crypto capability flag for accelerated software drivers. 2020-06-09 22:26:07 +00:00
armv8_crypto.h OpenCrypto: Convert sessions to opaque handles instead of integers 2018-07-18 00:56:25 +00:00
stdint.h Create an empty stdint.h for arm_neon.h to include. 2018-07-16 15:39:33 +00:00