index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
opencrypto
/
cryptosoft_xform.c
Age
Commit message (
Expand
)
Author
2013-02-02
fix compilation
christos
2011-11-28
Remove arc4random() and arc4randbytes() from the kernel API. Replace
tls
2011-06-07
use a simple counter as IV for AES-GMAC as suggested in RFC4543
drochner
2011-05-26
pull in AES-GCM/GMAC support from OpenBSD
drochner
2011-05-24
copy AES-XCBC-MAC support from KAME IPSEC to FAST_IPSEC
drochner
2011-05-24
move the "context size" struct member (which is a pure software
drochner
2011-05-24
Change the way the IV is generated for AES-CTR: use a simple counter
drochner
2011-05-23
-remove references to crypto/arc4/arc4.* -- the code isn't used
drochner
2011-05-23
add an AES-CTR xform, from OpenBSD
drochner
2011-05-23
-in the descriptor for encryption xforms, split the "blocksize" field
drochner
2011-05-21
check key size on initialization -- othwise the rijndael code
drochner
2011-05-05
support camellia-cbc by swcrypt
drochner
2011-02-24
small modifications in dealing with the unknown result size of compression/
drochner
2011-02-18
more "const"
drochner
2009-03-25
Fixes PR kern/41069 and PR kern/41070.
darran
2009-03-18
bzero -> memset
cegger
2009-03-14
Change about 4500 of the K&R function definitions to ANSI ones.
dsl
2008-12-17
kill MALLOC and FREE macros.
cegger
2008-02-04
Rework opencrypto to use a spin mutex (crypto_mtx) instead of "splcrypto"
tls
2008-02-02
From Darran Hunt at Coyote Point: don't truncate HMAC to 96 bits unless
tls
2008-02-01
don't allocate AES keys with M_WAITOK!
tls
2007-03-04
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
christos
2006-11-16
__unused removal on arguments; approved by core.
christos
2006-10-27
Merge kernel and userland rmd160 and sha2 implementation.
christos
2006-10-12
- sprinkle __unused on function decls.
christos
2005-11-25
- De-couple the software crypto implementation from the rest of the
thorpej