Searched refs:ciphers (Results 1 – 14 of 14) sorted by relevance
| /linux/Documentation/crypto/ |
| A D | intro.rst | 7 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
|
| A D | architecture.rst | 10 - 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 121 ciphers. Each block listed in /proc/crypto may contain the following 134 "kernel" for statically linked ciphers) 145 - skcipher for symmetric key ciphers [all …]
|
| A D | api-intro.rst | 12 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
|
| A D | userspace-if.rst | 32 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
|
| A D | devel-algos.rst | 53 implementations, that being the CIPHER type used for symmetric ciphers. 104 implementations. The multi-block ciphers are used for transformations
|
| /linux/drivers/crypto/allwinner/ |
| A D | Kconfig | 21 The Security System handle AES/DES/3DES ciphers in CBC mode 57 The Crypto Engine handle AES/3DES ciphers in ECB/CBC mode. 110 The Security System handle AES/3DES ciphers in ECB/CBC mode.
|
| /linux/drivers/crypto/amlogic/ |
| A D | Kconfig | 13 This hardware handles AES ciphers in ECB/CBC mode.
|
| /linux/arch/arm64/crypto/ |
| A D | Kconfig | 99 tristate "ChaCha20, XChaCha20, and XChaCha12 stream ciphers using NEON instructions"
|
| /linux/drivers/net/wireless/ |
| A D | mac80211_hwsim.c | 626 u32 ciphers[ARRAY_SIZE(hwsim_ciphers)]; member 2697 u32 *ciphers; member 3305 if (param->ciphers) { in mac80211_hwsim_new_radio() 3306 memcpy(data->ciphers, param->ciphers, in mac80211_hwsim_new_radio() 3308 hw->wiphy->cipher_suites = data->ciphers; in mac80211_hwsim_new_radio() 3916 static bool hwsim_known_ciphers(const u32 *ciphers, int n_ciphers) in hwsim_known_ciphers() argument 3925 if (ciphers[i] == hwsim_ciphers[j]) { in hwsim_known_ciphers() 4017 param.ciphers = in hwsim_new_radio_nl() 4036 if (!hwsim_known_ciphers(param.ciphers, param.n_ciphers)) { in hwsim_new_radio_nl()
|
| /linux/drivers/crypto/ |
| A D | Kconfig | 692 bool "Symmetric-key ciphers only" 695 Enable symmetric-key ciphers only: 728 Considering the 256-bit ciphers, software is 2-3 times faster than 839 AES block ciphers in ECB and CBC mode, as well as SHA1, SHA224, SHA256,
|
| /linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
| A D | mac80211.c | 415 BUILD_BUG_ON(ARRAY_SIZE(mvm->ciphers) < ARRAY_SIZE(mvm_ciphers) + 6); in iwl_mvm_mac_setup_register() 416 memcpy(mvm->ciphers, mvm_ciphers, sizeof(mvm_ciphers)); in iwl_mvm_mac_setup_register() 418 hw->wiphy->cipher_suites = mvm->ciphers; in iwl_mvm_mac_setup_register() 421 mvm->ciphers[hw->wiphy->n_cipher_suites] = in iwl_mvm_mac_setup_register() 424 mvm->ciphers[hw->wiphy->n_cipher_suites] = in iwl_mvm_mac_setup_register() 437 mvm->ciphers[hw->wiphy->n_cipher_suites] = WLAN_CIPHER_SUITE_AES_CMAC; in iwl_mvm_mac_setup_register() 440 mvm->ciphers[hw->wiphy->n_cipher_suites] = in iwl_mvm_mac_setup_register() 443 mvm->ciphers[hw->wiphy->n_cipher_suites] = in iwl_mvm_mac_setup_register() 466 mvm->ciphers[hw->wiphy->n_cipher_suites] = cs->cipher; in iwl_mvm_mac_setup_register()
|
| A D | mvm.h | 1063 u32 ciphers[IWL_MVM_NUM_CIPHERS]; member
|
| /linux/drivers/md/ |
| A D | Kconfig | 282 the ciphers you're going to use in the cryptoapi configuration.
|
| /linux/crypto/ |
| A D | Kconfig | 511 underlying stream and block ciphers, subject to a security 1438 XChaCha20, and XChaCha12 stream ciphers.
|
Completed in 43 milliseconds