| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC 327838: Axe tmp_iv from the cryptodev session structure. | John Baldwin | 2018-02-28 | 1 | -6/+3 |
| * | MFC 327803: Flesh out static dtrace probes for /dev/crypto ioctl errors. | John Baldwin | 2018-02-23 | 1 | -18/+84 |
| * | MFC 323889: Place the AAD before the plaintext/ciphertext for CIOCRYPTAEAD. | John Baldwin | 2018-02-22 | 1 | -15/+15 |
| * | MFC 318090,319475: Use const with some read-only buffers in opencrypto APIs. | John Baldwin | 2018-02-15 | 2 | -13/+15 |
| * | MFC Loader Fixes 2017q4p7: r324844,r326089,r326926,r326440,r326484,r326494, | Kyle Evans | 2018-02-12 | 1 | -1/+1 |
| * | MFC Loader Fixes 2017q1: r311458,r312237,r312314,r312374,r312947,r313042, | Kyle Evans | 2018-02-10 | 1 | -1/+38 |
| * | MFC 316510: Don't leak a session and lock if a GMAC key has an invalid length. | John Baldwin | 2017-05-12 | 1 | -1/+4 |
| * | MFC r303650: | Bryan Drewery | 2016-08-08 | 1 | -1/+1 |
| * | sys/opencrypto: minor spelling fixes. | Pedro F. Giffuni | 2016-05-06 | 3 | -3/+3 |
| * | Break up opencrypto/xform.c so it can be reused piecemeal | Allan Jude | 2015-12-30 | 23 | -968/+2115 |
| * | Replace sys/crypto/sha2/sha2.c with lib/libmd/sha512c.c | Allan Jude | 2015-12-27 | 1 | -1/+3 |
| * | Remove unneeded includes of opt_kdtrace.h. | Mark Johnston | 2015-11-22 | 1 | -1/+0 |
| * | Use explicitly specified ivsize instead of blocksize when we mean IV size. | Andrey V. Elsukov | 2015-11-16 | 1 | -1/+1 |
| * | Make IPsec work with AES-GCM and AES-ICM (aka CTR) in OCF... IPsec | John-Mark Gurney | 2015-08-04 | 3 | -13/+18 |
| * | Fix XTS, and name things a bit better... | John-Mark Gurney | 2015-07-14 | 2 | -12/+10 |
| * | Add support for AES modes to IPSec. These modes work both in software only | George V. Neville-Neil | 2015-07-09 | 2 | -41/+100 |
| * | we may get here w/ non-sleepable locks held, so switch to _NOWAIT when | John-Mark Gurney | 2015-07-07 | 3 | -4/+9 |
| * | change the KASSERT so it is meaningful, var is unsigned, so even | John-Mark Gurney | 2015-06-19 | 1 | -1/+1 |
| * | Use the correct number of arguments for the | Mark Johnston | 2015-05-25 | 1 | -8/+8 |
| * | Move zlib.c from net to libkern. | Craig Rodrigues | 2015-04-22 | 2 | -3/+3 |
| * | add the define to properly guard this header.. | John-Mark Gurney | 2015-04-07 | 1 | -0/+1 |
| * | Add some new modes to OpenCrypto. These modes are AES-ICM (can be used | John-Mark Gurney | 2014-12-12 | 11 | -435/+1596 |
| * | 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 | 2 | -7/+10 |
| * | some minor clean up.. Always _ZERO memory so mtx_init won't panic... | John-Mark Gurney | 2014-03-11 | 2 | -6/+1 |
| * | Prevent races in accesses of the software crypto session array. | Benno Rice | 2014-01-28 | 1 | -12/+55 |
| * | Fix build with 'crypto' and 'zfs' in the same kernel. This was the path | Peter Wemm | 2013-12-08 | 1 | -0/+0 |
| * | dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINE | Andriy Gapon | 2013-11-26 | 1 | -4/+4 |
| * | - For kernel compiled only with KDTRACE_HOOKS and not any lock debugging | Attilio Rao | 2013-11-25 | 2 | -3/+0 |
| * | Make sendfile() a method in the struct fileops. Currently only | Gleb Smirnoff | 2013-08-15 | 1 | -0/+1 |
| * | When porting XTS-related code from OpenBSD I forgot to update copyright (only | Pawel Jakub Dawidek | 2013-02-20 | 1 | -2/+7 |
| * | 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 |
| * | fixed size of AH_ALEN_MAX, which is 64 bytes for SHA-512. | VANHULLEBUS Yvan | 2011-02-25 | 1 | -1/+2 |
| * | Let cryptosoft(4) add its pseudo-device with a specific unit number and its | Marius Strobl | 2010-11-14 | 1 | -2/+2 |
| * | Add support for AES-XTS. | Pawel Jakub Dawidek | 2010-09-23 | 5 | -15/+203 |
| * | Remove redundant space. | Pawel Jakub Dawidek | 2010-09-23 | 1 | -1/+1 |
| * | Add an extra comment to the SDT probes definition. This allows us to get | Rui Paulo | 2010-08-22 | 1 | -4/+4 |
| * | 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 |
| * | Use the fpu_kern_enter() interface to properly separate usermode FPU | Konstantin Belousov | 2010-06-05 | 1 | -0/+8 |
| * | Add comments trying to explain what bad things happen here, i.e. | Bjoern A. Zeeb | 2010-01-09 | 1 | -1/+18 |
| * | In case the compression result is the same size as the orignal version, | Bjoern A. Zeeb | 2009-11-29 | 1 | -1/+1 |
| * | Add SDT iter probes forgotten in r199885. | Bjoern A. Zeeb | 2009-11-29 | 1 | -0/+6 |
| * | Change memory managment from a fixed size array to a list. | Bjoern A. Zeeb | 2009-11-28 | 2 | -60/+73 |
| * | Z_PARTIAL_FLUSH is marked deprecated. Z_SYNC_FLUSH is the suggested | Bjoern A. Zeeb | 2009-11-28 | 1 | -6/+10 |