| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC 318090,319475: Use const with some read-only buffers in opencrypto APIs. | jhb | 2018-05-09 | 2 | -13/+15 |
* | crypto(9) is called from ipsec in CRYPTO_F_CBIFSYNC mode. This is working | fabient | 2018-01-28 | 2 | -71/+262 |
* | MFC 316510: Don't leak a session and lock if a GMAC key has an invalid length. | jhb | 2017-05-12 | 1 | -1/+4 |
* | MFC r303650: | bdrewery | 2016-08-08 | 1 | -1/+1 |
* | sys/opencrypto: minor spelling fixes. | pfg | 2016-05-06 | 3 | -3/+3 |
* | Break up opencrypto/xform.c so it can be reused piecemeal | allanjude | 2015-12-30 | 23 | -968/+2115 |
* | Replace sys/crypto/sha2/sha2.c with lib/libmd/sha512c.c | allanjude | 2015-12-27 | 1 | -1/+3 |
* | Remove unneeded includes of opt_kdtrace.h. | markj | 2015-11-22 | 1 | -1/+0 |
* | Use explicitly specified ivsize instead of blocksize when we mean IV size. | ae | 2015-11-16 | 1 | -1/+1 |
* | Make IPsec work with AES-GCM and AES-ICM (aka CTR) in OCF... IPsec | jmg | 2015-08-04 | 3 | -13/+18 |
* | Fix XTS, and name things a bit better... | jmg | 2015-07-14 | 2 | -12/+10 |
* | Add support for AES modes to IPSec. These modes work both in software only | gnn | 2015-07-09 | 2 | -41/+100 |
* | we may get here w/ non-sleepable locks held, so switch to _NOWAIT when | jmg | 2015-07-07 | 3 | -4/+9 |
* | change the KASSERT so it is meaningful, var is unsigned, so even | jmg | 2015-06-19 | 1 | -1/+1 |
* | Use the correct number of arguments for the | markj | 2015-05-25 | 1 | -8/+8 |
* | Move zlib.c from net to libkern. | rodrigc | 2015-04-22 | 2 | -3/+3 |
* | add the define to properly guard this header.. | jmg | 2015-04-07 | 1 | -0/+1 |
* | Add some new modes to OpenCrypto. These modes are AES-ICM (can be used | jmg | 2014-12-12 | 11 | -446/+1607 |
* | Fix build for kernels without COMPAT_FREEBSD32. | jhb | 2014-09-22 | 1 | -0/+1 |
* | Add a new fo_fill_kinfo fileops method to add type-specific information to | jhb | 2014-09-22 | 1 | -0/+11 |
* | Fix various issues with invalid file operations: | jhb | 2014-09-12 | 1 | -54/+5 |
* | allow the kern.cryptodevallowsoft sysctl to enable symetric/hashes too... | jmg | 2014-03-11 | 2 | -7/+10 |
* | some minor clean up.. Always _ZERO memory so mtx_init won't panic... | jmg | 2014-03-11 | 2 | -6/+1 |
* | Prevent races in accesses of the software crypto session array. | benno | 2014-01-28 | 1 | -12/+55 |
* | Fix build with 'crypto' and 'zfs' in the same kernel. This was the path | peter | 2013-12-08 | 1 | -0/+0 |
* | dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINE | avg | 2013-11-26 | 1 | -4/+4 |
* | - For kernel compiled only with KDTRACE_HOOKS and not any lock debugging | attilio | 2013-11-25 | 2 | -3/+0 |
* | Make sendfile() a method in the struct fileops. Currently only | glebius | 2013-08-15 | 1 | -0/+1 |
* | When porting XTS-related code from OpenBSD I forgot to update copyright (only | pjd | 2013-02-20 | 1 | -2/+7 |
* | Revert previous commit... | kevlo | 2012-10-10 | 1 | -1/+1 |
* | Prefer NULL over 0 for pointers | kevlo | 2012-10-09 | 1 | -1/+1 |
* | Add the fo_chown and fo_chmod methods to struct fileops and use them | kib | 2011-08-16 | 1 | -1/+3 |
* | After the r219999 is merged to stable/8, rename fallocf(9) to falloc(9) | kib | 2011-04-01 | 1 | -1/+1 |
* | fixed size of AH_ALEN_MAX, which is 64 bytes for SHA-512. | vanhu | 2011-02-25 | 1 | -1/+2 |
* | Let cryptosoft(4) add its pseudo-device with a specific unit number and its | marius | 2010-11-14 | 1 | -2/+2 |
* | Add support for AES-XTS. | pjd | 2010-09-23 | 5 | -15/+203 |
* | Remove redundant space. | pjd | 2010-09-23 | 1 | -1/+1 |
* | Add an extra comment to the SDT probes definition. This allows us to get | rpaulo | 2010-08-22 | 1 | -4/+4 |
* | Fix typo in comment. | jhb | 2010-08-11 | 1 | -1/+1 |
* | Add compat32 shims for opencrypto(4). | kib | 2010-07-29 | 1 | -7/+266 |
* | Use the fpu_kern_enter() interface to properly separate usermode FPU | kib | 2010-06-05 | 1 | -0/+8 |
* | Add comments trying to explain what bad things happen here, i.e. | bz | 2010-01-09 | 1 | -1/+18 |
* | In case the compression result is the same size as the orignal version, | bz | 2009-11-29 | 1 | -1/+1 |
* | Add SDT iter probes forgotten in r199885. | bz | 2009-11-29 | 1 | -0/+6 |
* | Change memory managment from a fixed size array to a list. | bz | 2009-11-28 | 2 | -60/+73 |
* | Z_PARTIAL_FLUSH is marked deprecated. Z_SYNC_FLUSH is the suggested | bz | 2009-11-28 | 1 | -6/+10 |
* | Add SDT probes for opencrypto:deflate:deflate_gobal:*. | bz | 2009-11-28 | 1 | -7/+61 |
* | Define an SDT provider for "opencrypto". | bz | 2009-11-28 | 1 | -0/+4 |
* | If crypto operation is finished with EAGAIN, don't repeat operation from | pjd | 2009-09-04 | 1 | -8/+9 |
* | Fix cryptodev UIO creation. | raj | 2009-05-23 | 1 | -1/+3 |