index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
uvm
/
uvm_swap_encrypt.c
Age
Commit message (
Expand
)
Author
2014-11-18
move arc4random prototype to systm.h. more appropriate for most code
Ted Unangst
2014-09-14
remove uneeded proc.h includes
Jonathan Gray
2011-01-11
for key material that is being being discarded, convert bzero() to
Theo de Raadt
2010-04-20
remove proc.h include from uvm_map.h. This has far reaching effects, as
Ted Unangst
2009-03-23
turn a for (i = 0; i < size; i++) arc4random(); loop into arc4random_buf().
Owain Ainsworth
2005-03-26
encrypt swap by default. cheap, and why not. can be disabled by people
Theo de Raadt
2004-11-29
ansi + some knf, no binary change
Hans-Joerg Hoexer
2003-12-26
- use 1/2 space for rijndael context in ipsec
Markus Friedl
2002-07-02
inital -> initial
Nathan Binkert
2001-11-06
Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.
Miod Vallat
2001-08-24
switch to the optimised AES reference code from
Markus Friedl
2001-08-06
remove vm_conf.h; art@ ok
Michael Shalayeff
2001-01-29
$OpenBSD$
Niklas Hallqvist
2000-09-07
Convert bzero to memset(X, 0..) and bcopy to memcpy.
Artur Grabowski
2000-06-14
put in own ctl level for swapencrypt.
Niels Provos
2000-05-27
use rijndael instead of blowfish because of faster key setup.
Niels Provos
2000-05-26
use encrypted blocknumber as IV
Niels Provos
2000-02-29
<crypto/blf.h>
Markus Friedl
1999-12-30
swap encryption for UVM, option UVM_SWAP_ENCRYPT. needs to be enabled
Niels Provos