2006-10-31 09:11:32

by moreau francis

[permalink] [raw]
Subject: [CRYPTO] Use aes hardware crypto device from userspace [Try #2]

Hello,

I need to make AES ciphering in a userspace application. My platform
has an integrated crypto engine which is used by the kernel through
the core cryptographic API.

Is it possible to export easily this hardware to userspace just by writing
a dumb driver that would rely on the core crypto API ? Are there any
races issues ?

Thanks

Francis










___________________________________________________________________________
D?couvrez une nouvelle fa?on d'obtenir des r?ponses ? toutes vos questions !
Profitez des connaissances, des opinions et des exp?riences des internautes sur Yahoo! Questions/R?ponses
http://fr.answers.yahoo.com


2006-11-02 04:37:24

by dean gaudet

[permalink] [raw]
Subject: Re: [CRYPTO] Use aes hardware crypto device from userspace [Try #2]

On Tue, 31 Oct 2006, moreau francis wrote:

> Hello,
>
> I need to make AES ciphering in a userspace application. My platform
> has an integrated crypto engine which is used by the kernel through
> the core cryptographic API.
>
> Is it possible to export easily this hardware to userspace just by writing
> a dumb driver that would rely on the core crypto API ? Are there any
> races issues ?

perhaps this is of interest:

http://ocf-linux.sourceforge.net/

-dean