# $NetBSD: d_end1.awk,v 1.1 2012/03/11 18:36:00 jruoho Exp $ END { print NF; } ref='/favicon.ico'/>
summaryrefslogtreecommitdiff
path: root/sys/opencrypto/cryptodev.h
AgeCommit message (Expand)Author
2022-05-22opencrypto: crypto_dispatch never fails now. Make it return void.riastradh
2022-05-22opencrypto: Rip out EAGAIN logic when unregistering crypto drivers.riastradh
2022-05-22opencrypto: Make crypto_freesession return void.riastradh
2022-05-22opencrypto: Make freesession callback return void.riastradh
2022-05-22opencrypto: Make crp_callback, krp_callback return void.riastradh
2022-05-22opencrypto: Nix CRYPTO_F_DONE.riastradh
2022-05-22opencrypto: Make sid=0 always invalid, but OK to free.riastradh
2022-05-19opencrypto: Nix CRYPTO_F_USER, CRYPTO_F_CBIMM, CRYPTO_F_CBIFSYNC.riastradh
2021-08-14fix typo in CRK_ALGORITHM_MIN definition to match CRK_ALGORITHM_MAX one.andvar
2021-08-09fix typos in asymmetry, asymmetric(al), symmetrical.andvar
2019-11-29HMAC-SHA-512 has 32 bytes MAC.hikaru
2017-07-26update locking notes of opencrypto(9)knakahara
2017-07-18make cryptoret() context softint to balance dequeuing crypto_ret_q with enque...knakahara
2017-06-15Divide crp_devflags from crp_flags to write exclusively.knakahara
2017-06-06add locking notes.knakahara
2017-06-06restructure locks(1/2): make relation between lock and data explicit.knakahara
2017-05-25add cryptkop alloc/free KPI instead of manipulating cryptkop_pool directly.knakahara
2017-05-25remove obsoleted declarations.knakahara
2017-05-17opencrypto: cleanup debug messages.knakahara
2017-04-24separate crypto_drv_mtx from crypto_mtx.knakahara
2017-04-07fix race among crypto_done(), cryptoret(), and {cryptodev_op(), cryptodev_key...knakahara
2017-03-06add sysctl to select software/hardware encryption driver. can enable CRYPTO_D...knakahara
2016-07-07KNF. Remove extra spaces. No functional change.msaitoh
2016-01-22Needs sys/time.h for struct timespec.dholland
2015-11-28Re-work the module init and destroy code to allow it to be unloaded andpgoyette
2011-06-09-if an opencrypto(9) session is allocated, the driver is refcounteddrochner
2011-05-26pull in AES-GCM/GMAC support from OpenBSDdrochner
2011-05-24copy AES-XCBC-MAC support from KAME IPSEC to FAST_IPSECdrochner
2011-05-23add an AES-CTR xform, from OpenBSDdrochner
2011-05-16remove redundant declarationsdrochner
2011-05-05make camellia-cbc known to the opencrypto frameworkdrochner
2011-02-25make the use of SHA2-HMAC by FAST_IPSEC compliant to current standards:drochner
2011-02-24small modifications in dealing with the unknown result size of compression/drochner
2009-09-04It is best to explicitly include <sys/condvar.h> if we're going tohe
2009-03-25Fixes PR kern/41069 and PR kern/41070.darran
2008-11-18Fix a race condition in opencrypto where the crypto request could bedarran
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-10Extend crypto.4 interface:tls
2008-02-04Rework opencrypto to use a spin mutex (crypto_mtx) instead of "splcrypto"tls
2008-02-02From Darran Hunt at Coyote Point: don't truncate HMAC to 96 bits unlesstls
2008-02-01This code never worked on a released version of FreeBSD in the form it'stls
2008-01-19Add constants for modular arithmetic operations other than exponentiation -- ...tls
2007-03-04Kill 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 thethorpej
2005-02-26nuke trailing whitespaceperry
2003-08-21Pull in FreeBSD sys/opencrypto/cryptodev.h, revision 1.2.2.5 -> 1.2.2.6.jonathan
2003-08-21Pull up `done' flag for crypto operations from FreeBSD. FreeBSD deltas:jonathan
2003-07-30Move the initialization of the crypto framework from the userlandjonathan
2003-07-27Cleanup traces of previous standalone m_apply()/m_getptr().jonathan
2003-07-25Commit initial NetBSD port of the OpenCrypto Framework (OCF). Thisjonathan