Searched refs:ciphers (Results 1 – 7 of 7) sorted by relevance
| /linux/Documentation/crypto/ |
| H 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
|
| H 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
|
| H 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/net/sunrpc/ |
| H A D | Kconfig | 46 that utilize Advanced Encryption Standard (AES) ciphers and 58 that utilize Camellia ciphers (RFC 3713) and CMAC digests 71 that utilize Advanced Encryption Standard (AES) ciphers and
|
| /linux/drivers/crypto/amlogic/ |
| H A D | Kconfig | 13 This hardware handles AES ciphers in ECB/CBC mode.
|
| /linux/drivers/net/wireless/virtual/ |
| H A D | mac80211_hwsim.c | 685 u32 ciphers[ARRAY_SIZE(hwsim_ciphers)]; member 4408 u32 *ciphers; member 5765 if (param->ciphers) { in mac80211_hwsim_new_radio() 5766 memcpy(data->ciphers, param->ciphers, in mac80211_hwsim_new_radio() 5768 hw->wiphy->cipher_suites = data->ciphers; in mac80211_hwsim_new_radio() 6482 static bool hwsim_known_ciphers(const u32 *ciphers, int n_ciphers) in hwsim_known_ciphers() argument 6491 if (ciphers[i] == hwsim_ciphers[j]) { in hwsim_known_ciphers() 6670 param.ciphers = in hwsim_new_radio_nl() 6689 if (!hwsim_known_ciphers(param.ciphers, param.n_ciphers)) { in hwsim_new_radio_nl()
|
| /linux/crypto/ |
| H A D | Kconfig | 355 menu "Block ciphers" 586 menu "Length-preserving ciphers and modes" 607 underlying stream and block ciphers, subject to a security 751 menu "AEAD (authenticated encryption with associated data) ciphers"
|