Fwd: RSA implementation

2005-04-13 Thread Swami Pichumani
Hi all Is there an in-kernel RSA implementation available...if there is one, could you kindly point me to it. I wish to use RSA functions in the TCP code. Can someone guide me on how I can go about doing that (if I dont want to implement RSA myself). thanks in advance, swami __

RSA implementation

2005-04-12 Thread Swami Pichumani
Hi all Is there an in-kernel RSA implementation available...if there is one, could you kindly point me to it. I wish to use RSA functions in the TCP code. Can someone guide me on how I can go about doing that (if I dont want to implement RSA myself). thanks in advance, swami __

URGENT: using cryptographic function

2005-04-05 Thread Swami Pichumani
Hi all can someone help me with info on how to use the cryptograhic functions (provided by libcrypto) from the tcp code? I wish to make rsa function calls from tcp code. But the kernel crypto implementation only a few hash functions. Can someone guide me on how to use the libcrypto from tcp...

question on mbuf(m_copyback) code

2005-02-21 Thread Swami Pichumani
Hi all, I had a question on the m_copyback code (I use pretty old version but feel this might still be same). Inside the while(len>0) loop, the first line kinda seems odd. It subtracts the off (which becomes after first iteration) from m_len(which is supposed to tell the amount of data in the pa