| /u-boot/lib/libavb/ |
| A D | avb_crypto.c | 338 const AvbAlgorithmData* avb_get_algorithm_data(AvbAlgorithmType algorithm) { in avb_get_algorithm_data() argument 339 if ((size_t)algorithm < _AVB_ALGORITHM_NUM_TYPES) { in avb_get_algorithm_data() 340 return &algorithm_data[algorithm]; in avb_get_algorithm_data()
|
| A D | avb_vbmeta_image.c | 21 const AvbAlgorithmData* algorithm; in avb_vbmeta_image_verify() local 137 algorithm = avb_get_algorithm_data(h.algorithm_type); in avb_vbmeta_image_verify() 138 if (!algorithm) { in avb_vbmeta_image_verify() 144 if (h.hash_size != algorithm->hash_len) { in avb_vbmeta_image_verify() 200 algorithm->padding, in avb_vbmeta_image_verify() 201 algorithm->padding_len); in avb_vbmeta_image_verify()
|
| A D | avb_crypto.h | 106 const AvbAlgorithmData* avb_get_algorithm_data(AvbAlgorithmType algorithm)
|
| /u-boot/drivers/crypto/nuvoton/ |
| A D | Kconfig | 2 bool "Support the NPCM AES algorithm" 6 AES (Advanced Encryption Standard). This algorithm uses a symmetric
|
| /u-boot/lib/crypt/ |
| A D | Kconfig | 16 Enables support for the sha256crypt password-hashing algorithm. 23 Enables support for the sha512crypt password-hashing algorithm.
|
| /u-boot/lib/ecdsa/ |
| A D | Kconfig | 5 This enables the ECDSA (elliptic curve signature) algorithm for FIT 6 image verification in U-Boot. The ECDSA algorithm is implemented
|
| /u-boot/tools/binman/ |
| A D | bintools.rst | 13 Bintool: bzip2: Compression/decompression using the bzip2 algorithm 75 Bintool: gzip: Compression/decompression using the gzip algorithm 104 Bintool: lz4: Compression/decompression using the LZ4 algorithm 118 Bintool: lzma_alone: Compression/decompression using the LZMA algorithm 132 Bintool: lzop: Compression/decompression using the lzop algorithm 158 Bintool: xz: Compression/decompression using the xz algorithm 172 Bintool: zstd: Compression/decompression using the zstd algorithm
|
| /u-boot/doc/develop/package/ |
| A D | bintools.rst | 13 Bintool: bzip2: Compression/decompression using the bzip2 algorithm 75 Bintool: gzip: Compression/decompression using the gzip algorithm 104 Bintool: lz4: Compression/decompression using the LZ4 algorithm 118 Bintool: lzma_alone: Compression/decompression using the LZMA algorithm 132 Bintool: lzop: Compression/decompression using the lzop algorithm 158 Bintool: xz: Compression/decompression using the xz algorithm 172 Bintool: zstd: Compression/decompression using the zstd algorithm
|
| /u-boot/lib/crypto/ |
| A D | x509.asn1 | 24 algorithm OBJECT IDENTIFIER ({ x509_note_OID }), 48 algorithm AlgorithmIdentifier,
|
| A D | Kconfig | 22 bool "Asymmetric public-key crypto algorithm subtype" 27 ENOPKG will be reported if the requisite algorithm is unavailable. 30 bool "Asymmetric public-key crypto algorithm subtype within SPL" 36 ENOPKG will be reported if the requisite algorithm is unavailable.
|
| A D | pkcs7.asn1 | 36 algorithm OBJECT IDENTIFIER ({ pkcs7_note_OID }), 119 algorithm OBJECT IDENTIFIER ({ pkcs7_note_OID }),
|
| A D | mscode.asn1 | 26 algorithm OBJECT IDENTIFIER ({ mscode_note_digest_algo }),
|
| /u-boot/lib/ |
| A D | Kconfig | 34 Enables software based BCH ECC algorithm present in lib/bch.c 409 bool "Support the AES algorithm" 498 The SHA1 algorithm produces a 160-bit (20-byte) hash value 542 The SHA1 algorithm produces a 160-bit (20-byte) hash value 601 The SHA1 algorithm produces a 160-bit (20-byte) hash value 635 bool "Support MD5 algorithm" 644 bool "Support MD5 algorithm in SPL" 710 This enables support for the LZO compression algorithm. 717 This enables support for GZIP compression algorithm. 733 This enables support for BZIP2 compression algorithm. [all …]
|
| A D | tpm-v2.c | 156 u32 tpm2_pcr_extend(struct udevice *dev, u32 index, u32 algorithm, in tpm2_pcr_extend() argument 180 tpm_u16(algorithm), /* Algorithm of the hash */ in tpm2_pcr_extend() 284 u16 algorithm, void *data, u32 digest_len, in tpm2_pcr_read() argument 295 tpm_u16(algorithm), /* Algorithm of the hash */ in tpm2_pcr_read()
|
| /u-boot/arch/arm/dts/ |
| A D | imx8mp-evk.dts | 135 snps,dcb-algorithm; 140 snps,dcb-algorithm; 145 snps,dcb-algorithm; 150 snps,dcb-algorithm; 155 snps,dcb-algorithm; 165 snps,dcb-algorithm; 171 snps,dcb-algorithm; 177 snps,dcb-algorithm; 183 snps,dcb-algorithm; 189 snps,dcb-algorithm;
|
| A D | imx8mp-verdin.dtsi | 214 snps,dcb-algorithm; 220 snps,dcb-algorithm; 226 snps,dcb-algorithm; 232 snps,dcb-algorithm; 238 snps,dcb-algorithm; 249 snps,dcb-algorithm; 254 snps,dcb-algorithm; 259 snps,dcb-algorithm; 264 snps,dcb-algorithm; 269 snps,dcb-algorithm;
|
| /u-boot/fs/squashfs/ |
| A D | sqfs_decompressor.h | 44 u32 algorithm; member
|
| /u-boot/lib/rsa/ |
| A D | Kconfig | 7 RSA support. This enables the RSA algorithm used for FIT image 10 The Modular Exponentiation algorithm in RSA is implemented using 75 algorithm used in FIT image verification. It required RSA Key as
|
| /u-boot/doc/usage/fit/ |
| A D | source_file_format.rst | 386 calculated for node's data according to specified algorithm. 390 calculated for node's data according to specified algorithm. 399 |- algo = "hash or checksum algorithm name" 431 |- algo = "algorithm name" 444 it is possible to mix and match any SHA algorithm with any signing 445 algorithm. The size of the signature relates to the signing algorithm, not 452 Rivest–Shamir–Adleman algorithm 507 The padding algorithm, it may be pkcs-1.5 or pss, 544 calculated for the configuration according to specified algorithm. 617 |- algo = "algorithm name" [all …]
|
| /u-boot/drivers/crypto/hash/ |
| A D | Kconfig | 17 it support multiple hash algorithm including CRC/MD5/SHA.
|
| /u-boot/arch/arm/include/asm/mach-imx/ |
| A D | image.h | 64 u8 algorithm; member
|
| /u-boot/doc/device-tree-bindings/watchdog/ |
| A D | gpio-wdt.txt | 9 - hw_algo: The algorithm used by the driver. Should be one of the
|
| /u-boot/fs/jffs2/ |
| A D | Kconfig | 30 which is more or less a bubble sort. That algorithm is known to be
|
| /u-boot/doc/ |
| A D | README.i2c | 31 The basic algorithm is to assert your line when you want the bus, then make 48 The same algorithm applies on the EC.
|
| /u-boot/drivers/ram/stm32mp1/ |
| A D | Kconfig | 47 - DQ Deskew algorithm
|