index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
opencrypto
/
cryptosoft.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add some new modes to OpenCrypto. These modes are AES-ICM (can be used
jmg
2014-12-12
1
-313
/
+405
*
some minor clean up.. Always _ZERO memory so mtx_init won't panic...
jmg
2014-03-11
1
-1
/
+1
*
Prevent races in accesses of the software crypto session array.
benno
2014-01-28
1
-12
/
+55
*
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
1
-5
/
+59
*
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
*
Fix return type for detach routine (should be int)
imp
2009-02-05
1
-2
/
+3
*
While OpenBSD's crypto/ framework has sha1 and md5 implementations that
bz
2009-01-28
1
-1
/
+6
*
Don't hang if encrypting/decrypting using struct iovecs where one of the
dfr
2008-10-30
1
-0
/
+4
*
Retire the MALLOC and FREE macros. They are an abomination unto style(9).
des
2008-10-23
1
-7
/
+7
*
Integrate the Camellia Block Cipher. For more information see RFC 4132
gnn
2007-05-09
1
-0
/
+6
*
Overhaul driver/subsystem api's:
sam
2007-03-21
1
-45
/
+89
*
Use newly added functions to simplify the code.
pjd
2006-06-04
1
-82
/
+54
*
Move COPYDATA() and COPYBACK() macros to cryptodev.h, they will be used
pjd
2006-06-04
1
-27
/
+0
*
Rename HMAC_BLOCK_MAXLEN to HMAC_MAX_BLOCK_LEN to be consistent with
pjd
2006-06-04
1
-4
/
+4
*
Rename AALG_MAX_RESULT_LEN to HASH_MAX_LEN to look more constent with
pjd
2006-06-04
1
-1
/
+1
*
Kill an unused argument.
pjd
2006-06-04
1
-5
/
+5
*
- Fix a very old bug in HMAC/SHA{384,512}. When HMAC is using SHA384
pjd
2006-05-17
1
-89
/
+147
*
- Simplify the code by using arc4rand(9) instead of arc4random(9) in a loop.
pjd
2006-04-10
1
-22
/
+3
*
Fix memory leak which occurs when crypto.ko module is unloaded.
pjd
2006-03-28
1
-0
/
+9
*
refer opencrypto/cast.h directly.
ume
2005-03-11
1
-1
/
+1
*
/* -> /*- for license, minor formatting changes
imp
2005-01-07
1
-1
/
+1
*
Add CRD_F_KEY_EXPLICIT which allows the key to be changed per
phk
2004-02-02
1
-0
/
+10
*
style(9) pass and type fixups.
bms
2003-12-16
1
-1
/
+1
*
Push m_apply() and m_getptr() up into the colleciton of standard mbuf
bms
2003-12-15
1
-8
/
+1
*
Add support to eliminate a context switch per crypto op when using the
sam
2003-06-27
1
-2
/
+2
*
Use __FBSDID().
obrien
2003-06-11
1
-1
/
+3
*
Change iov_base's type from `char *' to the standard `void *'. All
mike
2002-10-11
1
-1
/
+1
*
In-kernel crypto framework derived from openbsd. This facility provides
sam
2002-10-04
1
-0
/
+1025