crypto module

Patrick Mahan PMahan at adaranet.com
Wed Feb 1 17:51:33 UTC 2012


>-----Original Message-----
>From: owner-freebsd-hackers at freebsd.org [mailto:owner-freebsd-
>hackers at freebsd.org] On Behalf Of aram baghomian
>Sent: Wednesday, February 01, 2012 6:54 AM
>To: freebsd-hackers at freebsd.org
>Subject: crypto module
>
>
>
>
>
>Hi,
>
>I want to know which kernel modules keep the information about implemented
>algorithms
>in crypto.ko.
>for example in linux there is xfrm_algo modules that keep the information
>about
>these algorithms.
>
>

No, the algorithms are access via statically allocated structures
defined in sys/opencrypto/xform.c

Not that there couldn't be one written, but the xforms would need
to be dynamically done and have each crypto algorithm register
themselves.

Patrick
----------------------------------------------------
Patrick Mahan
Lead Technical Kernel Engineer
Adara Networks
Disclaimer: The opinions expressed here are solely the responsibility of the author and are not to be
construed as an official opinion of Adara Networks.



More information about the freebsd-hackers mailing list