afalg_engine: add new package 10423/head
authorEneas U de Queiroz <cotequeiroz@gmail.com>
Fri, 1 Nov 2019 03:00:27 +0000 (00:00 -0300)
committerEneas U de Queiroz <cotequeiroz@gmail.com>
Fri, 1 Nov 2019 11:35:41 +0000 (08:35 -0300)
commit0e0bd6da4b1a658165e4985ee00822f4eeabe5f6
tree34e3e23238e60810453d87af9b7c51807a5140bb
parentb704e706893fa245e816aa0174a47d763aaeb5b9
afalg_engine: add new package

This is an alternate AF_ALG engine for openssl, based on the devcrypto
engine, but using the AF_ALG interface instead of /dev/crypto.

It is different than the AF_ALG engine that ships with OpenSSL:
  - it uses sync calls, instead of async
  - it suports more algorithms

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
libs/afalg_engine/Makefile [new file with mode: 0644]