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
/
xform.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Break up opencrypto/xform.c so it can be reused piecemeal
allanjude
2015-12-30
1
-891
/
+19
*
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
1
-6
/
+7
*
Fix XTS, and name things a bit better...
jmg
2015-07-14
1
-4
/
+4
*
Add support for AES modes to IPSec. These modes work both in software only
gnn
2015-07-09
1
-25
/
+37
*
Add some new modes to OpenCrypto. These modes are AES-ICM (can be used
jmg
2014-12-12
1
-54
/
+208
*
When porting XTS-related code from OpenBSD I forgot to update copyright (only
pjd
2013-02-20
1
-2
/
+7
*
Add support for AES-XTS.
pjd
2010-09-23
1
-9
/
+137
*
Remove redundant space.
pjd
2010-09-23
1
-1
/
+1
*
Retire the MALLOC and FREE macros. They are an abomination unto style(9).
des
2008-10-23
1
-14
/
+14
*
Integrate the Camellia Block Cipher. For more information see RFC 4132
gnn
2007-05-09
1
-0
/
+53
*
Use newly added defines instead of magic values.
pjd
2006-06-04
1
-16
/
+16
*
- Fix a very old bug in HMAC/SHA{384,512}. When HMAC is using SHA384
pjd
2006-05-17
1
-15
/
+15
*
Check key size for rijndael, as invalid key size can lead to kernel panic.
pjd
2005-08-16
1
-0
/
+2
*
just use crypto/rijndael, and nuke opencrypto/rindael.[ch].
ume
2005-03-11
1
-1
/
+1
*
- use 1/2 space for rijndael context in ipsec
ume
2005-03-11
1
-6
/
+5
*
/* -> /*- for license, minor formatting changes
imp
2005-01-07
1
-1
/
+1
*
Use __FBSDID().
obrien
2003-06-11
1
-1
/
+3
*
In-kernel crypto framework derived from openbsd. This facility provides
sam
2002-10-04
1
-0
/
+629