| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove unused 32-bit compatibility structures from cryptodev. | Mark Johnston | 2021-09-16 | 1 | -22/+0 |
| * | MFC 366844: Mark asymmetric cryptography via OCF deprecated for 14.0. | John Baldwin | 2020-12-04 | 1 | -0/+9 |
| * | MFC r363374: | Mark Johnston | 2020-07-27 | 1 | -5/+1 |
| * | MFC 356508: Use falloc_noinstall + finstall for crypto file descriptors. | John Baldwin | 2020-05-05 | 1 | -7/+8 |
| * | MFC 356561: Add stricter checking on mac key lengths. | John Baldwin | 2020-01-20 | 1 | -2/+2 |
| * | MFC 356507,356520: Add a reference count to cryptodev sessions. | John Baldwin | 2020-01-20 | 1 | -24/+36 |
| * | MFC 351557: Adjust the deprecated warnings for /dev/crypto to be less noisy. | John Baldwin | 2019-10-07 | 1 | -17/+43 |
| * | MFC 348970,348974: | John Baldwin | 2019-08-21 | 1 | -1/+5 |
| * | MFC 348876: Add warnings to /dev/crypto for deprecated algorithms. | John Baldwin | 2019-08-20 | 1 | -0/+18 |
| * | MFC r344140,r344141,r344142,r344143,r344388,r344547 | Sean Eric Fagan | 2019-03-14 | 1 | -2/+25 |
| * | crypto(4): Add cryptosoft, cryptodev support for Poly-1305 | Conrad Meyer | 2018-08-17 | 1 | -0/+3 |
| * | OpenCrypto: Convert sessions to opaque handles instead of integers | Conrad Meyer | 2018-07-18 | 1 | -17/+15 |
| * | OCF: Add a typedef for session identifiers | Conrad Meyer | 2018-07-13 | 1 | -4/+4 |
| * | OCF: Add plain hash modes | Conrad Meyer | 2018-07-09 | 1 | -1/+14 |
| * | OCF: Add CRYPTO_SHA2_224_HMAC mode | Conrad Meyer | 2018-07-09 | 1 | -0/+3 |
| * | Move most of the contents of opt_compat.h to opt_global.h. | Brooks Davis | 2018-04-06 | 1 | -2/+0 |
| * | opencrypto: Integrate Chacha20 algorithm into OCF | Conrad Meyer | 2018-03-29 | 1 | -0/+3 |
| * | cryptodev: Match intent for enc_xform ciphers with blocksize != ivsize | Conrad Meyer | 2018-03-26 | 1 | -5/+5 |
| * | Import Blake2 algorithms (blake2b, blake2s) from libb2 | Conrad Meyer | 2018-03-21 | 1 | -0/+8 |
| * | Move per-operation data out of the csession structure. | John Baldwin | 2018-01-26 | 1 | -76/+84 |
| * | Axe tmp_iv from the cryptodev session structure. | John Baldwin | 2018-01-11 | 1 | -6/+3 |
| * | Flesh out static dtrace probes for /dev/crypto ioctl errors. | John Baldwin | 2018-01-11 | 1 | -18/+84 |
| * | opencrypto: Loosen restriction on HMAC key sizes | Conrad Meyer | 2017-09-26 | 1 | -1/+2 |
| * | Support AEAD requests with non-GCM algorithms. | John Baldwin | 2017-09-22 | 1 | -3/+16 |
| * | Add a new COP_F_CIPHER_FIRST flag for struct crypt_op. | John Baldwin | 2017-09-22 | 1 | -10/+14 |
| * | Place the AAD before the plaintext/ciphertext for CIOCRYPTAEAD. | John Baldwin | 2017-09-22 | 1 | -15/+15 |
| * | Remove unneeded includes of opt_kdtrace.h. | Mark Johnston | 2015-11-22 | 1 | -1/+0 |
| * | Add some new modes to OpenCrypto. These modes are AES-ICM (can be used | John-Mark Gurney | 2014-12-12 | 1 | -19/+252 |
| * | Fix build for kernels without COMPAT_FREEBSD32. | John Baldwin | 2014-09-22 | 1 | -0/+1 |
| * | Add a new fo_fill_kinfo fileops method to add type-specific information to | John Baldwin | 2014-09-22 | 1 | -0/+11 |
| * | Fix various issues with invalid file operations: | John Baldwin | 2014-09-12 | 1 | -54/+5 |
| * | allow the kern.cryptodevallowsoft sysctl to enable symetric/hashes too... | John-Mark Gurney | 2014-03-11 | 1 | -5/+8 |
| * | some minor clean up.. Always _ZERO memory so mtx_init won't panic... | John-Mark Gurney | 2014-03-11 | 1 | -5/+0 |
| * | Make sendfile() a method in the struct fileops. Currently only | Gleb Smirnoff | 2013-08-15 | 1 | -0/+1 |
| * | Revert previous commit... | Kevin Lo | 2012-10-10 | 1 | -1/+1 |
| * | Prefer NULL over 0 for pointers | Kevin Lo | 2012-10-09 | 1 | -1/+1 |
| * | Add the fo_chown and fo_chmod methods to struct fileops and use them | Konstantin Belousov | 2011-08-16 | 1 | -1/+3 |
| * | After the r219999 is merged to stable/8, rename fallocf(9) to falloc(9) | Konstantin Belousov | 2011-04-01 | 1 | -1/+1 |
| * | Add support for AES-XTS. | Pawel Jakub Dawidek | 2010-09-23 | 1 | -0/+3 |
| * | Fix typo in comment. | John Baldwin | 2010-08-11 | 1 | -1/+1 |
| * | Add compat32 shims for opencrypto(4). | Konstantin Belousov | 2010-07-29 | 1 | -7/+266 |
| * | If crypto operation is finished with EAGAIN, don't repeat operation from | Pawel Jakub Dawidek | 2009-09-04 | 1 | -8/+9 |
| * | Fix cryptodev UIO creation. | Rafal Jaworowski | 2009-05-23 | 1 | -1/+3 |
| * | Fix a number of style issues in the MALLOC / FREE commit. I've tried to | Dag-Erling Smørgrav | 2008-10-23 | 1 | -7/+7 |
| * | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | Dag-Erling Smørgrav | 2008-10-23 | 1 | -17/+14 |
| * | Make ftruncate a 'struct file' operation rather than a vnode operation. | John Baldwin | 2008-01-07 | 1 | -0/+14 |
| * | Remove explicit locking of struct file. | Jeff Roberson | 2007-12-30 | 1 | -6/+1 |
| * | Deny attempt to malloc unbounded amount of the memory. | Konstantin Belousov | 2007-10-08 | 1 | -3/+6 |
| * | Integrate the Camellia Block Cipher. For more information see RFC 4132 | George V. Neville-Neil | 2007-05-09 | 1 | -0/+3 |
| * | Replace custom file descriptor array sleep lock constructed using a mutex | Robert Watson | 2007-04-04 | 1 | -1/+3 |