Searched full:algorithms (Results 1 – 25 of 741) sorted by relevance
12345678910>>...30
| /kernel/linux/linux-5.10/drivers/crypto/ |
| D | Kconfig | 23 operations with supported algorithms. 42 tristate "PadLock driver for SHA1 and SHA256 algorithms" 48 Use VIA PadLock for SHA1/SHA256 algorithms. 123 tristate "PAES cipher algorithms" 131 AES cipher algorithms for use with protected key. 187 tristate "DES and Triple DES cipher algorithms" 200 tristate "AES cipher algorithms" 206 AES cipher algorithms (FIPS-197). 240 tristate "CRC-32 algorithms" 246 implementations of CRC algorithms. With this option, you [all …]
|
| /kernel/linux/linux-4.19/drivers/crypto/ |
| D | Kconfig | 20 operations with supported algorithms. 39 tristate "PadLock driver for SHA1 and SHA256 algorithms" 45 Use VIA PadLock for SHA1/SHA256 algorithms. 93 tristate "PAES cipher algorithms" 101 AES cipher algorithms for use with protected key. 137 tristate "DES and Triple DES cipher algorithms" 150 tristate "AES cipher algorithms" 156 AES cipher algorithms (FIPS-197). 190 tristate "CRC-32 algorithms" 196 implementations of CRC algorithms. With this option, you [all …]
|
| /kernel/linux/linux-5.10/crypto/ |
| D | Kconfig | 3 # Generic algorithms support 39 This option provides the API for cryptographic algorithms. 150 Enable extra run-time self tests of registered crypto algorithms, 160 tristate "Null algorithms" 163 These are 'Null' algorithms, used by IPsec, which do nothing. 260 standard algorithms (called GOST algorithms). Only signature verification 652 CRC32c and CRC32 CRC algorithms implemented using mips crypto 672 This module provides the following algorithms: 690 This module provides the following algorithms: 737 Stress test for CRC32c and CRC-T10DIF algorithms implemented with [all …]
|
| /kernel/linux/linux-4.19/crypto/ |
| D | Kconfig | 3 # Generic algorithms support 39 This option provides the API for cryptographic algorithms. 181 tristate "Null algorithms" 184 These are 'Null' algorithms, used by IPsec, which do nothing. 225 algorithms for submitting jobs and flushing jobs in multi-buffer 226 crypto algorithms. Multi-buffer crypto algorithms are executed 609 CRC32c and CRC32 CRC algorithms implemented using mips crypto 645 Stress test for CRC32c and CRC-T10DIF algorithms implemented with 647 Unless you are testing these algorithms, you don't need this. 939 tristate "SHA384 and SHA512 digest algorithms" [all …]
|
| /kernel/linux/linux-4.19/Documentation/crypto/ |
| D | api-intro.txt | 18 At the lowest level are algorithms, which register dynamically with the 23 abstraction to the underlying algorithms. However, at the user 30 [algorithm api] (for registering algorithms) 94 ADDING NEW ALGORITHMS 105 Algorithms submitted must also be generally patent-free (e.g. IDEA 110 Also check for any RFCs which may relate to the use of specific algorithms, 112 Cipher Algorithms"). 175 Original developers of the crypto algorithms:
|
| /kernel/linux/linux-5.10/Documentation/crypto/ |
| D | api-intro.rst | 23 At the lowest level are algorithms, which register dynamically with the 28 abstraction to the underlying algorithms. However, at the user 35 [algorithm api] (for registering algorithms) 100 Adding New Algorithms 112 Algorithms submitted must also be generally patent-free (e.g. IDEA 117 Also check for any RFCs which may relate to the use of specific algorithms, 119 Cipher Algorithms"). 188 Original developers of the crypto algorithms:
|
| /kernel/linux/linux-5.10/net/ipv6/ |
| D | Kconfig | 56 AH can be used with various authentication algorithms. Besides 58 implementations of the algorithms that RFC 8221 lists as MUST be 59 implemented. If you need any other algorithms, you'll need to enable 61 implementations of any needed algorithms when available. 71 ESP can be used with various encryption and authentication algorithms. 73 implementations of the algorithms that RFC 8221 lists as MUST be 74 implemented. If you need any other algorithms, you'll need to enable 76 implementations of any needed algorithms when available.
|
| /kernel/linux/linux-5.10/drivers/crypto/hisilicon/ |
| D | Kconfig | 35 It provides AES, SM4, and 3DES algorithms with ECB 36 CBC, and XTS cipher mode, and AEAD algorithms. 73 accelerator, which can accelerate RSA and DH algorithms.
|
| /kernel/linux/linux-4.19/arch/arm64/crypto/ |
| D | Kconfig | 4 bool "ARM64 Accelerated Cryptographic Algorithms" 7 Say Y here to choose from a selection of cryptographic algorithms 70 tristate "CRC32 and CRC32C digest algorithms using ARMv8 extensions"
|
| /kernel/linux/linux-5.10/drivers/crypto/allwinner/ |
| D | Kconfig | 22 and SHA1 and MD5 hash algorithms. 70 Say y to enable support for hash algorithms. 130 Say y to enable support for hash algorithms.
|
| /kernel/linux/linux-5.10/net/batman-adv/ |
| D | bat_algo.c | 69 /* all algorithms must implement all ops (for now) */ in batadv_algo_register() 116 * batadv_algo_seq_print_text() - Print the supported algorithms in a seq file 126 seq_puts(seq, "Available routing algorithms:\n"); in batadv_algo_seq_print_text() 200 * algorithms
|
| /kernel/linux/linux-4.19/Documentation/filesystems/ |
| D | btrfs.txt | 18 * Checksums on data and metadata (multiple algorithms available) 20 * Integrated multiple device support, with several raid algorithms
|
| /kernel/linux/linux-5.10/arch/arm/crypto/ |
| D | Kconfig | 4 bool "ARM Accelerated Cryptographic Algorithms" 7 Say Y here to choose from a selection of cryptographic algorithms 132 tristate "NEON and scalar accelerated ChaCha stream cipher algorithms"
|
| /kernel/linux/linux-5.10/Documentation/filesystems/ |
| D | btrfs.rst | 21 * Checksums on data and metadata (multiple algorithms available) 23 * Integrated multiple device support, with several raid algorithms
|
| /kernel/linux/linux-4.19/net/batman-adv/ |
| D | bat_algo.c | 81 /* all algorithms must implement all ops (for now) */ in batadv_algo_register() 128 * batadv_algo_seq_print_text() - Print the supported algorithms in a seq file 138 seq_puts(seq, "Available routing algorithms:\n"); in batadv_algo_seq_print_text() 212 * algorithms
|
| /kernel/linux/linux-4.19/include/linux/ |
| D | crc8.h | 46 * regular bit order (lsb first). Polynomials in CRC algorithms are typically 64 * reverse bit order (msb first). Polynomials in CRC algorithms are typically 95 * "A Painless Guide to CRC Error Detection Algorithms", ver 3, Aug 1993
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | crc8.h | 46 * regular bit order (lsb first). Polynomials in CRC algorithms are typically 64 * reverse bit order (msb first). Polynomials in CRC algorithms are typically 95 * "A Painless Guide to CRC Error Detection Algorithms", ver 3, Aug 1993
|
| /kernel/linux/linux-4.19/Documentation/networking/ |
| D | tcp.txt | 28 As of 2.6.13, Linux supports pluggable congestion control algorithms. 42 There are three kinds of congestion control algorithms currently: The 46 heuristics. There are also round trip time based algorithms like
|
| /kernel/linux/linux-5.10/Documentation/ABI/testing/ |
| D | sysfs-driver-uacce | 22 What: /sys/class/uacce/<dev_name>/algorithms 26 Description: Algorithms supported by this accelerator, separated by new line.
|
| D | sysfs-class-backlight-adp5520 | 19 algorithms. 31 between 0 mA and 30 mA using linear or non-linear algorithms.
|
| D | sysfs-class-backlight-adp8860 | 24 algorithms. 37 between 0 mA and 30 mA using linear or non-linear algorithms.
|
| /kernel/linux/linux-4.19/drivers/staging/erofs/ |
| D | TODO | 21 - support more lossless data compression algorithms 22 in addition to LZ4 algorithms in VLE approach;
|
| /kernel/linux/linux-4.19/Documentation/ABI/testing/ |
| D | sysfs-class-backlight-adp5520 | 19 algorithms. 31 between 0 mA and 30 mA using linear or non-linear algorithms.
|
| /kernel/linux/linux-5.10/drivers/crypto/qce/ |
| D | core.h | 49 * @register_algs: invoked by core to register the algorithms 50 * @unregister_algs: invoked by core to unregister the algorithms
|
| /kernel/linux/linux-5.10/Documentation/userspace-api/media/ |
| D | glossary.rst | 103 A specialized processor that implements a set of algorithms for 104 processing image data. ISPs may implement algorithms for lens 107 algorithms (e.g. automatic exposure, white balance and focus).
|
12345678910>>...30