| Age | Commit message (Expand) | Author |
| 2015-11-28 | fix the build | christos |
| 2015-11-28 | Re-work the module init and destroy code to allow it to be unloaded and | pgoyette |
| 2015-09-06 | More on PR 41200: headers that declare ioctls should include sys/ioccom.h. | dholland |
| 2015-08-20 | include "ioconf.h" to get the 'void <driver>attach(int count);' prototype. | christos |
| 2015-03-26 | Trivial printf format changes and typo fix | prlw1 |
| 2014-11-27 | simplify, no functional change | christos |
| 2014-11-27 | Return ENOSPC instead of ENOMEM when there is no room in the buffer to | christos |
| 2014-09-05 | Try not to use f_data, use f_fcrypt to get a correctly typed pointer. | matt |
| 2014-08-04 | At least crypto_mtx needs initialisation here. Spotted during PR/49065 | skrll |
| 2014-07-25 | Add d_discard to all struct cdevsw instances I could find. | dholland |
| 2014-07-02 | If we register with pmf on attach, deregister on detach. | riastradh |
| 2014-06-21 | register with pmf. | christos |
| 2014-03-16 | Change (mostly mechanically) every cdevsw/bdevsw I can find to use | dholland |
| 2014-02-25 | Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before | pooka |
| 2014-02-03 | Undo previous - it still needs a lot more work. | pgoyette |
| 2014-01-31 | Replace home-grown config with standardized calls to | pgoyette |
| 2014-01-24 | As requested by mrg@, since there is still a small window during which | pgoyette |
| 2014-01-21 | Implement in-module ref-counting, and do not allow auto-unload if there | pgoyette |
| 2014-01-21 | knf: Blank line even if no variable declarations. | pgoyette |
| 2014-01-19 | bail out unloading for now | christos |
| 2014-01-14 | Clean-up module initialization | pgoyette |
| 2014-01-13 | When using modular opencrypto, make sure the sysctl variables get | pgoyette |
| 2014-01-04 | When crypto(4) is built-in, crypto_modcmd() doesn't need to handle all | pgoyette |
| 2014-01-01 | Modularize the opencrypto components and link to the build | pgoyette |
| 2013-09-12 | Remove unused variable | martin |
| 2013-09-12 | Fix return value of cryptodev_msessionfin. | martin |
| 2013-06-24 | Replace consttime_bcmp/explicit_bzero by consttime_memequal/explicit_memset. | riastradh |
| 2013-02-02 | fix compilation | christos |
| 2013-02-02 | fix compilation | christos |
| 2012-08-30 | Add "consttime_bcmp" and "explicit_bzero" functions for both kernel | drochner |
| 2011-11-28 | Remove arc4random() and arc4randbytes() from the kernel API. Replace | tls |
| 2011-11-19 | First step of random number subsystem rework described in | tls |
| 2011-07-04 | Fix memset usage. | joerg |
| 2011-07-03 | avoid some uninitialised warning issues GCC 4.5 complains about. | mrg |
| 2011-06-09 | use 64-bit integers for GF128 multiplication on LP64 CPUs | drochner |
| 2011-06-09 | -if an opencrypto(9) session is allocated, the driver is refcounted | drochner |
| 2011-06-08 | reduce typecasts and byte swapping | drochner |
| 2011-06-07 | use a simple counter as IV for AES-GMAC as suggested in RFC4543 | drochner |
| 2011-05-27 | allow testing of GCM/GMAC code from userland | drochner |
| 2011-05-26 | pull in AES-GCM/GMAC support from OpenBSD | drochner |
| 2011-05-26 | fix building of a linked list if multiple algorithms are requested | drochner |
| 2011-05-24 | catch some corner cases of user input | 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 | If symmetric encryption is done from userland crypto(4) and no IV | drochner |
| 2011-05-23 | being here, export camellia-cbc through crypto(4) to allow userland tests | 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 |