Lines Matching +full:avb +full:- +full:algorithm
6 Enables software based BCH ECC algorithm present in lib/bch.c
7 This is used by SoC platforms which do not have built-in ELM
13 Enabling this option will pass "-O2" to gcc when compiling
26 This option allows you to use the built-in libgcc implementation
27 of U-Boot instead of the one provided by the compiler.
68 If this variable is defined, U-Boot is linked against the
74 bool "Pseudo-random library support "
76 This library provides pseudo-random number generator functions.
82 The faster memset() is the arch-specific one (if available) enabled
85 size-constrained envrionments even this may be too big. Enable this
91 The faster memset() is the arch-specific one (if available) enabled
94 size-constrained envrionments even this may be too big. Enable this
120 bool "Support the AES algorithm"
123 (Advanced Encryption Standard). This algorithm uses a symetric key
125 supported by the algorithm but only a 128-bit key is supported at
138 for the low-level TPM interface, but only one TPM is supported at
162 This option enables support of hashing using SHA1 algorithm.
164 The SHA1 algorithm produces a 160-bit (20-byte) hash value
170 This option enables support of hashing using SHA256 algorithm.
172 The SHA256 algorithm produces a 256-bit (32-byte) hash value
178 This option enables support of hashing using SHA512 algorithm.
180 The SHA512 algorithm produces a 512-bit (64-byte) hash value
195 This option enables hardware-acceleration for
214 is included. The LZ4 algorithm can run in-place as long as the
222 (generated by 'lz4 -l'). The two formats are incompatible.
227 This enables support for LZMA (Lempel-Ziv-Markov chain algorithm),
228 a dictionary compression algorithm that provides a high compression
236 This enables support for LZMA (Lempel-Ziv-Markov chain algorithm),
237 a dictionary compression algorithm that provides a high compression
243 This enables support for LZO compression algorithm.r
248 This enables support for LZO compression algorithm in the SPL.
264 bool "Enable function for getting errno-related string message"
268 - if errno is null or positive number - a pointer to "Success" message
269 - if errno is negative - a pointer to errno related message
362 source lib/avb/libavb/Kconfig
363 source lib/avb/libavb_ab/Kconfig
364 source lib/avb/libavb_atx/Kconfig
365 source lib/avb/libavb_user/Kconfig
366 source lib/avb/rk_avb_user/Kconfig