have softraid crypto call crypto_dispatch appropriately instead of

2014-10-20 Thread THEvoid
i had a test install i could sacrifice, so i gave it a shot. this install had -current base installed. i booted the patched kernel, and installed comp56.tgz. everything seemed to work fine. rebooted into my non-test install, mounted the test crypto partition, and sha1'd every hundredth file and

Re: have softraid crypto call crypto_dispatch appropriately instead of

2014-10-20 Thread David Gwynne
On 20 Oct 2014, at 9:15 pm, thev...@openmailbox.org wrote: i had a test install i could sacrifice, so i gave it a shot. this install had -current base installed. i booted the patched kernel, and installed comp56.tgz. everything seemed to work fine. rebooted into my non-test install,

have softraid crypto call crypto_dispatch appropriately instead of crypto_invoke

2014-10-19 Thread David Gwynne
the distinct impression i get is crypto_invoke is an internal abstraction to src/sys/crypto/crypto.c. it isnt documented in crypto(9), and is only used outside crypto by softraid. softraid should be calling crypto_dispatch with CRYPTO_F_NOQUEUE set if it wants/needs those semantics. can a