Hi Ted,
On 05/24/2018 04:05 PM, Theodore Y. Ts'o wrote:
Has anyone actually done the experiment and verified that it was in
fact a win to use AF_ALG on at least _some_ platform? What about the
common cast for most platforms, even those that had some kind of
hardware accleration that could only be accessed by the kernel?
Actually for the use case we have, speed is something pretty low on the
priority list; not having to deal with userspace crypto library
dependencies was a goal in and of itself. Each one has its own issues
and you can never support just one. Using AF_ALG has been rather...
liberating.
Regards,
-Denis