summaryrefslogtreecommitdiffstats
path: root/sys/uvm/uvm_swap_encrypt.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* make SWAP_KEY_GET symmetrical with SWAP_KEY_PUT by having it calldlg2015-05-061-1/+8
* reduce the scope of things that include uvm_swap_encrypt.h.dlg2015-05-041-1/+2
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* move arc4random prototype to systm.h. more appropriate for most codetedu2014-11-181-2/+1
* remove uneeded proc.h includesjsg2014-09-141-2/+1
* for key material that is being being discarded, convert bzero() toderaadt2011-01-111-3/+3
* remove proc.h include from uvm_map.h. This has far reaching effects, astedu2010-04-201-1/+2
* turn a for (i = 0; i < size; i++) arc4random(); loop into arc4random_buf().oga2009-03-231-14/+1
* encrypt swap by default. cheap, and why not. can be disabled by peoplederaadt2005-03-261-2/+2
* ansi + some knf, no binary changehshoexer2004-11-291-19/+15
* - use 1/2 space for rijndael context in ipsecmarkus2003-12-261-12/+15
* inital -> initialnate2002-07-021-7/+7
* Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.miod2001-11-061-3/+1
* switch to the optimised AES reference code frommarkus2001-08-241-6/+6
* remove vm_conf.h; art@ okmickey2001-08-061-2/+2
* $OpenBSD$niklas2001-01-291-0/+2
* Convert bzero to memset(X, 0..) and bcopy to memcpy.art2000-09-071-2/+2
* put in own ctl level for swapencrypt.provos2000-06-141-0/+43
* use rijndael instead of blowfish because of faster key setup.provos2000-05-271-69/+135
* use encrypted blocknumber as IVprovos2000-05-261-4/+10
* <crypto/blf.h>markus2000-02-291-1/+1
* swap encryption for UVM, option UVM_SWAP_ENCRYPT. needs to be enabledprovos1999-12-301-0/+127