Lines Matching refs:algorithm

34 	  Enables software based BCH ECC algorithm present in lib/bch.c
466 bool "Support the AES algorithm"
469 (Advanced Encryption Standard). This algorithm uses a symetric key
471 supported by the algorithm but only a 128-bit key is supported at
561 This option enables support of hashing using BLAKE2B algorithm.
563 The BLAKE2 algorithm produces a hash value (digest) between 1 and
569 This option enables support of hashing using SHA1 algorithm.
571 The SHA1 algorithm produces a 160-bit (20-byte) hash value
577 This option enables support of hashing using SHA256 algorithm.
579 The SHA256 algorithm produces a 256-bit (32-byte) hash value
586 This option enables support of hashing using SHA512 algorithm.
588 The SHA512 algorithm produces a 512-bit (64-byte) hash value
595 This option enables support of hashing using SHA384 algorithm.
598 The SHA384 algorithm produces a 384-bit (48-byte) hash value
615 This option enables support of hashing using CRC32 algorithm.
616 The CRC32 algorithm produces 32-bit checksum value. For FIT
625 This option enables support of hashing using SHA1 algorithm.
627 The SHA1 algorithm produces a 160-bit (20-byte) hash value
634 This option enables support of hashing using SHA256 algorithm.
636 The SHA256 algorithm produces a 256-bit (32-byte) hash value
643 This option enables support of hashing using SHA512 algorithm.
645 The SHA512 algorithm produces a 512-bit (64-byte) hash value
653 This option enables support of hashing using SHA384 algorithm.
656 The SHA384 algorithm produces a 384-bit (48-byte) hash value
684 This option enables support of hashing using SHA1 algorithm.
686 The SHA1 algorithm produces a 160-bit (20-byte) hash value
694 This option enables support of hashing using SHA256 algorithm.
696 The SHA256 algorithm produces a 256-bit (32-byte) hash value
720 bool "Support MD5 algorithm"
722 This option enables MD5 support. MD5 is an algorithm designed
729 bool "Support MD5 algorithm in SPL"
732 This option enables MD5 support in SPL. MD5 is an algorithm designed
742 a simple and fast checksumming algorithm which does a bytewise
751 a simple and fast checksumming algorithm which does a bytewise
760 a simple and fast checksumming algorithm which does a bytewise
769 a simple and fast checksumming algorithm which does a bytewise
808 is included. The LZ4 algorithm can run in-place as long as the
821 This enables support for LZMA (Lempel-Ziv-Markov chain algorithm),
822 a dictionary compression algorithm that provides a high compression
829 This enables support for the LZO compression algorithm.
836 This enables support for GZIP compression algorithm.
852 This enables support for BZIP2 compression algorithm.
885 This enables support for bzip2 compression algorithm for SPL boot.
891 This enables support for the LZ4 decompression algorithm in SPL. LZ4
892 is a lossless data compression algorithm that is focused on
900 This enables support for the LZ4 decompression algorithm in TPL. LZ4
901 is a lossless data compression algorithm that is focused on
909 This enables support for the LZ4 decompression algorithm in VPL. LZ4
910 is a lossless data compression algorithm that is focused on
918 This enables support for LZMA compression algorithm for SPL boot.
924 This enables support for LZMA compression algorithm for TPL boot.
930 This enables support for LZMA compression algorithm for VPL boot.
936 This enables support for LZO compression algorithm in the SPL.
942 This enables support for the GZIP compression algorithm for SPL boot.
948 This enables support for the GZIP compression algorithm for TPL