TITLE:=xxHash non-cryptographic hash algorithm DEPENDS:=+kmod-crypto-hash +kmod-lib-xxhash KCONFIG:=CONFIG_CRYPTO_XXHASH FILES:=$(LINUX_DIR)/crypto/xxhash_generic.ko AUTOLOAD:=$(call AutoLoad,09,xxhash_generic) $(call AddDepends/crypto) endef $(eval $(call KernelPackage,crypto-xxhash)) 2...
( 5/105) Replacing kmod-crypto-hash (6.6.58-r1 -> 6.6.58-r1) ( 6/105) Replacing kmod-crypto-crc32c (6.6.58-r1 -> 6.6.58-r1) ( 7/105) Replacing kmod-lib-crc32c (6.6.58-r1 -> 6.6.58-r1) ( 8/105) Replacing kmod-nf-conntrack (6.6.58-r1 -> 6.6.58-r1) ( 9/105) ...
WARNING: Makefile 'package/feeds/packages/libreswan/Makefile' has a dependency on 'kmod-crypto-gcm', which does not exist WARNING: Makefile 'package/feeds/packages/libreswan/Makefile' has a dependency on 'kmod-crypto-hash', which does not exist WARNING: Makefile 'package/feeds/packages/libre...
Packaged contents of /home/zhiliang/scripts/neo3/lede/build_dir/target-aarch64_generic_musl/linux-rockchip_armv8/packages/ipkg-aarch64_generic/kmod-crypto-lib-chacha20poly1305 into /home/zhiliang/scripts/neo3/lede/bin/targets/rockchip/armv8/packages/kmod-crypto-lib-chacha20poly1305_5.18.10-1...
We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {...
pkg_hash_check_unresolved: cannot find dependency kernel (= 5.10.113-1-6aed52e40bdb1a3688736ee0c955e179) for kmod-crypto-hash pkg_hash_check_unresolved: cannot find dependency kernel (= 5.10.113-1-6aed52e40bdb1a3688736ee0c955e179) for kmod-crypto-crc32c ...
opkg_install_cmd: Cannot install package kmod-crypto-lib-blake2s. make[2]: *** [Makefile:169: package_install] Error 255 make[1]: *** [Makefile:134: _call_manifest] Error 2 make: *** [Makefile:253: manifest] Error 2 `
Problem is that it looks as if there is kABI breakage with every kernel update. So the question is more like ... is providing a kmod worthwhile? That's long been my thinking - it's just not worth the time and effort trying to support these Realtek devices. It would be far more bene...
import CryptoJS from 'crypto-js'; export async function storage_set( key, value ) { return new Promise((resolve, reject) => { chrome.storage.sync.set( {[key]:value}, function () { return resolve(true); }); }); } export async function storage_get( key ) { return new Promise((...
Search or jump to... Search code, repositories, users, issues, pull requests... Provide feedback We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your...