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
/
cryptodev.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Integrate the Camellia Block Cipher. For more information see RFC 4132
gnn
2007-05-09
1
-1
/
+3
*
Overhaul driver/subsystem api's:
sam
2007-03-21
1
-50
/
+55
*
- Replace COPYDATA() and COPYBACK() macros with crypto_copydata() and
pjd
2006-06-04
1
-27
/
+7
*
Move COPYDATA() and COPYBACK() macros to cryptodev.h, they will be used
pjd
2006-06-04
1
-0
/
+27
*
- Remove HMAC_BLOCK_LEN, it serves no purpose.
pjd
2006-06-04
1
-1
/
+0
*
- Use define of an algorithm with the biggest block length to describe
pjd
2006-06-04
1
-3
/
+1
*
Rename HMAC_BLOCK_MAXLEN to HMAC_MAX_BLOCK_LEN to be consistent with
pjd
2006-06-04
1
-2
/
+2
*
Rename AALG_MAX_RESULT_LEN to HASH_MAX_LEN to look more constent with
pjd
2006-06-04
1
-3
/
+3
*
- Add defines with hash length for each hash algorithm.
pjd
2006-06-04
1
-4
/
+24
*
Remove (now unused) crp_mac field.
pjd
2006-05-22
1
-1
/
+0
*
Document how we synchronize access to the fields in the cryptocap
pjd
2006-05-22
1
-6
/
+13
*
- Fix a very old bug in HMAC/SHA{384,512}. When HMAC is using SHA384
pjd
2006-05-17
1
-6
/
+11
*
- Make opencrypto more SMP friendly by dropping the queue lock around
pjd
2006-05-17
1
-0
/
+1
*
Remove cri_rnd. It is not used.
pjd
2006-05-17
1
-2
/
+0
*
Forgot about adding cuio_apply() here.
pjd
2006-05-17
1
-0
/
+2
*
/* -> /*- 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
/
+1
*
Push m_apply() and m_getptr() up into the colleciton of standard mbuf
bms
2003-12-15
1
-3
/
+0
*
consolidate callback optimization check in one location by adding a flag
sam
2003-06-30
1
-6
/
+7
*
Add support to eliminate a context switch per crypto op when using the
sam
2003-06-27
1
-2
/
+14
*
Flush my local cache of cryto subsystem fixes:
sam
2003-06-02
1
-0
/
+1
*
o add a CRYPTO_F_CBIMM flag to symmetric ops to indicate the callback
sam
2003-02-23
1
-2
/
+4
*
MFS: crypto timing support; purge usercrypto sysctl (just don't config
sam
2003-01-03
1
-1
/
+29
*
remove CIOGSSESSION (get software session); it was added only for testing
sam
2002-10-07
1
-1
/
+0
*
In-kernel crypto framework derived from openbsd. This facility provides
sam
2002-10-04
1
-0
/
+347