| Age | Commit message (Expand) | Author |
| 2016-12-11 | Add XTS mode. | alnsn |
| 2015-04-13 | More rnd.h user cleanup. | riastradh |
| 2015-04-13 | cprng_strong(kern_cprng, ...) never blocks, pass 0 for flags. | riastradh |
| 2014-08-11 | Fix inconsistent use of inline in prototype and definition | justin |
| 2014-08-11 | Tweak cprng_fast_buf to use 32-bit unaligned writes if possible. | riastradh |
| 2014-08-11 | Move initial entropy bookkeeping out of the fast path. | riastradh |
| 2014-08-11 | Use percpu_foreach instead of manual iteration. | riastradh |
| 2014-08-11 | Access to struct cprng_fast must be consistently at IPL_VM. | riastradh |
| 2014-08-11 | No need for cprng_fast_seed to be inline. | riastradh |
| 2014-08-11 | Include <sys/rnd.h>, don't copypasta declare rnd_initial_entropy. | riastradh |
| 2014-08-11 | Sort #includes. | riastradh |
| 2014-08-10 | define function consistently as inline | justin |
| 2014-08-10 | Merge tls-earlyentropy branch into HEAD. | tls |
| 2014-03-25 | fix sprintf. | christos |
| 2014-01-01 | Create modules for software crypto components. | pgoyette |
| 2011-12-17 | Separate /dev/random pseudodevice implemenation from kernel entropy pool | tls |
| 2011-11-21 | NIST_CTR_DRBG.V is accessed as (unsigned long *) so we need to make sure | macallan |
| 2011-11-19 | First step of random number subsystem rework described in | tls |
| 2011-05-14 | Revert my previous change. christos@ submitted a different fix pretty much | jmmv |
| 2011-05-14 | Declare for-loop control variable outside of the for statement to prevent | jmmv |
| 2011-05-14 | - don't assume aligned buffers. | christos |
| 2011-05-05 | add "camellia" crypto code, copied from FreeBSD | drochner |
| 2009-06-30 | Apply const where necessary (XXX: where is bf_locl.org?) | pooka |
| 2009-03-14 | Remove all the __P() from sys (excluding sys/dist) | dsl |
| 2007-12-11 | use __KERNEL_RCSID() | lukem |
| 2007-12-11 | use __KERNEL_RCSID() | lukem |
| 2007-01-22 | Added missing const-qualifiers. | cbiere |
| 2007-01-21 | Added const-qualifiers. | cbiere |
| 2006-10-27 | Merge kernel and userland rmd160 and sha2 implementation. | christos |
| 2006-09-03 | static comes first | christos |
| 2006-05-10 | quell GCC 4.1 uninitialised variable warnings. | mrg |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-09-24 | RMD160_DIGEST_STRING_LENGTH is 41, including the terminating NUL. | elad |
| 2005-09-24 | Install rmd160.h to /usr/include/crypto. | elad |
| 2005-09-24 | RMD160File() gets const char *, add RMD160FileChunk(). | elad |
| 2005-09-24 | Define RMD160_DIGEST_STRING_LENGTH. | elad |
| 2005-09-11 | Lint warnings. | elad |
| 2005-08-23 | Remove stuff inside #if 0, remove __P macro usage, add helper routines | elad |
| 2005-08-22 | Make this usable both in kernel and userland. | elad |
| 2005-08-20 | Install sha2.h to /usr/include/crypto. | elad |
| 2005-07-21 | Remove unused functions SHA*_End() and SHA*_Data(). | tron |
| 2005-06-03 | Constify, to make it compile (at least). | martin |
| 2005-05-31 | add a missing const | christos |
| 2005-05-30 | sprinkle const | christos |
| 2005-05-17 | Yes, it was a cool trick >20 years ago to use "0123456789abcdef"[a] to | christos |
| 2005-04-19 | Make resultant hash length a symbolic define so other code can reuse the | blymn |
| 2005-02-26 | nuke trailing whitespace | perry |
| 2003-11-28 | s/netbsd.org/NetBSD.org/g | keihan |
| 2003-11-16 | Move the Skipjack algorithm from sys/opencrypto to sys/crypto/skipjack. | tls |
| 2003-09-04 | bzero() 2nd arg mistake. found by openbsd guys, via kame | itojun |