How do you specify driver in tcrypt

2010-11-02 Thread Mark Allyn
I want to run tcrypt, but I want to only use a specific driver. How do I do that? Thanks Truly, Mark Allyn Portland, Oregon www.allyn.com 971-563-7588 -- To unsubscribe from this list: send the line "unsubscribe linux-crypto" in the body of a message to majord...@vger.kernel.org More majordo

alg_test question

2010-11-02 Thread Mark Allyn
What is the mask parameter for in the alg_test function? Also what is the type? Better still, is there any documentation on how to use the alg_test function? Thanks Truly, Mark Allyn Portland, Oregon www.allyn.com 971-563-7588 -- To unsubscribe from this list: send the line "unsubscribe l

Re: [PATCH v1.1 4/4] keys: add new key-type encrypted

2010-11-02 Thread Mimi Zohar
On Tue, 2010-11-02 at 10:30 +0100, Roberto Sassu wrote: > The buffer 'derived_buf' in the function get_derived_key() must be > allocated dynamically in order to make room for an arbitrary length > master key. > > Signed-off-by: Roberto Sassu > --- > security/keys/encrypted_defined.c | 15 +

Re: [PATCH v1.1 4/4] keys: add new key-type encrypted

2010-11-02 Thread Roberto Sassu
The buffer 'derived_buf' in the function get_derived_key() must be allocated dynamically in order to make room for an arbitrary length master key. Signed-off-by: Roberto Sassu --- security/keys/encrypted_defined.c | 15 +-- 1 files changed, 13 insertions(+), 2 deletions(-) diff --