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
/
via
Commit message (
Expand
)
Author
Age
Files
Lines
*
Overhaul driver/subsystem api's:
sam
2007-03-21
1
-74
/
+68
*
Less magic.
pjd
2006-09-15
1
-2
/
+3
*
Remove trailing spaces.
pjd
2006-07-28
1
-1
/
+1
*
Use existing roundup2() macro.
pjd
2006-07-28
1
-1
/
+1
*
Remove redundant check committed by accident.
pjd
2006-07-25
1
-2
/
+0
*
Avoid memory allocations when the given address is already 16 bytes aligned.
pjd
2006-07-25
1
-6
/
+51
*
Modify PADLOCK_ALIGN() macro, so when the given address is already 16 bytes
pjd
2006-07-25
1
-1
/
+1
*
Style fixes.
pjd
2006-07-25
4
-10
/
+10
*
Implement support for HMAC/SHA1 and HMAC/SHA256 acceleration found in
pjd
2006-07-22
4
-335
/
+766
*
Correct few bzero()s.
pjd
2006-07-22
1
-3
/
+3
*
Set ses_ictx and ses_octx to NULL after freeing them, so we won't free
pjd
2006-07-22
1
-0
/
+2
*
Use the already stored VIA RNG probe information
mr
2006-07-13
1
-16
/
+5
*
Fix gratuitous compiler warning.
pjd
2006-06-08
1
-1
/
+2
*
- Pretend to accelerate various HMAC algorithms, so padlock(4) can be used
pjd
2006-06-05
1
-91
/
+266
*
padlock(4) doesn't support explicitly provided keys yet.
pjd
2006-04-20
1
-0
/
+4
*
On padlock initialization, allocate memory with M_WAITOK.
pjd
2006-04-12
1
-5
/
+1
*
Add VIA/ACE "PadLock" support as a crypto(9) driver.
pjd
2005-08-18
1
-0
/
+504