Home
last modified time | relevance | path

Searched refs:ciphers (Results 1 – 7 of 7) 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 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 DKconfig46 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 DKconfig13 This hardware handles AES ciphers in ECB/CBC mode.
/linux/drivers/net/wireless/virtual/
H A Dmac80211_hwsim.c685 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 DKconfig355 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"