I am working on Linux Kernel 2.4.25. I am trying to add cryptoapi (cryptoapi-0.1.0) support to wireless lan driver (linux-wlan-ng-0.2.1.pre14) of prism-based cards. Cardctl version is 3.1.31. When I
The cryptoapi currently decides to sleep at various points internally when digesting a block which is probably what you're seeing. -- Mathematics is the supreme nostalgia of our time.
We also saw the same (crypto modules goes to sleep). Due to this, we decided to not use cryptoapi for our wireless driver, but compile the same crypto functions into the driver. I know this is code d
Thanks for all your help. I didn't found any group which is maintaining CryptoAPI. I am using cryptoapi-0.1.0 and there is no crypto/api.c file. But the memory allocation in this version (cryptoapi-0
I got the code working by including the encrypt() and decrypt() function inside the WLAN driver. Is there any better way to get the CrytoAPI code working from the driver or some other CryptoAPI impl
The driver code is in kernel loadable module. The linux-wlan-ng driver for the linux wireless cards has two kernel loadable modules - prism2_cs and p80211. I included the encrypt() and decrypt() func
Hi, I am working on Linux Kernel 2.4.25. I am trying to add cryptoapi (cryptoapi-0.1.0) support to wireless lan driver (linux-wlan-ng-0.2.1.pre14) of prism-based cards. Cardctl version is 3.1.31. Whe
The cryptoapi currently decides to sleep at various points internally when digesting a block which is probably what you're seeing. -- Mathematics is the supreme nostalgia of our time.
We also saw the same (crypto modules goes to sleep). Due to this, we decided to not use cryptoapi for our wireless driver, but compile the same crypto functions into the driver. I know this is code d
Thanks for all your help. I didn't found any group which is maintaining CryptoAPI. I am using cryptoapi-0.1.0 and there is no crypto/api.c file. But the memory allocation in this version (cryptoapi-0
Hi, I got the code working by including the encrypt() and decrypt() function inside the WLAN driver. Is there any better way to get the CrytoAPI code working from the driver or some other CryptoAPI i
The driver code is in kernel loadable module. The linux-wlan-ng driver for the linux wireless cards has two kernel loadable modules - prism2_cs and p80211. I included the encrypt() and decrypt() func