tile: fix build
[dpdk.git] / app / test / test_cryptodev.c
2017-01-30 Fan Zhangcrypto/scheduler: add unit test
2017-01-19 Zbigniew Bodekapp/test: add ARMv8 crypto tests and test vectors
2017-01-18 Piotr Azarewiczcrypto/aesni_gcm: test new features
2017-01-18 Tomasz Kulasekapp/test: check scatter-gather for crypto drivers
2017-01-18 Pablo de Laracrypto/aesni_mb: add single operation functionality
2017-01-18 Arek Kusztalapp/test: check SGL on QAT
2017-01-18 Arek Kusztalapp/test: check DES on QAT
2017-01-18 Fiona Traheapp/test: check AES cipher-only on QAT
2016-10-26 Slawomir Mrozowiczcrypto/openssl: rename libcrypto to openssl
2016-10-26 Arek Kusztalapp/test: add corrupted data for qat
2016-10-13 Piotr Azarewiczapp/test: fix crypto mbuf pool size
2016-10-08 Fiona Traheapp/test: remove crypto queue number hard-coding
2016-10-08 Fiona Traheapp/test: cleanup unnecessary crypto ring size setup
2016-10-08 Fiona Traheapp/test: remove useless loop for crypto
2016-10-08 Slawomir Mrozowiczapp/test: add libcrypto
2016-10-08 Slawomir Mrozowiczapp/test: rework AES
2016-10-08 Pablo de Laraapp/test: add ZUC
2016-10-08 Pablo de Laraapp/test: rename some SNOW 3G functions
2016-10-04 Fiona Traheapp/test: improve error message for disabled crypto
2016-10-04 Pablo de Laraapp/test: remove unnecessary conditional for crypto
2016-10-04 Arek Kusztalapp/test: fix verification of digest for GCM
2016-10-04 Arek Kusztalcrypto/aesni_gcm: move pre-counter block to driver
2016-10-04 Pablo de Laracrypto: rename some SNOW 3G references
2016-10-04 Arek Kusztalapp/test: add GMAC for qat
2016-10-04 Deepak Kumar Jainapp/test: add KASUMI for qat
2016-10-04 Deepak Kumar Jainapp/test: rename some SNOW 3G functions
2016-10-04 Deepak Kumar Jainapp/test: cleanup crypto code
2016-10-04 Deepak Kumar Jainapp/test: add NULL operation for qat
2016-10-04 Arek Kusztalapp/test: add MD5 HMAC for qat
2016-07-15 Thomas Monjalonapp/test: rework command registration
2016-07-11 Pablo de Laraapp/test: fix hexdump length for crypto
2016-07-10 Deepak Kumar Jainapp/test: fix missing operation initialization
2016-07-08 Pablo de Laracrypto: normalize driver names with macros
2016-07-01 Bruce Richardsonmempool: rename functions with confusing names
2016-06-27 Pablo de Laraapp/test: avoid freeing mbufs twice in qat test
2016-06-27 Pablo de Laraapp/test: avoid freeing mbuf twice
2016-06-20 Pablo de Laraapp/test: refactor SNOW 3G and KASUMI tests
2016-06-20 Pablo de Laraapp/test: add SNOW 3G UEA2 with offset
2016-06-20 Pablo de Laraapp/test: add bit-level SNOW 3G UIA2
2016-06-20 Pablo de Laraapp/test: add out-of-place cases for SNOW 3G
2016-06-20 Pablo de Laraapp/test: fix buffer lengths for SNOW 3G
2016-06-20 Pablo de Laraapp/test: use new bit-level memcmp macro
2016-06-20 Pablo de Laraapp/test: add KASUMI crypto
2016-06-20 Pablo de Laraapp/test: use hexdump if debug log is enabled
2016-06-20 Pablo de Laraapp/test: remove unnecessary hexdump
2016-06-20 Pablo de Laraapp/test: fix debug build
2016-06-20 Fan Zhangapp/test: rework crypto AES unit test
2016-06-13 Tomasz Kulasekapp/test: fix array overflow warning with gcc 4.5
2016-06-07 Fan Zhangaesni_mb: add AES-CTR
2016-06-07 Arek Kusztalapp/test: add AES-CTR
2016-04-07 Tomasz Kulasekapp/test: fix array overflow warning with gcc 4.5
2016-03-31 Arek Kusztalapp/test: add out-of-place symmetric crypto operations
2016-03-11 Declan Dohertynull_crypto: add driver for null crypto operations
2016-03-11 John Griffinapp/test: add AES-GCM tests for QAT
2016-03-11 Declan Dohertyaesni_gcm: add driver for AES-GCM crypto operations
2016-03-10 Deepak Kumar Jaincryptodev: add bit-wise handling for SNOW 3G
2016-03-10 Pablo de Larasnow3g: add driver for SNOW 3G library
2016-03-10 Deepak Kumar Jainapp/test: add SNOW 3G
2016-03-10 Deepak Kumar Jainapp/test: fix qat autotest failure
2016-03-10 Declan Dohertymbuf_offload: remove library
2016-03-10 Declan Dohertycryptodev: change burst API to be crypto op oriented
2016-03-10 Fiona Trahecryptodev: extract symmetric operations
2016-03-10 Fiona Trahecryptodev: clean up
2016-02-24 Pablo de Laraaesni_mb: fix wrong return value
2015-11-25 Declan Dohertyapp/test: add cryptodev unit and performance tests