Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/crypto/rockchip/
H A DKconfig6 This enable RSA512/RSA1024/RSA2048 algorithm support for
14 This enable RSA512/RSA1024/RSA2048 algorithm support for
22 This enable SM2/ECC192R1/ECC224R1/ECC256R1 algorithm support for
30 This enable SM2/ECC192R1/ECC224R1/ECC256R1 algorithm support for
38 This enable DES/AES/SM4 algorithm support for
46 This enable DES/AES/SM4 algorithm support for
54 This enable HMAC algorithm support for
62 This enable HMAC algorithm support for
69 This enable MD5/SHA1/SHA256/RSA512/RSA1024/RSA2048 algorithm support for
76 This enable MD5/SHA1/SHA256/RSA512/RSA1024/RSA2048 algorithm support for
[all …]
/rk3399_rockchip-uboot/lib/avb/libavb/
H A Davb_crypto.c357 const AvbAlgorithmData* avb_get_algorithm_data(AvbAlgorithmType algorithm) { in avb_get_algorithm_data() argument
358 if ((size_t)algorithm < _AVB_ALGORITHM_NUM_TYPES) { in avb_get_algorithm_data()
359 return &algorithm_data[algorithm]; in avb_get_algorithm_data()
H A Davb_vbmeta_image.c40 const AvbAlgorithmData* algorithm; in avb_vbmeta_image_verify() local
156 algorithm = avb_get_algorithm_data(h.algorithm_type); in avb_vbmeta_image_verify()
157 if (!algorithm) { in avb_vbmeta_image_verify()
163 if (h.hash_size != algorithm->hash_len) { in avb_vbmeta_image_verify()
224 algorithm->padding, in avb_vbmeta_image_verify()
225 algorithm->padding_len); in avb_vbmeta_image_verify()
/rk3399_rockchip-uboot/common/
H A Dattestation_key.c318 uint32_t algorithm; in load_attestation_key() local
320 copy_uint32_from_buf(&key_buf, &algorithm); in load_attestation_key()
321 debug("\n algorithm:%d\n", algorithm); in load_attestation_key()
356 copy_uint32_from_buf(&key_buf, &algorithm); in load_attestation_key()
357 debug("\n algorithm:%d\n", algorithm); in load_attestation_key()
442 uint32_t algorithm; in write_attestation_key_to_secure_storage() local
462 copy_uint32_from_buf(&key_buf, &algorithm); in write_attestation_key_to_secure_storage()
463 printf("\n algorithm: %d\n", algorithm); in write_attestation_key_to_secure_storage()
470 copy_uint32_from_buf(&key_buf, &algorithm); in write_attestation_key_to_secure_storage()
471 printf("\n algorithm: %d\n", algorithm); in write_attestation_key_to_secure_storage()
H A Ddlmalloc.src2342 free() algorithm :
2460 Realloc algorithm:
2696 memalign algorithm:
/rk3399_rockchip-uboot/lib/
H A DKconfig6 Enables software based BCH ECC algorithm present in lib/bch.c
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
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
[all …]
/rk3399_rockchip-uboot/lib/rsa/
H A DKconfig6 RSA support. This enables the RSA algorithm used for FIT image
9 The Modular Exponentiation algorithm in RSA is implemented using
26 algorithm used in FIT image verification. It required RSA Key as
/rk3399_rockchip-uboot/include/optee_include/
H A Dtee_api_types.h125 uint32_t algorithm; member
141 uint32_t algorithm; member
/rk3399_rockchip-uboot/include/android_avb/
H A Davb_crypto.h127 const AvbAlgorithmData* avb_get_algorithm_data(AvbAlgorithmType algorithm)
/rk3399_rockchip-uboot/arch/arm/cpu/armv8/
H A DKconfig152 bool "SHA-1 digest algorithm (ARMv8 Crypto Extensions)"
156 bool "SHA-256 digest algorithm (ARMv8 Crypto Extensions)"
160 bool "SHA-1 digest algorithm (ARMv8 Crypto Extensions) in SPL"
164 bool "SHA-256 digest algorithm (ARMv8 Crypto Extensions) in SPL"
/rk3399_rockchip-uboot/doc/
H 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.
H A DREADME.JFFS221 more or less a bubble sort. That algorithm is known to be O(n^2),
H A DREADME.omap3152 handle this we can switch to another ECC algorithm after reading the payload
/rk3399_rockchip-uboot/doc/uImage.FIT/
H 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
H 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 \
152 normally verified by the FIT image booting algorithm. Valid values are
157 Each signing algorithm has its own additional properties.
331 CONFIG_RSA - enable RSA algorithm for signing
H A Dsource_file_format.txt187 calculated for node's data according to specified algorithm.
194 |- algo = "hash or checksum algorithm name"
H A Dbeaglebone_vboot.txt301 of size 2048 bits using SHA1 as the hash algorithm. The key name checked was
/rk3399_rockchip-uboot/scripts/
H A Davbtool.py445 algorithm = ALGORITHMS.get(algorithm_name)
446 if not algorithm:
450 if self.num_bits != (algorithm.signature_num_bytes * 8):
453 .format(self.num_bits, algorithm.signature_num_bytes * 8,
457 hasher = hashlib.new(algorithm.hash_name)
462 padding_and_hash = algorithm.padding + digest
493 if len(signature) != algorithm.signature_num_bytes:
646 def create_avb_hashtree_hasher(algorithm, salt): argument
649 if algorithm.lower() == 'blake2b-256':
652 return hashlib.new(algorithm, salt)
[all …]
/rk3399_rockchip-uboot/arch/x86/dts/
H A Dcrownbay.dts189 * enumeration algorithm.
/rk3399_rockchip-uboot/board/freescale/bsc9131rdb/
H A DREADME14 . A multi-standard baseband algorithm accelerator for Channel Decoding/Encoding,
/rk3399_rockchip-uboot/lib/lzma/
H 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
/rk3399_rockchip-uboot/doc/driver-model/
H A Dusb-info.txt171 USB devices are found using a simple algorithm which works through the
403 But in common cases the current algorithm is sufficient.
/rk3399_rockchip-uboot/cmd/
H A DKconfig459 - override to provide your own algorithm for detecting layout
568 Support decompressing an LZMA (Lempel-Ziv-Markov chain algorithm)
1414 (Advanced Encryption Standard). This algorithm uses a symetric key
1416 supported by the algorithm but this command only supports 128 bits
/rk3399_rockchip-uboot/
H A DKconfig253 Enable this to support the pss padding algorithm as described
H A DREADME1500 NOTE: the bzip2 algorithm requires a lot of RAM, so