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
/
cryptodev.h
Age
Commit message (
Expand
)
Author
2017-07-26
update locking notes of opencrypto(9)
knakahara
2017-07-18
make cryptoret() context softint to balance dequeuing crypto_ret_q with enque...
knakahara
2017-06-15
Divide crp_devflags from crp_flags to write exclusively.
knakahara
2017-06-06
add locking notes.
knakahara
2017-06-06
restructure locks(1/2): make relation between lock and data explicit.
knakahara
2017-05-25
add cryptkop alloc/free KPI instead of manipulating cryptkop_pool directly.
knakahara
2017-05-25
remove obsoleted declarations.
knakahara
2017-05-17
opencrypto: cleanup debug messages.
knakahara
2017-04-24
separate crypto_drv_mtx from crypto_mtx.
knakahara
2017-04-07
fix race among crypto_done(), cryptoret(), and {cryptodev_op(), cryptodev_key...
knakahara
2017-03-06
add sysctl to select software/hardware encryption driver. can enable CRYPTO_D...
knakahara
2016-07-07
KNF. Remove extra spaces. No functional change.
msaitoh
2016-01-22
Needs sys/time.h for struct timespec.
dholland
2015-11-28
Re-work the module init and destroy code to allow it to be unloaded and
pgoyette
2011-06-09
-if an opencrypto(9) session is allocated, the driver is refcounted
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-23
add an AES-CTR xform, from OpenBSD
drochner
2011-05-16
remove redundant declarations
drochner
2011-05-05
make camellia-cbc known to the opencrypto framework
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-09-04
It is best to explicitly include <sys/condvar.h> if we're going to
he
2009-03-25
Fixes PR kern/41069 and PR kern/41070.
darran
2008-11-18
Fix a race condition in opencrypto where the crypto request could be
darran
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2008-04-10
Extend crypto.4 interface:
tls
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
This code never worked on a released version of FreeBSD in the form it's
tls
2008-01-19
Add constants for modular arithmetic operations other than exponentiation -- ...
tls
2007-03-04
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
christos
2005-11-25
- De-couple the software crypto implementation from the rest of the
thorpej
2005-02-26
nuke trailing whitespace
perry
2003-08-21
Pull in FreeBSD sys/opencrypto/cryptodev.h, revision 1.2.2.5 -> 1.2.2.6.
jonathan
2003-08-21
Pull up `done' flag for crypto operations from FreeBSD. FreeBSD deltas:
jonathan
2003-07-30
Move the initialization of the crypto framework from the userland
jonathan
2003-07-27
Cleanup traces of previous standalone m_apply()/m_getptr().
jonathan
2003-07-25
Commit initial NetBSD port of the OpenCrypto Framework (OCF). This
jonathan