summaryrefslogtreecommitdiffstats
path: root/crypto/engine/eng_devcrypto.c
AgeCommit message (Expand)Author
2019-02-12e_devcrypto: make the /dev/crypto engine dynamicEneas U de Queiroz
2018-12-23Do not complain when /dev/crypto does not exist.Jung-uk Kim
2018-12-10eng_devcrypto: add command to dump driver infoEneas U de Queiroz
2018-12-10eng_devcrypto: add configuration optionsEneas U de Queiroz
2018-12-10eng_devcrypto: save ioctl if EVP_MD_..FLAG_ONESHOTEneas U de Queiroz
2018-12-10eng_devcrypto: make sure digest can do copyEneas U de Queiroz
2018-12-10eng_devcrypto: fix ctr modeEneas U de Queiroz
2018-12-10eng_devcrypto: add cipher CTX copy functionEneas U de Queiroz
2018-12-10eng_devcrypto: close session on cleanup, not finalEneas U de Queiroz
2018-12-10eng_devcrypto: fix copy of unitilialized digestEneas U de Queiroz
2018-12-10eng_devcrypto: expand digest failure casesEneas U de Queiroz
2018-12-10eng_devcrypto: don't leak methods tablesEneas U de Queiroz
2018-12-06Following the license change, modify the boilerplates in crypto/engine/Richard Levitte
2018-11-02crypto/engine/eng_devcrypto.c: ensure we don't leak resourcesRichard Levitte
2018-11-02crypto/engine/eng_devcrypto.c: open /dev/crypto only onceRichard Levitte
2018-11-02crypto/engine/eng_devcrypto.c: new compilers are strict on prototypesRichard Levitte
2018-11-02crypto/engine/eng_devcrypto.c: add digest copyRichard Levitte
2018-10-05/dev/crypto engine: give CIOCFSESSION the actual sess-idRichard Levitte
2018-09-20/dev/crypto engine: add missing RC4 parameterRichard Levitte
2018-09-11Update copyright yearMatt Caswell
2018-07-09Correctly check for cryptodev hash supportConrad Meyer
2017-11-07Various typoFdaSilvaYY
2017-08-30Move e_os.h to be the very first include.Pauli
2017-06-28Comment on the lack of documentation for asymmetric ciphersRichard Levitte
2017-06-28Adapt for BSD cryptodev.h differencesRichard Levitte
2017-06-28Add new /dev/crypto engineRichard Levitte