cryptodev: change queue pair configure structure
[dpdk.git] / drivers / crypto / openssl / rte_openssl_pmd.c
2019-01-10 Fan Zhangcryptodev: change queue pair configure structure
2018-12-19 Akash Saxenacrypto/openssl: remove useless check before freeing
2018-11-02 Akash Saxenacrypto/openssl: fix RSA verify operation
2018-10-17 Dmitry Eremin-Sole... crypto/openssl: support truncated HMAC operations
2018-08-30 Ashish Guptacrypto/openssl: replace macros by static inline functions
2018-07-25 Sunila Sahucrypto/openssl: add DH and DSA asym operations
2018-07-25 Sunila Sahucrypto/openssl: add RSA and mod asym operations
2018-07-23 Marko Kovaceviccrypto/openssl: support 8-byte 3DES
2018-07-11 Thomas Monjalonremove useless constructor headers
2018-07-11 Pablo de Laracryptodev: rename PMD symmetric session API
2018-07-11 Pablo de Laracryptodev: replace mbuf scatter gather flag
2018-07-11 Pablo de Laracryptodev: remove max number of sessions parameter
2018-07-10 Naga Suresh Somarowthucrypto/openssl: add dynamic logging
2018-05-22 Pablo de Laracryptodev: rename functions to get session size
2018-04-23 Fiona Trahecryptodev: change argument of driver registration
2018-01-04 Bruce Richardsondrivers: use SPDX tag for Intel copyright files
2017-11-07 Jianfeng Tanbus/vdev: move code from EAL into a new driver
2017-10-25 Declan Dohertycryptodev: break dependency on virtual device bus
2017-10-12 Pablo de Laracrypto/openssl: support AES-CCM
2017-10-12 Pablo de Laracrypto/openssl: init GCM key at session creation
2017-10-12 Pablo de Laracrypto/openssl: fix AEAD parameters
2017-10-12 Pablo de Laracrypto/openssl: support DES-CBC
2017-10-12 Pablo de Laracrypto/openssl: do not append digest
2017-10-12 Pablo de Laracryptodev: allocate driver structure statically
2017-10-12 Akhil Goyalcrypto/openssl: update key and algo during session...
2017-10-12 Akhil Goyalcrypto/openssl: replace evp APIs with HMAC APIs
2017-07-27 Pablo de Laracryptodev: fix session init return value
2017-07-27 Pablo de Laracrypto/openssl: fix typo
2017-07-19 Pablo de Laracryptodev: rename ADD field
2017-07-06 Slawomir Mrozowiczcryptodev: support device independent sessions
2017-07-06 Slawomir Mrozowiczcryptodev: remove driver id from session
2017-07-06 Slawomir Mrozowiczcryptodev: remove crypto device type enumeration
2017-07-06 Pablo de Laracryptodev: remove AAD from authentication structure
2017-07-06 Pablo de Laracryptodev: use AES-GCM/CCM as AEAD algorithms
2017-07-06 Pablo de Laracryptodev: set AES-GMAC as auth-only algo
2017-07-06 Pablo de Laracryptodev: remove digest length from crypto op
2017-07-06 Pablo de Laracryptodev: remove AAD length from crypto op
2017-07-06 Pablo de Laracryptodev: move IV parameters to session
2017-07-06 Pablo de Laracryptodev: pass IV as offset
2017-07-06 Pablo de Laracryptodev: move session type to generic crypto op
2017-06-28 Pablo de Laracryptodev: move vdev functions to a separate file
2017-06-28 Pablo de Laracryptodev: store device pointer in virtual devices
2017-04-20 Pablo de Laradrivers/crypto: do not create unique name internally
2017-04-20 Pablo de Laradrivers/crypto: check if name is null
2017-04-14 Jan Blunckvdev: use generic vdev struct for probe and remove
2017-04-05 Pablo de Laracrypto/openssl: support DES DOCSIS BPI
2017-03-29 Bruce Richardsonring: return remaining entry count when dequeuing
2017-01-18 Fan Zhangcryptodev: add user defined name for vdev
2017-01-18 Tomasz Kulasekcrypto/openssl: support scatter-gather
2017-01-18 Piotr Azarewiczcrypto/openssl: remove unneeded check
2017-01-18 Piotr Azarewiczcrypto/openssl: fix extra bytes written at end of data
2016-10-26 Slawomir Mrozowiczcrypto/openssl: rename libcrypto to openssl