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
/
xform.c
Age
Commit message (
Expand
)
Author
2020-06-30
Rename enc_xform_rijndael128 -> enc_xform_aes.
riastradh
2020-06-29
opencrypto: Switch from legacy rijndael API to new aes API.
riastradh
2017-07-06
Apply C99-style struct initialization to enc_xform, auth_hash and comp_algo
ozaki-r
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-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
sync minimum key size for AES with reality
drochner
2011-05-05
make camellia-cbc known to the opencrypto framework
drochner
2011-03-09
const'fy algorithm descriptors
drochner
2011-02-25
make the use of SHA2-HMAC by FAST_IPSEC compliant to current standards:
drochner
2011-02-24
small modifications in dealing with the unknown result size of compression/
drochner
2009-03-25
Fixes PR kern/41069 and PR kern/41070.
darran
2008-02-28
From Darran Hunt: you can't just specify the "wrong" underlying algorithm
tls
2008-02-02
From Darran Hunt at Coyote Point: don't truncate HMAC to 96 bits unless
tls
2005-11-25
- De-couple the software crypto implementation from the rest of the
thorpej
2005-05-29
Sprinkle const.
christos
2003-11-18
Remove erroneous '2 *' from 'bzero(*sched, 2 * sizeof(rijndael_ctx));'
jonathan
2003-11-16
Move the Skipjack algorithm from sys/opencrypto to sys/crypto/skipjack.
tls
2003-08-27
Fix-up a few things missed in the rijndael_set_key() change.
thorpej
2003-08-27
simplify rijndael.c API - always schedule encrypt/decrypt key.
itojun
2003-08-27
Some const poisoning.
thorpej
2003-08-27
Use the Blowfish in crypto/blowfish, which has hooks for using tuned
thorpej
2003-08-26
Move the opencrypto CAST-128 implementation to crypto/cast128, removing
thorpej
2003-08-26
G/C extra /.
thorpej
2003-08-26
G/C opencrypto's local copy of rijndael. Adapt the extant rijndael
thorpej
2003-08-25
It's bad form to use the <opencrypto/rmd160.h> header file while
thorpej
2003-08-01
keyed-{sha1,md5} should not be truncated to 96 bits. markus@openbsd
itojun
2003-07-28
Remove vestiges of OpenBSD <sys/md5k.h> header.
jonathan
2003-07-25
Commit initial NetBSD port of the OpenCrypto Framework (OCF). This
jonathan