cryptodev: expose driver interface as internal
[dpdk.git] / drivers / crypto / openssl / rte_openssl_pmd.c
2021-09-08 Akhil Goyalcryptodev: expose driver interface as internal
2021-09-06 Ciara Powercrypto/openssl: fix CCM processing 0 length source
2021-05-11 David Marchandlog: register with standardized names
2020-07-03 Jerin Jacoblog: introduce logtype register macro
2020-04-19 Pablo de Laracryptodev: add session-less feature flag
2020-04-19 Pablo de Laracrypto/openssl: fix out-of-place encryption
2020-04-19 Bruce Richardsondrivers: fix log type variables for -fno-common
2020-02-13 Junxiao Shidrivers/crypto: fix session-less mode
2019-11-20 Akhil Goyalcrypto/openssl: support in-place scatter gather
2019-11-08 Thierry Herbelotcrypto/openssl: use local copy for session contexts
2019-10-27 Dharmik Thakkarrename private header files
2019-10-09 Thierry Herbelotdrivers/crypto: remove some invalid comments
2019-07-19 Arek Kusztalcryptodev: remove RSA PKCS1 BT0 padding
2019-07-19 Arek Kusztalcryptodev: add cipher field to RSA op
2019-07-19 Fan Zhangcryptodev: make xform key pointer constant
2019-07-05 Arek Kusztalcrypto/openssl: fix usage of non constant time memcmp
2019-04-02 Ayuj Vermacrypto/openssl: set RSA private op feature flag
2019-03-22 Arek Kusztalcrypto/openssl: add result field to mod exp and inv
2019-03-06 Arek Kusztalcrypto/openssl: fix modexp
2019-03-06 Arek Kusztalcrypto/openssl: fix big numbers after computations
2019-01-10 Fan Zhangcryptodev: add sym session header size function
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