summaryrefslogtreecommitdiff
path: root/sys/uvm/uvm_swap_encrypt.c
AgeCommit message (Expand)Author
2014-11-18move arc4random prototype to systm.h. more appropriate for most codeTed Unangst
2014-09-14remove uneeded proc.h includesJonathan Gray
2011-01-11for key material that is being being discarded, convert bzero() toTheo de Raadt
2010-04-20remove proc.h include from uvm_map.h. This has far reaching effects, asTed Unangst
2009-03-23turn a for (i = 0; i < size; i++) arc4random(); loop into arc4random_buf().Owain Ainsworth
2005-03-26encrypt swap by default. cheap, and why not. can be disabled by peopleTheo de Raadt
2004-11-29ansi + some knf, no binary changeHans-Joerg Hoexer
2003-12-26- use 1/2 space for rijndael context in ipsecMarkus Friedl
2002-07-02inital -> initialNathan Binkert
2001-11-06Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.Miod Vallat
2001-08-24switch to the optimised AES reference code fromMarkus Friedl
2001-08-06remove vm_conf.h; art@ okMichael Shalayeff
2001-01-29$OpenBSD$Niklas Hallqvist
2000-09-07Convert bzero to memset(X, 0..) and bcopy to memcpy.Artur Grabowski
2000-06-14put in own ctl level for swapencrypt.Niels Provos
2000-05-27use rijndael instead of blowfish because of faster key setup.Niels Provos
2000-05-26use encrypted blocknumber as IVNiels Provos
2000-02-29<crypto/blf.h>Markus Friedl
1999-12-30swap encryption for UVM, option UVM_SWAP_ENCRYPT. needs to be enabledNiels Provos