[dpdk-dev] [PATCH v2 0/3] crypotodev: add result field to modular operations

Akhil Goyal akhil.goyal at nxp.com
Tue Mar 19 15:02:22 CET 2019



On 2/8/2019 4:43 PM, Arek Kusztal wrote:
> This patchset adds result field to modular exponentiation and modular
> inverse operations
>
> This patchset depends on following patches:
>
> [1] - "[v3] cryptodev: rework mod exp and mod inv comments"
> (http://patchwork.dpdk.org/patch/50139/)
> [2] - "openssl: fix bad reference of modinv"
> (http://patchwork.dpdk.org/patch/50131/)
>
> v2:
> - fix checkpatch issue
>
> Arek Kusztal (3):
>    cryptodev: add result field to mod exp and inverse operations
>    openssl: add result field to mod exp and mod inv operations
>    test: add result field to mod exp and mod inv
>
>   drivers/crypto/openssl/rte_openssl_pmd.c |  4 ++--
>   lib/librte_cryptodev/rte_crypto_asym.h   | 10 ++++++++++
>   test/test/test_cryptodev_asym.c          |  6 ++++++
>   test/test/test_cryptodev_asym_util.h     |  8 ++++----
>   4 files changed, 22 insertions(+), 6 deletions(-)
series applied to dpdk-next-crypto

Thanks.



More information about the dev mailing list