| /rk3399_rockchip-uboot/drivers/crypto/rockchip/ |
| H A D | Kconfig | 6 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 D | avb_crypto.c | 357 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 D | avb_vbmeta_image.c | 40 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 D | attestation_key.c | 318 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 D | dlmalloc.src | 2342 free() algorithm : 2460 Realloc algorithm: 2696 memalign algorithm:
|
| /rk3399_rockchip-uboot/lib/ |
| H A D | Kconfig | 6 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 D | Kconfig | 6 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 D | tee_api_types.h | 125 uint32_t algorithm; member 141 uint32_t algorithm; member
|
| /rk3399_rockchip-uboot/include/android_avb/ |
| H A D | avb_crypto.h | 127 const AvbAlgorithmData* avb_get_algorithm_data(AvbAlgorithmType algorithm)
|
| /rk3399_rockchip-uboot/arch/arm/cpu/armv8/ |
| H A D | Kconfig | 152 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 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.
|
| H A D | README.JFFS2 | 21 more or less a bubble sort. That algorithm is known to be O(n^2),
|
| H A D | README.omap3 | 152 handle this we can switch to another ECC algorithm after reading the payload
|
| /rk3399_rockchip-uboot/doc/uImage.FIT/ |
| H 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
|
| H 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 \ 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 D | source_file_format.txt | 187 calculated for node's data according to specified algorithm. 194 |- algo = "hash or checksum algorithm name"
|
| H A D | beaglebone_vboot.txt | 301 of size 2048 bits using SHA1 as the hash algorithm. The key name checked was
|
| /rk3399_rockchip-uboot/scripts/ |
| H A D | avbtool.py | 445 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 D | crownbay.dts | 189 * enumeration algorithm.
|
| /rk3399_rockchip-uboot/board/freescale/bsc9131rdb/ |
| H A D | README | 14 . A multi-standard baseband algorithm accelerator for Channel Decoding/Encoding,
|
| /rk3399_rockchip-uboot/lib/lzma/ |
| H 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
|
| /rk3399_rockchip-uboot/doc/driver-model/ |
| H A D | usb-info.txt | 171 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 D | Kconfig | 459 - 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 D | Kconfig | 253 Enable this to support the pss padding algorithm as described
|
| H A D | README | 1500 NOTE: the bzip2 algorithm requires a lot of RAM, so
|