Sat, 17 Jan 2026 03:57:49 CST | login

Information for build libkcapi-1.4.0-8.ocs23.rva23

ID23920
Package Namelibkcapi
Version1.4.0
Release8.ocs23.rva23
Epoch
Sourcegit+https://gitee.com/opencloudos-stream/libkcapi.git?.#f0c415c0cb1d88df51aa254b4398bdc1d2b7902c
SummaryUser-space to access the Linux kernel crypto API
DescriptionThe Linux kernel exports a Netlink interface of type AF_ALG to allow user space to utilize the 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.
Built bymaxonxie
State complete
Volume DEFAULT
StartedThu, 13 Nov 2025 13:14:53 CST
CompletedThu, 13 Nov 2025 16:23:15 CST
Taskbuild (dist-ocs23-riscv-rva23, /opencloudos-stream/libkcapi.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/libkcapi.git?.#origin/master'}}
Tags
dist-ocs23-riscv-rva23
RPMs
src
libkcapi-1.4.0-8.ocs23.rva23.src.rpm (info) (download)
riscv64
libkcapi-1.4.0-8.ocs23.rva23.riscv64.rpm (info) (download)
libkcapi-devel-1.4.0-8.ocs23.rva23.riscv64.rpm (info) (download)
libkcapi-fipscheck-1.4.0-8.ocs23.rva23.riscv64.rpm (info) (download)
libkcapi-hmaccalc-1.4.0-8.ocs23.rva23.riscv64.rpm (info) (download)
libkcapi-static-1.4.0-8.ocs23.rva23.riscv64.rpm (info) (download)
libkcapi-tests-1.4.0-8.ocs23.rva23.riscv64.rpm (info) (download)
libkcapi-tools-1.4.0-8.ocs23.rva23.riscv64.rpm (info) (download)
libkcapi-debuginfo-1.4.0-8.ocs23.rva23.riscv64.rpm (info) (download)
libkcapi-debugsource-1.4.0-8.ocs23.rva23.riscv64.rpm (info) (download)
libkcapi-fipscheck-debuginfo-1.4.0-8.ocs23.rva23.riscv64.rpm (info) (download)
libkcapi-hmaccalc-debuginfo-1.4.0-8.ocs23.rva23.riscv64.rpm (info) (download)
libkcapi-tests-debuginfo-1.4.0-8.ocs23.rva23.riscv64.rpm (info) (download)
libkcapi-tools-debuginfo-1.4.0-8.ocs23.rva23.riscv64.rpm (info) (download)
Logs
riscv64
state.log
build.log
root.log
hw_info.log
installed_pkgs.log
mock_output.log
Changelog * Mon Sep 01 2025 Anakin Zhang <anakinzhang@tencent.com> - 1.4.0-8 - Update source URL to support auto upgrade * Thu Sep 26 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.4.0-7 - Rebuilt for clarifying the packages requirement in BaseOS and AppStream * Fri Aug 16 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.4.0-6 - Rebuilt for loongarch release * Fri Sep 08 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.4.0-5 - Rebuilt for OpenCloudOS Stream 23.09 * Fri Apr 28 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.4.0-4 - Rebuilt for OpenCloudOS Stream 23.05 * Fri Mar 31 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.4.0-3 - Rebuilt for OpenCloudOS Stream 23 * Thu Nov 10 2022 rockerzhu <rockerzhu@tencent.com> - 1.4.0-2 - add subpackages fipscheck and hmaccalc * Tue Apr 26 2022 rockerzhu <rockerzhu@tencent.com> - 1.4.0-1 - Initial build