Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: libkcapi-devel | Distribution: openSUSE:Leap:15.2:PowerPC / ports |
Version: 0.13.0 | Vendor: openSUSE |
Release: lp152.3.57 | Build date: Wed Jun 24 18:56:33 2020 |
Group: Development/Languages/C and C++ | Build host: obs-power8-05 |
Size: 145338 | Source RPM: libkcapi-0.13.0-lp152.3.57.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: http://www.chronox.de/libkcapi.html | |
Summary: Linux Kernel Crypto API User Space Interface Library |
libkcapi exports APIs so that developers need not consider the low-level Netlink interface handling that is used for accesing the Linux kernel crypto API. 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. 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.
GPL-2.0
* Wed Jul 12 2017 meissner@suse.com - Change the signing to use openssl sha256/sha512 directly, to avoid fipscheck / hmaccalc. * Sat Jul 08 2017 bwiedemann@suse.com - Add reproduciblesort.patch to always link .o files in the same order and - Add reproducibledate.patch to not add current time to man-pages to fix build-compare * Thu Jun 29 2017 meissner@suse.com - libkcapi-use-external-fipshmac.patch: use external fipshmac, our chroots / vm builds do not necessarily have the right kernel. * Wed Jun 28 2017 jengelh@inai.de - Compact descriptions a bit - Remove libkcapi provide/requires - Use %_libdir throughout and avoid /lib * Thu Dec 22 2016 abergmann@suse.com - Initial release 0.13.0. A library and tools to access the kernel crypto api. FATE#323554 bsc#1045948
/usr/include/kcapi.h /usr/share/man/man3/kcapi_aead_authsize.3.gz /usr/share/man/man3/kcapi_aead_blocksize.3.gz /usr/share/man/man3/kcapi_aead_ccm_nonce_to_iv.3.gz /usr/share/man/man3/kcapi_aead_decrypt.3.gz /usr/share/man/man3/kcapi_aead_decrypt_aio.3.gz /usr/share/man/man3/kcapi_aead_destroy.3.gz /usr/share/man/man3/kcapi_aead_encrypt.3.gz /usr/share/man/man3/kcapi_aead_encrypt_aio.3.gz /usr/share/man/man3/kcapi_aead_getdata.3.gz /usr/share/man/man3/kcapi_aead_getdata_input.3.gz /usr/share/man/man3/kcapi_aead_getdata_output.3.gz /usr/share/man/man3/kcapi_aead_inbuflen_dec.3.gz /usr/share/man/man3/kcapi_aead_inbuflen_enc.3.gz /usr/share/man/man3/kcapi_aead_init.3.gz /usr/share/man/man3/kcapi_aead_ivsize.3.gz /usr/share/man/man3/kcapi_aead_outbuflen.3.gz /usr/share/man/man3/kcapi_aead_outbuflen_dec.3.gz /usr/share/man/man3/kcapi_aead_outbuflen_enc.3.gz /usr/share/man/man3/kcapi_aead_setassoclen.3.gz /usr/share/man/man3/kcapi_aead_setkey.3.gz /usr/share/man/man3/kcapi_aead_settaglen.3.gz /usr/share/man/man3/kcapi_aead_stream_init_dec.3.gz /usr/share/man/man3/kcapi_aead_stream_init_enc.3.gz /usr/share/man/man3/kcapi_aead_stream_op.3.gz /usr/share/man/man3/kcapi_aead_stream_update.3.gz /usr/share/man/man3/kcapi_aead_stream_update_last.3.gz /usr/share/man/man3/kcapi_akcipher_decrypt.3.gz /usr/share/man/man3/kcapi_akcipher_destroy.3.gz /usr/share/man/man3/kcapi_akcipher_encrypt.3.gz /usr/share/man/man3/kcapi_akcipher_init.3.gz /usr/share/man/man3/kcapi_akcipher_setkey.3.gz /usr/share/man/man3/kcapi_akcipher_setpubkey.3.gz /usr/share/man/man3/kcapi_akcipher_sign.3.gz /usr/share/man/man3/kcapi_akcipher_stream_init_dec.3.gz /usr/share/man/man3/kcapi_akcipher_stream_init_enc.3.gz /usr/share/man/man3/kcapi_akcipher_stream_init_sgn.3.gz /usr/share/man/man3/kcapi_akcipher_stream_init_vfy.3.gz /usr/share/man/man3/kcapi_akcipher_stream_op.3.gz /usr/share/man/man3/kcapi_akcipher_stream_update.3.gz /usr/share/man/man3/kcapi_akcipher_verify.3.gz /usr/share/man/man3/kcapi_cipher_blocksize.3.gz /usr/share/man/man3/kcapi_cipher_decrypt.3.gz /usr/share/man/man3/kcapi_cipher_decrypt_aio.3.gz /usr/share/man/man3/kcapi_cipher_destroy.3.gz /usr/share/man/man3/kcapi_cipher_encrypt.3.gz /usr/share/man/man3/kcapi_cipher_encrypt_aio.3.gz /usr/share/man/man3/kcapi_cipher_init.3.gz /usr/share/man/man3/kcapi_cipher_ivsize.3.gz /usr/share/man/man3/kcapi_cipher_setkey.3.gz /usr/share/man/man3/kcapi_cipher_stream_init_dec.3.gz /usr/share/man/man3/kcapi_cipher_stream_init_enc.3.gz /usr/share/man/man3/kcapi_cipher_stream_op.3.gz /usr/share/man/man3/kcapi_cipher_stream_update.3.gz /usr/share/man/man3/kcapi_kdf_ctr.3.gz /usr/share/man/man3/kcapi_kdf_dpi.3.gz /usr/share/man/man3/kcapi_kdf_fb.3.gz /usr/share/man/man3/kcapi_md_destroy.3.gz /usr/share/man/man3/kcapi_md_digest.3.gz /usr/share/man/man3/kcapi_md_digestsize.3.gz /usr/share/man/man3/kcapi_md_final.3.gz /usr/share/man/man3/kcapi_md_init.3.gz /usr/share/man/man3/kcapi_md_setkey.3.gz /usr/share/man/man3/kcapi_md_update.3.gz /usr/share/man/man3/kcapi_memset_secure.3.gz /usr/share/man/man3/kcapi_pad_iv.3.gz /usr/share/man/man3/kcapi_pbkdf.3.gz /usr/share/man/man3/kcapi_pbkdf_iteration_count.3.gz /usr/share/man/man3/kcapi_rng_destroy.3.gz /usr/share/man/man3/kcapi_rng_generate.3.gz /usr/share/man/man3/kcapi_rng_init.3.gz /usr/share/man/man3/kcapi_rng_seed.3.gz /usr/share/man/man3/kcapi_set_verbosity.3.gz /usr/share/man/man3/kcapi_version.3.gz /usr/share/man/man3/kcapi_versionstring.3.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 11:51:01 2024