summaryrefslogtreecommitdiffstats
path: root/crypto/engine/eng_devcrypto.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* e_devcrypto: make the /dev/crypto engine dynamicEneas U de Queiroz2019-02-121-1236/+0
* Do not complain when /dev/crypto does not exist.Jung-uk Kim2018-12-231-1/+6
* eng_devcrypto: add command to dump driver infoEneas U de Queiroz2018-12-101-24/+127
* eng_devcrypto: add configuration optionsEneas U de Queiroz2018-12-101-41/+353
* eng_devcrypto: save ioctl if EVP_MD_..FLAG_ONESHOTEneas U de Queiroz2018-12-101-5/+12
* eng_devcrypto: make sure digest can do copyEneas U de Queiroz2018-12-101-8/+26
* eng_devcrypto: fix ctr modeEneas U de Queiroz2018-12-101-23/+102
* eng_devcrypto: add cipher CTX copy functionEneas U de Queiroz2018-12-101-0/+18
* eng_devcrypto: close session on cleanup, not finalEneas U de Queiroz2018-12-101-4/+9
* eng_devcrypto: fix copy of unitilialized digestEneas U de Queiroz2018-12-101-8/+4
* eng_devcrypto: expand digest failure casesEneas U de Queiroz2018-12-101-0/+5
* eng_devcrypto: don't leak methods tablesEneas U de Queiroz2018-12-101-5/+5
* Following the license change, modify the boilerplates in crypto/engine/Richard Levitte2018-12-061-1/+1
* crypto/engine/eng_devcrypto.c: ensure we don't leak resourcesRichard Levitte2018-11-021-2/+10
* crypto/engine/eng_devcrypto.c: open /dev/crypto only onceRichard Levitte2018-11-021-48/+18
* crypto/engine/eng_devcrypto.c: new compilers are strict on prototypesRichard Levitte2018-11-021-4/+4
* crypto/engine/eng_devcrypto.c: add digest copyRichard Levitte2018-11-021-7/+39
* /dev/crypto engine: give CIOCFSESSION the actual sess-idRichard Levitte2018-10-051-4/+4
* /dev/crypto engine: add missing RC4 parameterRichard Levitte2018-09-201-1/+1
* Update copyright yearMatt Caswell2018-09-111-1/+1
* Correctly check for cryptodev hash supportConrad Meyer2018-07-091-5/+5
* Various typoFdaSilvaYY2017-11-071-2/+2
* Move e_os.h to be the very first include.Pauli2017-08-291-2/+1
* Comment on the lack of documentation for asymmetric ciphersRichard Levitte2017-06-281-1/+22
* Adapt for BSD cryptodev.h differencesRichard Levitte2017-06-281-16/+68
* Add new /dev/crypto engineRichard Levitte2017-06-281-0/+606