Home
last modified time | relevance | path

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

/linux/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 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 Dlibcrypto-blockcipher.rst3 Block ciphers
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
/linux/net/sunrpc/
H A DKconfig
/linux/drivers/crypto/amlogic/
H A DKconfig13 This hardware handles AES ciphers in ECB/CBC mode.
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmac80211.c444 BUILD_BUG_ON(ARRAY_SIZE(mvm->ciphers) < ARRAY_SIZE(mvm_ciphers) + 6); in iwl_mvm_mac_setup_register()
445 memcpy(mvm->ciphers, mvm_ciphers, sizeof(mvm_ciphers)); in iwl_mvm_mac_setup_register()
447 hw->wiphy->cipher_suites = mvm->ciphers; in iwl_mvm_mac_setup_register()
450 mvm->ciphers[hw->wiphy->n_cipher_suites] = in iwl_mvm_mac_setup_register()
453 mvm->ciphers[hw->wiphy->n_cipher_suites] = in iwl_mvm_mac_setup_register()
468 mvm->ciphers[hw->wiphy->n_cipher_suites] = WLAN_CIPHER_SUITE_AES_CMAC; in iwl_mvm_mac_setup_register()
471 mvm->ciphers[hw->wiphy->n_cipher_suites] = in iwl_mvm_mac_setup_register()
474 mvm->ciphers[hw->wiphy->n_cipher_suites] = in iwl_mvm_mac_setup_register()
H A Dmvm.h1203 u32 ciphers[IWL_MVM_NUM_CIPHERS]; member
/linux/crypto/
H A DKconfig355 menu "Block ciphers"
588 menu "Length-preserving ciphers and modes"
609 underlying stream and block ciphers, subject to a security
744 menu "AEAD (authenticated encryption with associated data) ciphers"
/linux/drivers/net/wireless/virtual/
H A Dmac80211_hwsim_main.c4391 u32 *ciphers; member
5884 if (param->ciphers) { in mac80211_hwsim_new_radio()
5885 memcpy(data->ciphers, param->ciphers, in mac80211_hwsim_new_radio()
5887 hw->wiphy->cipher_suites = data->ciphers; in mac80211_hwsim_new_radio()
6634 static bool hwsim_known_ciphers(const u32 *ciphers, int n_ciphers) in hwsim_known_ciphers() argument
6643 if (ciphers[i] == hwsim_ciphers[j]) { in hwsim_known_ciphers()
6901 param.ciphers = in hwsim_new_radio_nl()
6920 if (!hwsim_known_ciphers(param.ciphers, param.n_ciphers)) { in hwsim_new_radio_nl()