[dpdk-dev] [PATCH v2 0/4] new crypto software based device

2016-09-19 Thread Michal Jastrzebski
From: Marcin Kerlin This code provides the initial implementation of the libcrypto poll mode driver. All cryptography operations are using Openssl library crypto API. Each algorithm uses EVP_ interface from openssl API which is recommended by Openssl maintainers. For more information about how t

[dpdk-dev] [PATCH v2 0/4] new crypto software based device

2016-09-19 Thread Michal Jastrzebski
From: Marcin Kerlin This code provides the initial implementation of the libcrypto poll mode driver. All cryptography operations are using Openssl library crypto API. Each algorithm uses EVP_ interface from openssl API which is recommended by Openssl maintainers. For more information about how t