Searched full:algorithm (Results 1 – 25 of 890) sorted by relevance
12345678910>>...36
/linux-3.3/crypto/ |
D | Kconfig | 90 tristate "Cryptographic algorithm manager" 104 tristate "Userspace cryptographic algorithm configuration" 117 algorithm registration. 143 This converts an arbitrary crypto algorithm into a parallel 144 algorithm that executes in kernel threads. 157 converts an arbitrary synchronous software crypto algorithm 158 into an asynchronous algorithm that executes in a kernel thread. 202 xoring it with a salt. This algorithm is mainly useful for CTR 212 This block cipher algorithm is required for IPSec. 221 This block cipher algorithm is required for IPSec. [all …]
|
D | api.c | 394 * crypto_alloc_base - Locate algorithm and allocate transform 395 * @alg_name: Name of algorithm 396 * @type: Type of algorithm 399 * This function should not be used by new algorithm types. 403 * algorithm. If that fails and the kernel supports dynamically loadable 406 * to construct an algorithm on the fly. A refcount is grabbed on the 407 * algorithm which is then associated with the new transform. 512 * crypto_alloc_tfm - Locate algorithm and allocate transform 513 * @alg_name: Name of algorithm 514 * @frontend: Frontend algorithm type [all …]
|
/linux-3.3/Documentation/crypto/ |
D | api-intro.txt | 30 [algorithm api] (for registering algorithms) 32 The idea is to make the user interface and algorithm registration API 94 When submitting a new algorithm for inclusion, a mandatory requirement 189 SHA1 algorithm contributors: 192 DES algorithm contributors: 197 Blowfish algorithm contributors: 201 Twofish algorithm contributors: 205 SHA256/384/512 algorithm contributors: 210 AES algorithm contributors: 218 CAST5 algorithm contributors: [all …]
|
/linux-3.3/net/mac80211/ |
D | Kconfig | 22 bool "PID controller based rate control algorithm" if EXPERT 25 This option enables a TX rate control algorithm for 34 This option enables the 'minstrel' TX rate control algorithm 41 This option enables the 'minstrel_ht' TX rate control algorithm 44 prompt "Default rate control algorithm" 48 This option selects the default rate control algorithm 54 bool "PID controller based rate control algorithm" 58 default rate control algorithm. You should choose 65 Select Minstrel as the default rate control algorithm. 79 comment "Some wireless drivers require a rate control algorithm"
|
/linux-3.3/drivers/crypto/ |
D | Kconfig | 26 tristate "PadLock driver for AES algorithm" 31 Use VIA PadLock for AES algorithm. 59 engine for the CryptoAPI AES algorithm. 89 tristate "SHA1 digest algorithm" 99 tristate "SHA256 digest algorithm" 109 tristate "SHA384 and SHA512 digest algorithm" 125 DES cipher algorithm (FIPS 46-2), and Triple DES EDE (FIPS 46-3). 161 tristate "GHASH digest algorithm" 166 GHASH message digest algorithm for GCM (Galois/Counter Mode). 224 to offload cryptographic algorithm computation.
|
/linux-3.3/net/netfilter/ipvs/ |
D | Kconfig | 117 The robin-robin scheduling algorithm simply directs network 126 The weighted robin-robin scheduling algorithm directs network 139 The least-connection scheduling algorithm directs network 149 The weighted least-connection scheduling algorithm directs network 159 The locality-based least-connection scheduling algorithm is for 161 This algorithm usually directs packet destined for an IP address to 174 algorithm is also for destination IP load balancing. It is 191 The destination hashing scheduling algorithm assigns network 201 The source hashing scheduling algorithm assigns network 211 The shortest expected delay scheduling algorithm assigns network [all …]
|
/linux-3.3/lib/ |
D | textsearch.c | 26 * | | Algorithm | | 38 * search parameters such as the pattern and algorithm name. 39 * (2) Core requests the algorithm to allocate and initialize a search 43 * to the algorithm to store persistent variables. 45 * request to the algorithm. 46 * (5) Algorithm calls get_next_block() provided by the user continuously 48 * (6) Algorithm invokes finish() after the last call to get_next_block 51 * (8) Core notifies the algorithm to destroy algorithm specific 57 * by calling textsearch_prepare() specifying the searching algorithm, 60 * performance of algorithm, so you should use it at own your risk. [all …]
|
D | ts_bm.c | 13 * Implements Boyer-Moore string matching algorithm: 15 * [1] A Fast String Searching Algorithm, R.S. Boyer and Moore. 25 * multiple blocks, in that case this algorithm won't find any coincidence. 29 * the proper string search algorithm depending on your setting.
|
/linux-3.3/drivers/media/dvb/dvb-core/ |
D | dvb_frontend.h | 125 * ALGO_HW: (Hardware Algorithm) 127 * Devices that support this algorithm do everything in hardware 132 * ALGO_SW: (Software Algorithm) 138 * Devices having this algorithm can be customized to have specific 142 * this algorithm, in conjunction with the search and track 143 * callbacks, utilizes the driver specific algorithm. 145 * ALGO_RECOVERY: (Recovery Algorithm) 169 * The frontend search algorithm completed and returned successfully 172 * The frontend search algorithm is sleeping 182 * The frontend search algorithm failed due to some error [all …]
|
/linux-3.3/net/sched/ |
D | Kconfig | 50 scheduling algorithm. This algorithm classifies the waiting packets 67 packet scheduling algorithm. See 72 different properties and different algorithm. 81 (HFSC) packet scheduling algorithm. 122 packet scheduling algorithm. 133 packet scheduling algorithm. 144 packet scheduling algorithm. 155 scheduling algorithm. This queueing discipline allows the combination 167 scheduling algorithm. 178 (GRED) packet scheduling algorithm for some of your network devices [all …]
|
/linux-3.3/Documentation/i2c/ |
D | summary | 28 Bus -> Algorithm 33 An Algorithm driver contains general code that can be used for a whole class 34 of I2C adapters. Each specific adapter driver either depends on one algorithm 40 integrated than Algorithm and Adapter.
|
/linux-3.3/drivers/staging/rtl8192e/rtl8192e/ |
D | rtl_crypto.h | 34 * Algorithm masks and types. 69 * Algorithms: modular crypto algorithm implementations, managed 120 * Algorithm registration interface. 126 * Algorithm query interface. 204 * crypto_alloc_tfm() will first attempt to locate an already loaded algorithm. 207 * is grabbed on the algorithm which is then associated with the new transform. 210 * then drops the refcount on the associated algorithm. 216 * Transform helpers which query the underlying algorithm.
|
/linux-3.3/lib/raid6/ |
D | algos.c | 16 * Algorithm list and algorithm selection for RAID-6 75 /* Try to pick the best algorithm */ 135 printk("raid6: using algorithm %s (%ld MB/s)\n", in raid6_select_algo() 140 printk("raid6: Yikes! No algorithm found!\n"); in raid6_select_algo()
|
/linux-3.3/drivers/staging/rtl8192u/ieee80211/ |
D | rtl_crypto.h | 34 * Algorithm masks and types. 69 * Algorithms: modular crypto algorithm implementations, managed 120 * Algorithm registration interface. 126 * Algorithm query interface. 207 * crypto_alloc_tfm() will first attempt to locate an already loaded algorithm. 210 * is grabbed on the algorithm which is then associated with the new transform. 213 * then drops the refcount on the associated algorithm. 219 * Transform helpers which query the underlying algorithm.
|
D | autoload.c | 4 * Algorithm autoloader. 25 * try an exact match on the name of the algorithm.
|
/linux-3.3/Documentation/networking/ |
D | baycom.txt | 104 the software DCD algorithm (see below). 121 utilise a software DCD algorithm (options=1) or use a DCD signal from 125 open. It is highly recommended to use the software DCD algorithm, 129 par96: the software DCD algorithm for this type of modem is rather poor. 131 a reasonable DCD algorithm in software. Therefore, if your radio
|
D | policy-routing.txt | 64 Lookup algorithm 97 Very clean, stable and robust algorithm for OSPF routing 125 4. The Variant Router Requirements Algorithm (RFC1812 E.3.2) 127 It is a funny, but pretty useless algorithm.
|
/linux-3.3/drivers/media/video/gspca/ |
D | autogain_functions.h | 21 /* auto gain and exposure algorithm based on the knee algorithm described here: 95 /* Autogain + exposure algorithm for cameras with a coarse exposure control 99 this algorithm normally tries to only adjust the gain (between 40 and 101 to a much more stable image then using the knee algorithm which at
|
/linux-3.3/include/linux/ |
D | textsearch.h | 30 * @name: name of search algorithm 33 * @destroy: destroy algorithm specific parts of a search configuration 36 * @owner: module reference to algorithm 53 * @ops: operations of chosen algorithm
|
/linux-3.3/include/linux/crush/ |
D | crush.h | 7 * CRUSH is a pseudo-random data distribution algorithm that 11 * The algorithm was originally described in detail in this paper 12 * (although the algorithm has evolved somewhat since then): 20 #define CRUSH_MAGIC 0x00010000ul /* for detecting algorithm revisions */
|
/linux-3.3/Documentation/frv/ |
D | atomic-ops.txt | 23 NEW ALGORITHM 26 To get around this, the following algorithm has been implemented. It operates in a way similar to 34 (*) All atomic operations can then be broken down into the following algorithm: 56 This algorithm suffers from two problems:
|
/linux-3.3/drivers/i2c/ |
D | Kconfig | 67 Some I2C bus drivers require so-called "I2C algorithm" modules 98 bool "I2C Algorithm debugging messages" 100 Say Y here if you want the I2C algorithm drivers to produce a bunch
|
/linux-3.3/drivers/staging/echo/ |
D | echo.h | 51 The least mean squares (LMS) algorithm is attributed to Widrow and Hoff, and 59 (NLMS) algorithm is the commonest one used for speech echo cancellation. Many 66 the NLMS algorithm works very well. However, speech has more low frequency than 111 major mis-convergence in the adaption process. An assessment algorithm is
|
D | echo.c | 38 This code started life as Steve's NLMS algorithm with a tap 39 rotation algorithm to handle divergence during double talk. I 46 So I tried a two path algorithm [1], which has so far given better 47 results. The original tap rotation/Geigel algorithm is available 55 current algorithm is passing OK, which is kind of surprising. The 116 /* adapting coeffs using the traditional stochastic descent (N)LMS algorithm */ 162 A block based update algorithm would be much faster but the in lms_adapt_bg() 401 /* efficient "out with the old and in with the new" algorithm so in oslec_update() 439 However this is not critical for the dual path algorithm. in oslec_update() 472 factor of 2, but the algorithm seems to handle it OK. in oslec_update()
|
/linux-3.3/usr/ |
D | Kconfig | 96 This option decides by which algorithm the builtin initramfs 146 The most recent compression algorithm. 155 XZ uses the LZMA2 algorithm. The initramfs size is about 30%
|
12345678910>>...36