summaryrefslogtreecommitdiff
path: root/sys/uvm/uvm_swap_encrypt.h
AgeCommit message (Expand)Author
2015-05-06make SWAP_KEY_GET symmetrical with SWAP_KEY_PUT by having it callDavid Gwynne
2009-03-23Whitespace nit in previous.Owain Ainsworth
2009-03-23turn a for (i = 0; i < size; i++) arc4random(); loop into arc4random_buf().Owain Ainsworth
2002-07-02inital -> initialNathan Binkert
2002-03-14First round of __P removal in sysTodd C. Miller
2001-01-29$OpenBSD$Niklas Hallqvist
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
1999-12-30swap encryption for UVM, option UVM_SWAP_ENCRYPT. needs to be enabledNiels Provos