>-----Original Message----- >From: [email protected] [mailto:owner-freebsd- >[email protected]] On Behalf Of aram baghomian >Sent: Wednesday, February 01, 2012 6:54 AM >To: [email protected] >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. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[email protected]"

