Re: How can I add new ESP encryption functions into FreeBSD kernel

2001-11-20 Thread Shoichi Sakane
> I want to add my encryption algorithm of ESP, an > algorithm like DES, into FreeBSD kernel so as to make > kernel recognize it. I added its definitions in > /usr/src/sys/net/pfkeyv2.h, added specific functions > implementation into /usr/src/sys/netinet6/esp.core.c > and added a new subdirector

How can I add new ESP encryption functions into FreeBSD kernel

2001-11-19 Thread tang hongbin
Dear Sir/Madam; A problem is troubling me in ages. I want to add my encryption algorithm of ESP, an algorithm like DES, into FreeBSD kernel so as to make kernel recognize it. I added its definitions in /usr/src/sys/net/pfkeyv2.h, added specific functions implementation into /u