Searched refs:algorithm (Results 1 – 25 of 33) sorted by relevance
12
/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/lib/crypto/ |
A D | x509.asn1 | 24 algorithm OBJECT IDENTIFIER ({ x509_note_OID }), 48 algorithm AlgorithmIdentifier,
|
A D | Kconfig | 12 bool "Asymmetric public-key crypto algorithm subtype" 17 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 }),
|
/u-boot/lib/ |
A D | Kconfig | 21 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 D | tpm-v2.c | 83 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 D | Kconfig | 6 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 D | sqfs_decompressor.h | 44 u32 algorithm; member
|
/u-boot/drivers/ram/stm32mp1/ |
A D | Kconfig | 48 - DQ Deskew algorithm
|
/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.
|
A D | README.JFFS2 | 21 more or less a bubble sort. That algorithm is known to be O(n^2),
|
A D | README.omap3 | 135 handle this we can switch to another ECC algorithm after reading the payload
|
/u-boot/doc/uImage.FIT/ |
A D | verified-boot.txt | 29 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 D | signature.txt | 44 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 D | source_file_format.txt | 190 calculated for node's data according to specified algorithm. 197 |- algo = "hash or checksum algorithm name"
|
/u-boot/net/ |
A D | Kconfig | 46 to the algorithm in RFC815.
|
/u-boot/include/ |
A D | tpm-v2.h | 402 u32 tpm2_pcr_extend(struct udevice *dev, u32 index, u32 algorithm,
|
A D | ec_commands.h | 2754 uint8_t algorithm; member 2762 uint8_t algorithm; member
|
/u-boot/scripts/ |
A D | spelling.txt | 76 algorith||algorithm 78 algoritm||algorithm 80 algorrithm||algorithm 81 algorritm||algorithm 94 alogrithm||algorithm
|
/u-boot/arch/x86/dts/ |
A D | crownbay.dts | 192 * enumeration algorithm.
|
/u-boot/lib/lzma/ |
A D | lzma.txt | 11 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 D | usb-info.rst | 175 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 D | introduction_habv4.txt | 30 algorithm in which image data is signed offline using a series of private
|
Completed in 46 milliseconds
12