Home
last modified time | relevance | path

Searched full:algorithm (Results 1 – 25 of 1233) sorted by relevance

12345678910>>...50

/linux/crypto/
H A DKconfig170 tristate "Userspace cryptographic algorithm configuration"
183 The cryptographic self-tests run at boot time, or at algorithm
200 Enable the full set of cryptographic self-tests for each algorithm.
222 This converts an arbitrary crypto algorithm into a parallel
223 algorithm that executes in kernel threads.
232 converts an arbitrary synchronous software crypto algorithm
233 into an asynchronous algorithm that executes in a kernel thread.
287 RSA (Rivest-Shamir-Adleman) public key algorithm (RFC8017)
294 DH (Diffie-Hellman) key exchange algorithm
318 ECDH (Elliptic Curve Diffie-Hellman) key exchange algorithm
[all …]
/linux/net/batman-adv/
H A Dbat_algo.c29 * batadv_algo_init() - Initialize batman-adv algorithm management data
38 * batadv_algo_get() - Search for algorithm with specific name
39 * @name: algorithm name to find
59 * batadv_algo_register() - Register callbacks for a mesh algorithm
60 * @bat_algo_ops: mesh algorithm callbacks to add
70 pr_info("Trying to register already registered routing algorithm: %s\n", in batadv_algo_register()
94 * batadv_algo_select() - Select algorithm of mesh interface
96 * @name: name of the algorithm to select
98 * The algorithm callbacks for the mesh interface will be set when the algorithm
99 * with the correct name was found. Any previous selected algorithm will not be
[all …]
/linux/Documentation/crypto/
H A Dapi-intro.rst35 [algorithm api] (for registering algorithms)
37 The idea is to make the user interface and algorithm registration API
103 When submitting a new algorithm for inclusion, a mandatory requirement
204 SHA1 algorithm contributors:
207 DES algorithm contributors:
212 Blowfish algorithm contributors:
216 Twofish algorithm contributors:
220 SHA256/384/512 algorithm contributors:
225 AES algorithm contributors:
233 CAST5 algorithm contributors:
[all …]
/linux/arch/x86/crypto/
H A DKconfig21 Some algorithm implementations are supported only in 64-bit builds,
31 Block cipher: Blowfish cipher algorithm
79 Length-preserving ciphers: CAST5 (CAST-128) cipher algorithm
96 Length-preserving ciphers: CAST6 (CAST-256) cipher algorithm
111 Block cipher: Triple DES EDE (FIPS 46-3) cipher algorithm
125 Length-preserving ciphers: Serpent cipher algorithm
140 Length-preserving ciphers: Serpent cipher algorithm
156 Length-preserving ciphers: Serpent cipher algorithm
169 Length-preserving ciphers: Serpent cipher algorithm
225 Block cipher: Twofish cipher algorithm
[all …]
/linux/net/netfilter/ipvs/
H A DKconfig118 The robin-robin scheduling algorithm simply directs network
127 The weighted robin-robin scheduling algorithm directs network
140 The least-connection scheduling algorithm directs network
150 The weighted least-connection scheduling algorithm directs network
160 The weighted failover scheduling algorithm directs network
170 The weighted overflow scheduling algorithm directs network
181 The locality-based least-connection scheduling algorithm is for
183 This algorithm usually directs packet destined for an IP address to
196 algorithm is also for destination IP load balancing. It is
213 The destination hashing scheduling algorithm assigns network
[all …]
/linux/include/crypto/internal/
H A Dkpp.h32 * struct crypto_kpp_spawn - KPP algorithm spawn
35 * Template instances can get a hold on some inner KPP algorithm by
150 * KPP algorithm (un)registration functions.
153 * crypto_register_kpp() -- Register key-agreement protocol primitives algorithm
156 * algorithm
158 * @alg: algorithm definition
166 * algorithm
169 * algorithm
171 * @alg: algorithm definition
188 * crypto_grab_kpp() - Look up a KPP algorithm and bind a spawn to it.
[all …]
/linux/Documentation/admin-guide/blockdev/
H A Dzram.rst76 2) Select compression algorithm
81 or change the selected compression algorithm (once the device is initialised
82 there is no way to change compression algorithm).
90 #select lzo compression algorithm
96 3) Set compression algorithm parameters: Optional
101 attribute which provides a per-algorithm params configuration.
106 compression algorithm to use external pre-trained dictionary, pass full
112 #same, but using algorithm priority
120 Parameters are algorithm specific: not all algorithms support pre-trained
217 comp_algorithm RW show and change the compression algorithm
[all …]
/linux/fs/verity/
H A Dhash_algs.c27 * fsverity_get_hash_alg() - get a hash algorithm by number
29 * @num: the hash algorithm number
31 * Get the struct fsverity_hash_alg for the given hash algorithm number.
40 fsverity_warn(inode, "Unknown hash algorithm number: %u", num); in fsverity_get_hash_alg()
48 * @alg: hash algorithm
65 * algorithm's compression function, e.g. 64 bytes for SHA-256 or 128 in fsverity_prepare_hash_state()
66 * bytes for SHA-512. This ensures that the hash algorithm won't have in fsverity_prepare_hash_state()
132 * @alg: the hash algorithm to use
170 * have a default algorithm, but some users make use of this. in fsverity_check_hash_algs()
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-iio-adc-mcp356422 auto-zeroing algorithm (the input multiplexer and the ADC
23 include an offset cancellation algorithm that cancels the offset
24 contribution of the ADC). When the offset cancellation algorithm
28 case where the algorithm is disabled. This technique allows the
41 This attribute is used to enable the chopping algorithm for the
48 limitation, the buffer includes an auto-zeroing algorithm that
H A Dsysfs-kernel-mm-swap11 If set to true, the VMA based swap readahead algorithm
13 VMA, and the global swap readahead algorithm will be
15 false, the global swap readahead algorithm will be
/linux/net/sched/
H A DKconfig52 packet scheduling algorithm. See
57 different properties and different algorithm.
66 (HFSC) packet scheduling algorithm.
93 packet scheduling algorithm.
104 packet scheduling algorithm.
115 packet scheduling algorithm.
126 scheduling algorithm. This queueing discipline allows the combination
138 scheduling algorithm.
149 scheduling algorithm.
160 scheduling algorithm.
[all …]
/linux/arch/arm64/boot/dts/qcom/
H A Dsa8540p-ride.dts200 snps,dcb-algorithm;
207 snps,dcb-algorithm;
213 snps,avb-algorithm;
219 snps,avb-algorithm;
229 snps,dcb-algorithm;
233 snps,dcb-algorithm;
237 snps,avb-algorithm;
245 snps,avb-algorithm;
275 snps,dcb-algorithm;
282 snps,dcb-algorithm;
[all …]
/linux/lib/
H A Dtextsearch.c27 * | | Algorithm | |
39 * the search parameters such as the pattern and algorithm name.
40 * (2) Core requests the algorithm to allocate and initialize a search
44 * is provided to the algorithm to store persistent variables.
46 * request to the algorithm.
47 * (5) Algorithm calls get_next_block() provided by the user continuously
49 * (6) Algorithm invokes finish() after the last call to get_next_block
52 * (8) Core notifies the algorithm to destroy algorithm specific
58 * by calling textsearch_prepare() specifying the searching algorithm,
61 * performance of algorithm, so you should use it at own your risk.
[all …]
/linux/Documentation/devicetree/bindings/sound/
H A Dcs35l33.txt43 Optional H/G Algorithm sub-node:
46 the internal H/G Algorithm.
48 - cirrus,hg-algo : Sub-node for internal Class H/G algorithm that
53 - cirrus,mem-depth : Memory depth for the Class H/G algorithm measured in
67 algorithm uses the max detection path. If not present, the LDO
71 algorithm switches to the LDO voltage. This property can be set to values
78 - cirrus,vp-hg : Class H/G algorithm VPhg. Controls the H/G algorithm's
H A Dcs35l35.txt69 Optional H/G Algorithm sub-node:
72 that will disable automatic control of the internal H/G Algorithm.
75 or using these Class H Algorithm controls over the internal Algorithm.
78 - cirrus,classh-internal-algo : Sub-node for the Internal Class H Algorithm
79 See Section 4.3 Internal Class H Algorithm in the Datasheet.
80 If not used, the device manages the ClassH Algorithm internally.
/linux/include/crypto/
H A Dkpp.h44 * @reqsize: Request context size required by algorithm
46 * @base: Common crypto API algorithm data structure
65 * the algorithm. The result is given back to the user.
75 * @base: Common crypto API algorithm data structure
94 * The KPP API is used with the algorithm type
100 * @alg_name: is the name of the kpp algorithm (e.g. "dh", "ecdh")
101 * @type: specifies the type of the algorithm
102 * @mask: specifies the mask for the algorithm
104 * Allocate a handle for kpp algorithm. The returned struct crypto_kpp
300 * for a given kpp algorithm.
[all …]
/linux/arch/arm64/boot/dts/freescale/
H A Dimx8mp-beacon-som.dtsi76 snps,dcb-algorithm;
82 snps,dcb-algorithm;
88 snps,dcb-algorithm;
94 snps,dcb-algorithm;
100 snps,dcb-algorithm;
110 snps,dcb-algorithm;
115 snps,dcb-algorithm;
120 snps,dcb-algorithm;
125 snps,dcb-algorithm;
130 snps,dcb-algorithm;
/linux/drivers/crypto/caam/
H A Dkey_gen.h10 * split_key_len - Compute MDHA split key length for a given algorithm
11 * @hash: Hashing algorithm selection, one of OP_ALG_ALGSEL_* - MD5, SHA1,
28 * split_key_pad_len - Compute MDHA split key pad length for a given algorithm
29 * @hash: Hashing algorithm selection, one of OP_ALG_ALGSEL_* - MD5, SHA1,
/linux/tools/perf/pmu-events/arch/x86/ivytown/
H A Duncore-power.json151 …ber of times that a deep C state was requested, but the delayed C state algorithm rejected the dee…
160 …ber of times that a deep C state was requested, but the delayed C state algorithm rejected the dee…
169 …ber of times that a deep C state was requested, but the delayed C state algorithm rejected the dee…
178 …ber of times that a deep C state was requested, but the delayed C state algorithm rejected the dee…
187 …ber of times that a deep C state was requested, but the delayed C state algorithm rejected the dee…
196 …ber of times that a deep C state was requested, but the delayed C state algorithm rejected the dee…
205 …ber of times that a deep C state was requested, but the delayed C state algorithm rejected the dee…
214 …ber of times that a deep C state was requested, but the delayed C state algorithm rejected the dee…
223 …ber of times that a deep C state was requested, but the delayed C state algorithm rejected the dee…
232 …ber of times that a deep C state was requested, but the delayed C state algorithm rejected the dee…
[all …]
/linux/fs/f2fs/
H A DKconfig107 Support LZO compress algorithm, if unsure, say Y.
114 Support LZO-RLE compress algorithm, if unsure, say Y.
121 Support LZ4 compress algorithm, if unsure, say Y.
128 Support LZ4HC compress algorithm, LZ4HC has compatible on-disk
136 Support ZSTD compress algorithm, if unsure, say Y.
/linux/drivers/net/ethernet/intel/ice/
H A Dice_vf_mbx.c86 /* The mailbox overflow detection algorithm helps to check if there
96 * the algorithm can be run for the first time for that interrupt. This
101 * call the detection algorithm's entry function ice_mbx_vf_state_handler().
103 * filled as it is required to be passed to the algorithm.
124 * the max messages check must be ignored in the algorithm
150 * @new_state: new algorithm state
189 * @new_state: new algorithm state
246 * ice_mbx_vf_state_handler - Handle states of the overflow algorithm
253 * detection algorithm by handling the different states and state
254 * transitions of the algorithm:
/linux/lib/raid6/
H A Dalgos.c11 * Algorithm list and algorithm selection for RAID-6
148 pr_info("raid6: using %s recovery algorithm\n", best->name); in raid6_choose_recov()
150 pr_err("raid6: Yikes! No recovery algorithm found!\n"); in raid6_choose_recov()
197 pr_err("raid6: Yikes! No algorithm found!\n"); in raid6_choose_gen()
209 pr_info("raid6: using algorithm %s gen() %ld MB/s\n", in raid6_choose_gen()
239 /* Try to pick the best algorithm */
/linux/Documentation/admin-guide/device-mapper/
H A Ddm-integrity.rst71 the internal-hash algorithm)
133 internal_hash:algorithm(:key) (the key is optional)
139 You can use a crc algorithm (such as crc32), then integrity target
141 You can also use a hmac algorithm (for example
153 journal_crypt:algorithm(:key) (the key is optional)
154 Encrypt the journal using given algorithm to make sure that the
165 journal_mac:algorithm(:key) (the key is optional)
168 crc algorithm, to protect against malicious modification, use a
169 hmac algorithm with a key.
/linux/lib/math/
H A Dgcd.c7 * This implements the binary GCD algorithm. (Often attributed to Stein,
10 * This is faster than the division-based algorithm even on x86, which
18 /* If __ffs is available, the even/odd algorithm benchmarks slower. */
43 /* If normalization is done by loops, the even/odd algorithm is a win. */
/linux/Documentation/arch/arm/
H A Dcluster-pm-race-avoidance.rst2 Cluster-wide Power-up/power-down race avoidance algorithm
5 This file documents the algorithm which is used to coordinate CPU and
9 The section "Rationale" explains what the algorithm is for and why it is
12 algorithm in use.
103 In this algorithm, each individual core in a multi-core processor is
109 The algorithm defines the following states for each CPU in the system:
187 race avoidance algorithm.
271 The race avoidance algorithm does not provide a way to determine
452 The race avoidance algorithm documented above does not provide a
517 As currently described and implemented, the algorithm does not
[all …]

12345678910>>...50