cpa_sample_code - Man Page

showcase of Intel QuickAssist device functionality and performance

Synopsis

cpa_sample_code [ signOfLife=1 | getOffloadCost=1 | getLatency=1 ] [ runTests=mask ]

Description

This example tool showcases the functionality and performance of Intel QuickAssist devices.

Options

mask for runTests:

runTests=1Run symmetric crypto tests.
runTests=2Run RSA test.
runTests=4Run DSA test.
runTests=8Run ECDSA test.
runTests=16Run DH test
runTests=32Run Stateless Compression test.
runTests=63Run all above tests. (default)
runTests=1024Run SM2 test.
runTests=2048Run SM3&4 test.

Examples

run the full suite of symmetric cryptography, asymmetric cryptography and data compression operations:

cpa_sample_code

run a small number of each operation type:

cpa_sample_code signOfLife=1

run only RSA operations:

cpa_sample_code runTests=2

Further Information

https://intel.github.io/quickassist/qatlib/sample_code.html
https://github.com/intel/qatlib/blob/main/quickassist/lookaside/access_layer/src/sample_code/README.txt

Info

August 12, 2024