Linux Kernel Crypto API User Space Interface Library
libkcapi allows user-space to access the Linux kernel crypto API.
libkcapi uses this Netlink interface and exports easy to use APIs so that a developer does not need to consider the low-level Netlink interface handling.
The library does not implement any cipher algorithms. All consumer requests are sent to the kernel for processing. Results from the kernel crypto API are returned to the consumer via the library API.
The kernel interface and therefore this library can be used by unprivileged processes.
The focus during the development of this library is put on speed. This library does not perform any memcpy for processing the cryptographic data! The library uses scatter / gather lists to eliminate the need for moving data around in memory.
- Developed at multimedia:libs
- Sources inherited from project openSUSE:Factory
-
2
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:16.0:FactoryCandidates/FAudio && cd $_
- Create Badge
Source Files
Filename | Size | Changed |
---|---|---|
FAudio-21.11.tar.gz | 0001117013 1.07 MB | |
FAudio.changes | 0000006982 6.82 KB | |
FAudio.spec | 0000002579 2.52 KB | |
baselibs.conf | 0000000073 73 Bytes | |
faudio-older-sdl2.patch | 0000001074 1.05 KB |
Revision 17 (latest revision is 34)
- update to 21.11: * GStreamer support is now deprecated. Wine users should migrate to 6.20 and newer, and everyone else should move to codecs that are not patent-encumbered. GStreamer support will be fully removed in the first release after Wine 7.0. * Removed the C++ wrapper. Use the headers/PE binaries found in Wine 6.20 and newer. * Minor fixes and cleanups found by Coverity * Dont assert on WMA buffer and FAUDIO_FORMAT_EXTENSIBLE type * FACT: Send FACTNOTIFICATIONTYPE_CUESTOP Notification on Cue Stop * Continued work on the experimental Wine/Win32 platform backend (forwarded request 934439 from ukbeast89)
Comments 0