summaryrefslogtreecommitdiffstats
path: root/sys/opencrypto
Commit message (Expand)AuthorAgeFilesLines
* crypto(9) is called from ipsec in CRYPTO_F_CBIFSYNC mode. This is workingfabient2018-01-282-71/+262
* MFC 316510: Don't leak a session and lock if a GMAC key has an invalid length.jhb2017-05-121-1/+4
* MFC r303650:bdrewery2016-08-081-1/+1
* sys/opencrypto: minor spelling fixes.pfg2016-05-063-3/+3
* Break up opencrypto/xform.c so it can be reused piecemealallanjude2015-12-3023-968/+2115
* Replace sys/crypto/sha2/sha2.c with lib/libmd/sha512c.callanjude2015-12-271-1/+3
* Remove unneeded includes of opt_kdtrace.h.markj2015-11-221-1/+0
* Use explicitly specified ivsize instead of blocksize when we mean IV size.ae2015-11-161-1/+1
* Make IPsec work with AES-GCM and AES-ICM (aka CTR) in OCF... IPsecjmg2015-08-043-13/+18
* Fix XTS, and name things a bit better...jmg2015-07-142-12/+10
* Add support for AES modes to IPSec. These modes work both in software onlygnn2015-07-092-41/+100
* we may get here w/ non-sleepable locks held, so switch to _NOWAIT whenjmg2015-07-073-4/+9
* change the KASSERT so it is meaningful, var is unsigned, so evenjmg2015-06-191-1/+1
* Use the correct number of arguments for themarkj2015-05-251-8/+8
* Move zlib.c from net to libkern.rodrigc2015-04-222-3/+3
* add the define to properly guard this header..jmg2015-04-071-0/+1
* Add some new modes to OpenCrypto. These modes are AES-ICM (can be usedjmg2014-12-1211-446/+1607
* Fix build for kernels without COMPAT_FREEBSD32.jhb2014-09-221-0/+1
* Add a new fo_fill_kinfo fileops method to add type-specific information tojhb2014-09-221-0/+11
* Fix various issues with invalid file operations:jhb2014-09-121-54/+5
* allow the kern.cryptodevallowsoft sysctl to enable symetric/hashes too...jmg2014-03-112-7/+10
* some minor clean up.. Always _ZERO memory so mtx_init won't panic...jmg2014-03-112-6/+1
* Prevent races in accesses of the software crypto session array.benno2014-01-281-12/+55
* Fix build with 'crypto' and 'zfs' in the same kernel. This was the pathpeter2013-12-081-0/+0
* dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINEavg2013-11-261-4/+4
* - For kernel compiled only with KDTRACE_HOOKS and not any lock debuggingattilio2013-11-252-3/+0
* Make sendfile() a method in the struct fileops. Currently onlyglebius2013-08-151-0/+1
* When porting XTS-related code from OpenBSD I forgot to update copyright (onlypjd2013-02-201-2/+7
* Revert previous commit...kevlo2012-10-101-1/+1
* Prefer NULL over 0 for pointerskevlo2012-10-091-1/+1
* Add the fo_chown and fo_chmod methods to struct fileops and use themkib2011-08-161-1/+3
* After the r219999 is merged to stable/8, rename fallocf(9) to falloc(9)kib2011-04-011-1/+1
* fixed size of AH_ALEN_MAX, which is 64 bytes for SHA-512.vanhu2011-02-251-1/+2
* Let cryptosoft(4) add its pseudo-device with a specific unit number and itsmarius2010-11-141-2/+2
* Add support for AES-XTS.pjd2010-09-235-15/+203
* Remove redundant space.pjd2010-09-231-1/+1
* Add an extra comment to the SDT probes definition. This allows us to getrpaulo2010-08-221-4/+4
* Fix typo in comment.jhb2010-08-111-1/+1
* Add compat32 shims for opencrypto(4).kib2010-07-291-7/+266
* Use the fpu_kern_enter() interface to properly separate usermode FPUkib2010-06-051-0/+8
* Add comments trying to explain what bad things happen here, i.e.bz2010-01-091-1/+18
* In case the compression result is the same size as the orignal version,bz2009-11-291-1/+1
* Add SDT iter probes forgotten in r199885.bz2009-11-291-0/+6
* Change memory managment from a fixed size array to a list.bz2009-11-282-60/+73
* Z_PARTIAL_FLUSH is marked deprecated. Z_SYNC_FLUSH is the suggestedbz2009-11-281-6/+10
* Add SDT probes for opencrypto:deflate:deflate_gobal:*.bz2009-11-281-7/+61
* Define an SDT provider for "opencrypto".bz2009-11-281-0/+4
* If crypto operation is finished with EAGAIN, don't repeat operation frompjd2009-09-041-8/+9
* Fix cryptodev UIO creation.raj2009-05-231-1/+3
* Fix return type for detach routine (should be int)imp2009-02-051-2/+3
OpenPOWER on IntegriCloud