0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 16, 2025 — Aug 16, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
whitespace cleanup More... about 16 years ago
add compat_ioctl code More... about 16 years ago
If alg->max_keysize==0, allow any key size. More... about 16 years ago
Corrected handling of error conditions (properly release memory). More... about 16 years ago
updated for releases and scripts. More... over 16 years ago
Renamed patch name from cryptodev -> cryptodev-linux. More... over 16 years ago
Added patch that makes AES192 and 256 known to the openssl cryptodev engine. More... over 16 years ago
Added maintainer and minor fix. More... over 16 years ago
Removed old time linux-cryptodev compatibility stuff. They are no longer needed and we now use the common with other systems crypto/cryptodev.h. Reported by M. Braun. More... over 16 years ago
Added openssl patch. More... over 16 years ago
Corrected make clean, and corrected examples to use the current cryptodev.h definitions. More... over 16 years ago
Use unlikely() on unlikely situations. More... over 16 years ago
Finally rewritten to avoid copyright issues. More... over 16 years ago
The kernel driver compiles and works fine. But cryptodev.h is now incompatible with openssl's cryptodev engine. Reported by Michael Weiser. More... over 16 years ago
cryptodev initialises its sg with sg_set_buf. Although I'm not sure, what the repercussions are, I changed it to sg_init_one with no ill effects. More... over 16 years ago
Added modified cryptodev.h to avoid copyright issues with no license from previous one (suggestion from savanah admins) More... over 16 years ago
Examples were moved to examples/ directory. More... over 16 years ago
Added "make check" that will actually run the examples. More... over 16 years ago
Corrected usage of wait_for_completion More... over 16 years ago
Added verification of few AES vectors. More... over 16 years ago
Use wait_for_completion instead of wait_for_completion_interruptible since we cannot restart the system call so far. More... over 16 years ago
Use only async API since it is a superset of the synchronous one. Cleanup in structures. More... over 16 years ago
Switched type with __user. More... over 16 years ago
Added short history. More... over 16 years ago
Reintroduced dprintk() everywhere. More... over 16 years ago
Applied Michael's patch for 3des. More... over 16 years ago
Corrected bug in IV setting for ciphers. More... over 16 years ago
Added .gitignore More... over 16 years ago
Added async hash support. More... over 16 years ago
Corrected example More... over 16 years ago