| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix the IPL and flags of the MP-safe crypto taskq. Now a sane IPL |  visa | 2017-11-30 | 1 | -2/+2 |
* | Reduce the per-packet allocation costs for crypto operations (cryptop) |  patrick | 2017-02-07 | 1 | -24/+18 |
* | convert bcopy to memcpy. from david hill |  tedu | 2016-09-19 | 1 | -2/+2 |
* | all pools have their ipl set via pool_setipl, so fold it into pool_init. |  dlg | 2016-09-15 | 1 | -7/+5 |
* | Add a mechanism for dispatching mpsafe crypto operations. This adds a new |  kettenis | 2016-04-18 | 1 | -3/+17 |
* | fairly simple sizes for free(); ok tedu |  deraadt | 2015-08-28 | 1 | -3/+5 |
* | we want to defer work traditionally (in openbsd) handled in an |  dlg | 2015-02-09 | 1 | -2/+2 |
* | remove the second void * argument on tasks. |  dlg | 2015-01-27 | 1 | -4/+3 |
* | pools lock themselves now, we just have to tell them what IPL they |  dlg | 2014-10-23 | 1 | -13/+4 |
* | apply only the bit of r1.69 that should have been committed: |  dlg | 2014-10-23 | 1 | -2/+2 |
* | revert previous. it did more than the commit message said it did. |  dlg | 2014-10-23 | 1 | -5/+14 |
* | make the crypto taskq protect things at IPL_VM instead of IPL_HIGH. |  dlg | 2014-10-22 | 1 | -14/+5 |
* | replace bzeros after allocations with M_ZERO and PR_ZERO as appropriate. |  dlg | 2014-10-20 | 1 | -9/+4 |
* | remove uneeded proc.h includes |  jsg | 2014-09-14 | 1 | -2/+1 |
* | Bye bye /dev/crypto |  mikeb | 2014-08-20 | 1 | -126/+1 |
* | use mallocarray() |  deraadt | 2014-07-13 | 1 | -4/+4 |
* | add a size argument to free. will be used soon, but for now default to 0. |  tedu | 2014-07-12 | 1 | -2/+2 |
* | cc_queued is not used for anything atm, remove it; ok jsing, markus |  mikeb | 2014-01-21 | 1 | -17/+1 |
* | Respect CRYPTO_F_NOQUEUE flag when dispatching a crypto operation |  mikeb | 2014-01-21 | 1 | -2/+2 |
* | convert crypto work queue to the task_add(9) api; ok dlg |  mikeb | 2013-10-31 | 1 | -13/+14 |
* | institute a hard cap on crypto devs instead of a useless wraparound check |  tedu | 2013-03-27 | 1 | -3/+2 |
* | for key material that is being being discarded, convert bzero() to |  deraadt | 2011-01-11 | 1 | -2/+2 |
* | Reintroduce most crypto/crypto.c r1.55: |  jsing | 2010-09-08 | 1 | -12/+8 |
* | Backout r1.55 since this breaks anything which does crypto ops prior to |  jsing | 2010-08-08 | 1 | -6/+11 |
* | Revert part of previous. |  thib | 2010-07-08 | 1 | -4/+6 |
* | Move pool initialization to init_crypto and zap the crypto_pool_initialized |  thib | 2010-07-08 | 1 | -16/+9 |
* | Remove the CRYPTO_ALGORITHM_ALL define, fixup accordingly |  thib | 2010-06-09 | 1 | -9/+9 |
* | crypto hardware (eg, hifn) establishes its interrupt handler at |  dlg | 2009-09-03 | 1 | -7/+12 |
* | reintroduce mutexes to workqs for locking. |  dlg | 2008-10-30 | 1 | -2/+2 |
* | finish conversion to workq. remove list remnants, and put spl in the right |  tedu | 2007-11-28 | 1 | -10/+23 |
* | convert crypto thread to workq. add WQ_DIRECTOK flag to workq. |  tedu | 2007-11-25 | 1 | -55/+14 |
* | do not call crypto_done() on errors, since the drivers already do this. |  markus | 2007-11-14 | 1 | -2/+1 |
* | remove some silly casts. put spl calls after all declarations. |  tedu | 2006-05-31 | 1 | -12/+21 |
* | splimp -> splvm |  brad | 2006-03-04 | 1 | -12/+12 |
* | Don't use crypto thread for callbacks. |  mpf | 2004-12-21 | 1 | -67/+7 |
* | In crypto_thread(), always save return value from splimp(). We were only |  aaron | 2004-06-20 | 1 | -2/+2 |
* | Fastpath for userland crypto requests. This change makes userland |  beck | 2003-06-03 | 1 | -11/+21 |
* | Copy the ENTIRE table into the supported algorithms (how the hell did this |  jason | 2003-02-19 | 1 | -2/+2 |
* | From Angelos: |  jason | 2002-11-21 | 1 | -106/+238 |
* | I don't know why this breaks things for me when sshd starts on sparc64. |  art | 2002-07-17 | 1 | -88/+63 |
* | Double-pass over drivers, first hardware only, then software (if we |  angelos | 2002-07-16 | 1 | -26/+45 |
* | Fix a typo, cleanup on session migration code in crypto_invoke(), and |  angelos | 2002-07-16 | 1 | -38/+44 |
* | kernel changes to make asymmetric crypto work in userland |  beck | 2002-06-11 | 1 | -14/+7 |
* | fix ivory tower greek fix. ok angelos@ |  beck | 2002-06-10 | 1 | -5/+6 |
* | Don't use an int for the flags, when the structure uses |  angelos | 2002-06-09 | 1 | -2/+4 |
* | initial hack at a CIOCSYMFEAT ioctl |  deraadt | 2002-04-23 | 1 | -1/+30 |
* | driver queueing & callback code for keying operations |  deraadt | 2002-04-23 | 1 | -8/+123 |
* | crypto_check_alg() is not needed |  deraadt | 2002-03-04 | 1 | -32/+1 |
* | It looks like there has been one crack smoking and a few cut and pastes. |  art | 2002-01-23 | 1 | -3/+3 |
* | Pool deals fairly well with physical memory shortage, but it doesn't deal |  art | 2002-01-23 | 1 | -3/+3 |