On Thu, Dec 11, 2008 at 23:50, Ancoron Luciferis <[email protected]> wrote:
<snip>
> Do you have or know of any Java Cryptography Architecture Provider that
> I can use to make our applications benefit from such an accelerator?

I'm unfamiliar with the particular framework (not a Java programmer),
but the general usage concept is that the HiFN chipset is primarily
controlled by a kernel-level driver that provides base cryptographic
APIs.  In turn, those APIs are exercised by userspace subsystems like
OpenSSL or kernel-internally by the kernel's general cryptographic
framework.  Hence, you should be looking for a provider that does one
of the following:
a) uses OpenSSL (most likely)
b) supports your particular OS' cryptographic API which would in turn
need to support acceleration by the HiFN driver
c) directly supports the API provided by your OS' HiFN driver (least likely)
_______________________________________________
Soekris-tech mailing list
[email protected]
http://lists.soekris.com/mailman/listinfo/soekris-tech

Reply via email to