summaryrefslogtreecommitdiff
path: root/sys/uvm/uvm_swap_encrypt.c
AgeCommit message (Expand)Author
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