>-----Original Message-----
>From: owner-freebsd-hack...@freebsd.org [mailto:owner-freebsd-
>hack...@freebsd.org] On Behalf Of aram baghomian
>Sent: Wednesday, February 01, 2012 6:54 AM
>To: freebsd-hackers@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.

_______________________________________________
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"

Reply via email to