summaryrefslogtreecommitdiff
path: root/sys/dev/softraid_crypto.c
AgeCommit message (Expand)Author
2008-08-15use new shared HMAC_SHA1 code in crypto/hmac.[ch] rather than localDamien Miller
2008-07-19Full rewrite of metadata handling. This fixes power failures and crashesMarco Peereboom
2008-06-25use pools for the uio and iovec allocations in sr_crypto_getcryptop()Thordur I. Bjornsson
2008-06-14Provide a status field for operations on the bc_opaque data. Now we'reHans-Joerg Hoexer
2008-06-14Use multiple crypto keys per volume. Each key is used to encrypt atDamien Miller
2008-06-14implement a check code to determine whether the disk keys haveDamien Miller
2008-06-13make the disk key masking algorithm a parameter and add some extraDamien Miller
2008-06-13Implement pbkdf2 in in bioctl to derive master key from a passphrase.Hans-Joerg Hoexer
2008-06-13When assembling an already initialized crytpo softraid, correctly copy inHans-Joerg Hoexer
2008-06-12Pass error code via the crypto descriptor (ie. crp_etype) from cryptoHans-Joerg Hoexer
2008-06-12Get mask keying for on-disk keys from user space and keep a "hint" for keyHans-Joerg Hoexer
2008-06-11Move first pieces of crypto softraid into the tree. Still totallyHans-Joerg Hoexer
2008-02-23Oops to eager with the delete button. prompted by deraadt.Marco Peereboom
2008-02-23Backout premature code.Marco Peereboom
2008-02-22Propper encryption of on-disk-keys, prodded/suggest by tedu@ and djm@Hans-Joerg Hoexer
2008-02-19Cleanup, spacing and KNF.Marco Peereboom
2008-02-17Kill stray commentMarco Peereboom
2008-02-17add my copyright, too.Hans-Joerg Hoexer
2008-02-17Add propper key encryption.Hans-Joerg Hoexer
2008-02-15Add myself to the copyrights, ok marco@Chris Kuethe
2008-02-14Actually implement the crypto.Chris Kuethe
2008-02-07Add optional metadata memebers.Marco Peereboom
2008-02-05Shave off a few more bytes by moving IO collision detection into a genericMarco Peereboom
2008-02-05Create a generic function to validate IO instead of copying and pastingMarco Peereboom
2008-01-31Add me to copyright.Marco Peereboom
2008-01-29Improve performance dramatically by preventing severeal context switches.Marco Peereboom
2008-01-27Oops forgot one function when adding 16 byte scsi commands.Marco Peereboom
2008-01-26Remove duplicate protosMarco Peereboom
2008-01-24Bring softraid into the world of 16 byte commands; this allows for > 2TB disksMarco Peereboom
2007-11-27split crypto functions out into their own file, so softraid.c is not suchTed Unangst