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
/
crypto
/
aesni
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFC r258399,258492:
jmg
2013-11-26
1
-1
/
+2
*
MFC r257757:
jmg
2013-11-16
3
-67
/
+95
*
Use the fact that the AES-NI instructions can be pipelined to improve
jmg
2013-09-03
7
-422
/
+359
*
When porting XTS-related code from OpenBSD I forgot to update copyright (only
pjd
2013-02-20
1
-0
/
+1
*
Add support for the extended FPU states on amd64, both for native
kib
2012-01-21
3
-7
/
+16
*
Update Copyright.
pjd
2011-10-27
1
-1
/
+1
*
Improve AES-NI performance for AES-XTS:
pjd
2011-10-27
1
-26
/
+27
*
Fix a bug in the result of manual assembly.
kib
2011-03-02
2
-2
/
+2
*
Remove DEBUG sections.
kib
2010-11-27
1
-24
/
+0
*
Only save FPU context when not executing in the context of the crypto
kib
2010-11-17
1
-8
/
+22
*
Change two missed instances of 'retq' in aeskeys_i386.S to 'retl', which
dim
2010-10-13
1
-2
/
+2
*
Fix two copy&paste bugs.
pjd
2010-09-25
1
-2
/
+2
*
Add support for CRYPTO_AES_XTS.
pjd
2010-09-23
3
-24
/
+151
*
Add support for CRD_F_KEY_EXPLICIT flag.
pjd
2010-09-23
1
-16
/
+32
*
Simplify code a bit.
pjd
2010-09-23
2
-10
/
+5
*
Crypto(4) driver for AESNI.
kib
2010-07-23
7
-0
/
+1464