Home
last modified time | relevance | path

Searched refs:ciphers (Results 1 – 25 of 38) sorted by relevance

12

/OK3568_Linux_fs/kernel/tools/crypto/
H A Dgen_fips140_testvecs.py22 import cryptography.hazmat.primitives.ciphers
23 import cryptography.hazmat.primitives.ciphers.algorithms
24 import cryptography.hazmat.primitives.ciphers.modes
98 xts = cryptography.hazmat.primitives.ciphers.Cipher(
99 cryptography.hazmat.primitives.ciphers.algorithms.AES(aes_xts_key),
100 cryptography.hazmat.primitives.ciphers.modes.XTS(aes_iv)).encryptor()
/OK3568_Linux_fs/kernel/Documentation/crypto/
H A Dintro.rst7 The kernel crypto API offers a rich set of cryptographic ciphers as well
15 specification, hints to developers of ciphers are provided. Pointers to
21 transformations and handles them the same way as ciphers.
27 - data transformation implementations (typically ciphers) that can be
31 well as for developers implementing ciphers. This API specification,
33 implementations (i.e. implementations of ciphers and other
H A Darchitecture.rst10 - Symmetric ciphers
12 - AEAD ciphers
23 The kernel crypto API provides implementations of single block ciphers
26 block ciphers and message digests. Templates include all types of block
29 Single block ciphers and message digests can either be directly used by
30 a caller or invoked together with a template to form multi-block ciphers
54 In these examples, "aes" and "sha1" are the ciphers and all others are
119 The list of available ciphers is given in /proc/crypto. However, that
121 ciphers. Each block listed in /proc/crypto may contain the following
134 "kernel" for statically linked ciphers)
[all …]
H A Dapi-intro.rst12 mode ciphers), this will allow for pages to be encrypted in-place
46 meant to support all ciphers including stream ciphers. The difference
49 subject to block size requirements (i.e., non-stream ciphers can only
94 When using the API for ciphers, performance will be optimal if each
H A Duserspace-if.rst32 following ciphers are accessible:
36 - Symmetric ciphers
38 - AEAD ciphers
57 calls. This includes the generic vs. unique naming schema for ciphers as
377 - the skcipher cipher type (symmetric ciphers)
386 AEAD ciphers. For a encryption operation, the authentication tag of
H A Ddevel-algos.rst53 implementations, that being the CIPHER type used for symmetric ciphers.
104 implementations. The multi-block ciphers are used for transformations
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/dropbear/dropbear/
H A Ddropbear-disable-weak-ciphers.patch4 Subject: [PATCH] dropbear: new feature: disable-weak-ciphers
6 This feature disables all CBC, SHA1, and diffie-hellman group1 ciphers
7 in the dropbear ssh server and client since they're considered weak ciphers
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/dropbear/
H A Ddropbear.inc30 …${@bb.utils.contains('PACKAGECONFIG', 'disable-weak-ciphers', 'file://dropbear-disable-weak-cipher…
58 PACKAGECONFIG ?= "disable-weak-ciphers"
60 PACKAGECONFIG[disable-weak-ciphers] = ""
/OK3568_Linux_fs/kernel/drivers/crypto/allwinner/
H A DKconfig21 The Security System handle AES/DES/3DES ciphers in CBC mode
48 The Crypto Engine handle AES/3DES ciphers in ECB/CBC mode.
101 The Security System handle AES/3DES ciphers in ECB/CBC mode.
/OK3568_Linux_fs/buildroot/package/libtomcrypt/
H A DConfig.in7 array of well known published block ciphers, one-way hash
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/openvpn/openvpn/
H A Dopenvpn@.service9 …d /var/run/openvpn/%i.pid --cd /etc/openvpn/ --cipher AES-256-GCM --data-ciphers AES-256-GCM:AES-1…
/OK3568_Linux_fs/kernel/drivers/crypto/amlogic/
H A DKconfig13 This hardware handles AES ciphers in ECB/CBC mode.
/OK3568_Linux_fs/kernel/drivers/crypto/rockchip/
H A DKconfig24 access existing ciphers in kernel space from userspace,
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/hostapd/
H A Dhostapd_2.10.bb24 CONFLICT_DISTRO_FEATURES = "openssl-no-weak-ciphers"
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/mbedtls/
H A Dmbedtls_2.28.2.bb14 - Abstraction layers for ciphers, hashes, public key operations, \
/OK3568_Linux_fs/buildroot/package/dropbear/
H A DConfig.in44 Tradeoffs are slower hashes and ciphers, and disabling of the
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/vsftpd/files/
H A Dchange-secure_chroot_dir.patch62 This option can be used to select which SSL ciphers vsftpd will allow for
/OK3568_Linux_fs/kernel/arch/arm64/crypto/
H A DKconfig100 tristate "ChaCha20, XChaCha20, and XChaCha12 stream ciphers using NEON instructions"
/OK3568_Linux_fs/buildroot/package/libopenssl/
H A Dlibopenssl.mk104 $(if $(BR2_PACKAGE_LIBOPENSSL_ENABLE_WEAK_SSL),,no-weak-ssl-ciphers) \
/OK3568_Linux_fs/kernel/drivers/net/wireless/
H A Dmac80211_hwsim.c561 u32 ciphers[ARRAY_SIZE(hwsim_ciphers)]; member
2645 u32 *ciphers; member
3137 if (param->ciphers) { in mac80211_hwsim_new_radio()
3138 memcpy(data->ciphers, param->ciphers, in mac80211_hwsim_new_radio()
3140 hw->wiphy->cipher_suites = data->ciphers; in mac80211_hwsim_new_radio()
3744 static bool hwsim_known_ciphers(const u32 *ciphers, int n_ciphers) in hwsim_known_ciphers() argument
3753 if (ciphers[i] == hwsim_ciphers[j]) { in hwsim_known_ciphers()
3850 param.ciphers = in hwsim_new_radio_nl()
3869 if (!hwsim_known_ciphers(param.ciphers, param.n_ciphers)) { in hwsim_new_radio_nl()
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmac80211.c468 BUILD_BUG_ON(ARRAY_SIZE(mvm->ciphers) < ARRAY_SIZE(mvm_ciphers) + 6); in iwl_mvm_mac_setup_register()
469 memcpy(mvm->ciphers, mvm_ciphers, sizeof(mvm_ciphers)); in iwl_mvm_mac_setup_register()
471 hw->wiphy->cipher_suites = mvm->ciphers; in iwl_mvm_mac_setup_register()
474 mvm->ciphers[hw->wiphy->n_cipher_suites] = in iwl_mvm_mac_setup_register()
477 mvm->ciphers[hw->wiphy->n_cipher_suites] = in iwl_mvm_mac_setup_register()
490 mvm->ciphers[hw->wiphy->n_cipher_suites] = WLAN_CIPHER_SUITE_AES_CMAC; in iwl_mvm_mac_setup_register()
493 mvm->ciphers[hw->wiphy->n_cipher_suites] = in iwl_mvm_mac_setup_register()
496 mvm->ciphers[hw->wiphy->n_cipher_suites] = in iwl_mvm_mac_setup_register()
519 mvm->ciphers[hw->wiphy->n_cipher_suites] = cs->cipher; in iwl_mvm_mac_setup_register()
H A Dmvm.h1105 u32 ciphers[IWL_MVM_NUM_CIPHERS]; member
/OK3568_Linux_fs/kernel/drivers/crypto/
H A DKconfig677 bool "Symmetric-key ciphers only"
680 Enable symmetric-key ciphers only:
705 Considering the 256-bit ciphers, software is 2-3 times faster than
845 AES block ciphers in ECB and CBC mode, as well as SHA1, SHA224, SHA256,
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/curl/curl/
H A DCVE-2022-27782-1.patch182 char *cipher_list; /* list of ciphers to use */
/OK3568_Linux_fs/kernel/drivers/block/
H A DKconfig254 Say Y here if you want to be able to use the ciphers that are

12