Home
last modified time | relevance | path

Searched refs:algorithm (Results 1 – 25 of 33) sorted by relevance

12

/u-boot/lib/libavb/
A Davb_crypto.c338 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 Davb_vbmeta_image.c21 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 Davb_crypto.h106 const AvbAlgorithmData* avb_get_algorithm_data(AvbAlgorithmType algorithm)
/u-boot/lib/crypto/
A Dx509.asn124 algorithm OBJECT IDENTIFIER ({ x509_note_OID }),
48 algorithm AlgorithmIdentifier,
A DKconfig12 bool "Asymmetric public-key crypto algorithm subtype"
17 ENOPKG will be reported if the requisite algorithm is unavailable.
A Dpkcs7.asn136 algorithm OBJECT IDENTIFIER ({ pkcs7_note_OID }),
119 algorithm OBJECT IDENTIFIER ({ pkcs7_note_OID }),
/u-boot/lib/
A DKconfig21 Enables software based BCH ECC algorithm present in lib/bch.c
290 bool "Support the AES algorithm"
357 The SHA1 algorithm produces a 160-bit (20-byte) hash value
369 bool "Enable SHA512 algorithm"
371 This option enables support of internal SHA512 algorithm.
409 bool "Support MD5 algorithm"
418 bool "Support MD5 algorithm in SPL"
461 This enables support for LZO compression algorithm.r
468 This enables support for GZIP compression algorithm.
484 This enables support for BZIP2 compression algorithm.
[all …]
A Dtpm-v2.c83 u32 tpm2_pcr_extend(struct udevice *dev, u32 index, u32 algorithm, in tpm2_pcr_extend() argument
103 tpm_u16(algorithm), /* Algorithm of the hash */ in tpm2_pcr_extend()
/u-boot/lib/rsa/
A DKconfig6 RSA support. This enables the RSA algorithm used for FIT image
9 The Modular Exponentiation algorithm in RSA is implemented using
53 algorithm used in FIT image verification. It required RSA Key as
/u-boot/fs/squashfs/
A Dsqfs_decompressor.h44 u32 algorithm; member
/u-boot/drivers/ram/stm32mp1/
A DKconfig48 - DQ Deskew algorithm
/u-boot/doc/
A DREADME.i2c31 The basic algorithm is to assert your line when you want the bus, then make
48 The same algorithm applies on the EC.
A DREADME.JFFS221 more or less a bubble sort. That algorithm is known to be O(n^2),
A DREADME.omap3135 handle this we can switch to another ECC algorithm after reading the payload
/u-boot/doc/uImage.FIT/
A Dverified-boot.txt29 works look up "public key cryptography" and "RSA" (a particular algorithm).
58 The signature algorithm relies only on the public key to do its work. Using
A Dsignature.txt44 In principle any suitable algorithm can be used to sign and verify a hash.
60 image-sig.c. If another algorithm is needed (such as DSA) then it can be
69 $ openssl genpkey -algorithm RSA -out keys/dev.key \
109 - padding: The padding algorithm, it may be pkcs-1.5 or pss,
155 normally verified by the FIT image booting algorithm. Valid values are
160 Each signing algorithm has its own additional properties.
410 CONFIG_RSA - enable RSA algorithm for signing
A Dsource_file_format.txt190 calculated for node's data according to specified algorithm.
197 |- algo = "hash or checksum algorithm name"
/u-boot/net/
A DKconfig46 to the algorithm in RFC815.
/u-boot/include/
A Dtpm-v2.h402 u32 tpm2_pcr_extend(struct udevice *dev, u32 index, u32 algorithm,
A Dec_commands.h2754 uint8_t algorithm; member
2762 uint8_t algorithm; member
/u-boot/scripts/
A Dspelling.txt76 algorith||algorithm
78 algoritm||algorithm
80 algorrithm||algorithm
81 algorritm||algorithm
94 alogrithm||algorithm
/u-boot/arch/x86/dts/
A Dcrownbay.dts192 * enumeration algorithm.
/u-boot/lib/lzma/
A Dlzma.txt11 LZMA is an improved version of famous LZ77 compression algorithm.
118 LZ - files related to LZ (Lempel-Ziv) compression algorithm
126 LZ - files related to LZ (Lempel-Ziv) compression algorithm
/u-boot/doc/driver-model/
A Dusb-info.rst175 USB devices are found using a simple algorithm which works through the
411 But in common cases the current algorithm is sufficient.
/u-boot/doc/imx/habv4/
A Dintroduction_habv4.txt30 algorithm in which image data is signed offline using a series of private

Completed in 46 milliseconds

12