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:Factory:Rebuild/FAudio && cd $_
- Create Badge
Source Files
Filename | Size | Changed |
---|---|---|
FAudio.changes | 0000002900 2.83 KB | |
FAudio.spec | 0000002714 2.65 KB | |
FNA-2010.zip | 0003826307 3.65 MB | |
baselibs.conf | 0000000073 73 Bytes | |
faudio-older-sdl2.patch | 0000001380 1.35 KB |
Revision 6 (latest revision is 34)
- update to 20.10: Add support for WAVESTOP notifications Add support for engines without settings files (or empty settings files) Add power-of-two quantum fallback paths for *BSD and Emscripten Return a unique error code for audio engines with a bad platform ID Fix a deadlock in Wolfenstein: The Old Blood related to callbacks Fix a crash for streaming WaveBanks when calling Destroy stb_vorbis: Handle malloc(0) calls (forwarded request 840135 from ukbeast89)
Comments 0