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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Connect the SHA-512t256 and Skein hashing algorithms to ZFS
allanjude
2016-05-31
1
-0
/
+2
*
Retune SHA2 code for improved performance on CPUs with more ILP and
cperciva
2016-05-29
2
-190
/
+198
*
Import the skein hashing algorithm, based on the threefish block cipher
allanjude
2016-05-29
9
-0
/
+3955
*
Implement SHA-512 truncated (224 and 256 bits)
allanjude
2016-05-28
2
-0
/
+223
*
crypto routines: Hint minimum buffer sizes to the compiler
cem
2016-05-26
11
-38
/
+36
*
aesni(4): Initialize error before use
cem
2016-04-20
1
-0
/
+1
*
Break up opencrypto/xform.c so it can be reused piecemeal
allanjude
2015-12-30
1
-1
/
+1
*
Replace sys/crypto/sha2/sha2.c with lib/libmd/sha512c.c
allanjude
2015-12-27
6
-800
/
+581
*
const'ify an arg that we don't update...
jmg
2015-07-29
2
-3
/
+3
*
Complete the move that was started w/ r263218.. For some reason I
jmg
2015-07-11
2
-0
/
+47
*
upon further examination, it turns out that _unregister_all already
jmg
2015-07-08
1
-3
/
+0
*
address an issue where consumers, like IPsec, can reuse the same
jmg
2015-07-08
2
-26
/
+102
*
unroll the loop slightly... This improves performance enough to
jmg
2015-07-07
1
-5
/
+17
*
Fix for non-random IV's when CRD_F_IV_PRESENT and CRD_F_IV_EXPLICIT
jmg
2015-07-06
2
-24
/
+25
*
remove _NORMAL flag which isn't suppose to be used w/ _alloc_ctx...
jmg
2015-07-06
1
-2
/
+1
*
In the version of gcc in the FreeBSD tree, this modification was made to
rodrigc
2015-04-16
3
-0
/
+36
*
Add some new modes to OpenCrypto. These modes are AES-ICM (can be used
jmg
2014-12-12
5
-56
/
+1128
*
Fix gcc build: preserve const qualifier when casting input values.
des
2014-11-11
1
-4
/
+4
*
Constify the AES code and propagate to consumers. This allows us to
des
2014-11-10
2
-14
/
+15
*
Put the aesni_cipher_setup() and aesni_cipher_process() functions into
kib
2014-06-24
3
-94
/
+95
*
Add FPU_KERN_KTHR flag to fpu_kern_enter(9), which avoids saving FPU
kib
2014-06-23
4
-60
/
+28
*
NO_MAN= has been deprecated in favor of MAN= for some time, go ahead
imp
2014-04-13
1
-1
/
+1
*
replace the kernel's version w/ cperciva's implementation... In all
jmg
2014-03-16
4
-404
/
+15
*
copy these files from lib/libmd in preperation for moving these files
jmg
2014-03-16
2
-0
/
+347
*
fix broken style(9) in r258399
jmg
2013-11-23
1
-2
/
+2
*
flag that the aesni driver is sync... This means we don't waste a
jmg
2013-11-20
1
-1
/
+2
*
make it so that from/to can be missaligned as it can happen (the geli
jmg
2013-11-06
3
-67
/
+95
*
Use the fact that the AES-NI instructions can be pipelined to improve
jmg
2013-09-03
7
-422
/
+359
*
Fix const propagation issues to make GCC happy.
andre
2013-07-11
1
-3
/
+4
*
SipHash is a cryptographically strong pseudo-random function (a.k.a. keyed
andre
2013-07-11
3
-0
/
+464
*
Sync with KAME.
delphij
2013-07-09
2
-5
/
+4
*
Allow assert() to operate correctly when building userland code.
rmh
2013-07-09
1
-1
/
+3
*
When porting XTS-related code from OpenBSD I forgot to update copyright (only
pjd
2013-02-20
1
-0
/
+1
*
Revert previous commit...
kevlo
2012-10-10
1
-1
/
+1
*
Prefer NULL over 0 for pointers
kevlo
2012-10-09
1
-1
/
+1
*
Add support for the extended FPU states on amd64, both for native
kib
2012-01-21
7
-14
/
+34
*
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
*
Make private functions static.
brucec
2011-02-21
1
-8
/
+8
*
Remove DEBUG sections.
kib
2010-11-27
1
-24
/
+0
*
MFaesni r215427:
kib
2010-11-26
3
-9
/
+31
*
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
*
Use the fpu_kern_enter() interface to properly separate usermode FPU
kib
2010-06-05
4
-3
/
+34
[next]