Lines Matching full:algorithm
6 Enables software based BCH ECC algorithm present in lib/bch.c
173 bool "Support the AES algorithm"
176 (Advanced Encryption Standard). This algorithm uses a symetric key
178 supported by the algorithm but only a 128-bit key is supported at
237 This option enables support of hashing using SHA1 algorithm.
239 The SHA1 algorithm produces a 160-bit (20-byte) hash value
245 This option enables support of hashing using SHA256 algorithm.
247 The SHA256 algorithm produces a 256-bit (32-byte) hash value
251 bool "Enable SHA512 algorithm"
253 This option enables support of internal SHA512 algorithm.
259 This option enables support of hashing using SHA512 algorithm.
261 The SHA512 algorithm produces a 512-bit (64-byte) hash value
268 This option enables support of hashing using SHA384 algorithm.
270 The SHA384 algorithm produces a 384-bit (48-byte) hash value
303 is included. The LZ4 algorithm can run in-place as long as the
316 This enables support for LZMA (Lempel-Ziv-Markov chain algorithm),
317 a dictionary compression algorithm that provides a high compression
324 This enables support for LZO compression algorithm.r
329 This enables support for tge LZ4 decompression algorithm in SPL. LZ4
330 is a lossless data compression algorithm that is focused on
337 This enables support for LZO compression algorithm in the SPL.