git: cryptoapi - Add test case

Michael Neumann mneumann at crater.dragonflybsd.org
Mon Apr 21 03:53:09 PDT 2025


commit e62981cc7adb36e950c9d1398195f278be6e4dce
Author: Michael Neumann <mneumann at ntecs.de>
Date:   Sat Apr 19 15:23:55 2025 +0200

    cryptoapi - Add test case
    
    Test that cryptoapi and cryptodev have the same outcome
    for encryption and decryption.

Summary of changes:
 test/crypto/cryptoapi/Makefile                     |  25 +++
 test/crypto/cryptoapi/crypto-api.c                 | 109 +++++++++++
 .../crypto/cryptoapi}/crypto-dev.c                 |  91 +++------
 test/crypto/cryptoapi/cryptoapi_test.c             | 211 +++++++++++++++++++++
 4 files changed, 369 insertions(+), 67 deletions(-)
 create mode 100644 test/crypto/cryptoapi/Makefile
 create mode 100644 test/crypto/cryptoapi/crypto-api.c
 copy {lib/libtcplay => test/crypto/cryptoapi}/crypto-dev.c (66%)
 create mode 100644 test/crypto/cryptoapi/cryptoapi_test.c

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/e62981cc7adb36e950c9d1398195f278be6e4dce


-- 
DragonFly BSD source repository


More information about the Commits mailing list