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
/
crypto
Age
Commit message (
Expand
)
Author
2020-06-29
New SSE2-based bitsliced AES implementation.
riastradh
2020-06-29
New cgd cipher adiantum.
riastradh
2020-06-29
VIA AES: Batch AES-XTS computation into eight blocks at a time.
riastradh
2020-06-29
Add AES implementation with VIA ACE.
riastradh
2020-06-29
Provide the standard AES key schedule.
riastradh
2020-06-29
Implement AES in kernel using ARMv8.0-AES on aarch64.
riastradh
2020-06-29
Add x86 AES-NI support.
riastradh
2020-06-29
Rework AES in kernel to finally address CVE-2005-1797.
riastradh
2020-04-30
Count cprng_fast reseed events.
riastradh
2020-04-30
Adapt cprng_fast to use entropy_epoch(), not rnd_initial_entropy.
riastradh
2020-04-22
Make crypto/rijindael optional again as cprng_strong does no longer
rin
2019-12-05
Nuke crypto/arc4. Has not been used since 2003. Will not be missed.
riastradh
2019-09-19
Use an explicit run-time assertion where compile-time doesn't work.
riastradh
2019-09-19
Use CTASSERT where possible, run-time assertion where not.
riastradh
2019-09-02
Switch from NIST CTR_DRBG with AES to NIST Hash_DRBG with SHA-256.
riastradh
2019-02-04
add fallthru comments. i considered patching makefiles to ignore
mrg
2018-04-19
s/static inline/static __inline/g for consistency.
christos
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
[prev]
[next]