Searched refs:sha256 (Results 1 – 18 of 18) sorted by relevance
| /rk3399_rockchip-uboot/test/trace/ |
| H A D | test-trace.sh | 17 hash sha256 0 10000 20 hash sha256 0 10000 23 hash sha256 0 10000 34 if [ $(grep -c sha256 ${tmp}) -ne 6 ]; then
|
| /rk3399_rockchip-uboot/test/py/tests/vboot/ |
| H A D | sign-configs-sha256.its | 18 algo = "sha256"; 29 algo = "sha256"; 39 algo = "sha256,rsa2048";
|
| H A D | sign-images-sha256.its | 18 algo = "sha256,rsa2048"; 30 algo = "sha256,rsa2048";
|
| /rk3399_rockchip-uboot/drivers/cpu/ |
| H A D | amp.its | 26 algo = "sha256"; 42 algo = "sha256"; 58 algo = "sha256"; 72 algo = "sha256"; 85 algo = "sha256,rsa2048";
|
| /rk3399_rockchip-uboot/arch/arm/mach-rockchip/ |
| H A D | fit_nodes.sh | 55 openssl dgst -sha256 -binary -out ${UBOOT}.digest ${UBOOT} 132 openssl dgst -sha256 -binary -out ${ATF}.digest ${ATF} 205 openssl dgst -sha256 -binary -out ${TEE}.digest ${TEE} 254 openssl dgst -sha256 -binary -out ${MCU}.bin.digest ${MCU}.bin 335 openssl dgst -sha256 -binary -out ${LOAD}.bin.digest ${LOAD}.bin
|
| H A D | Kconfig | 1237 0: none; 1: sha1; 2: sha256 RK big endian; 3: sha256 little endian.
|
| /rk3399_rockchip-uboot/lib/avb/libavb_atx/ |
| H A D | avb_atx_validate.c | 44 static void sha256(const uint8_t* data, in sha256() function 71 sha256((const uint8_t*)str, avb_strlen(str), hash); in sha256_str() 130 sha256((const uint8_t*)attributes, sizeof(AvbAtxPermanentAttributes), hash); in verify_permanent_attributes() 141 sha256((const uint8_t*)attributes, sizeof(AvbAtxPermanentAttributes), hash); in verify_permanent_attributes() 222 sha256(product_id, AVB_ATX_PRODUCT_ID_SIZE, expected_subject); in verify_psk_certificate() 247 sha256(product_id, AVB_ATX_PRODUCT_ID_SIZE, expected_subject); in verify_puk_certificate() 377 sha256(permanent_attributes.product_id, in avb_atx_generate_unlock_challenge()
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.bcm7xxx | 85 algo = "sha256"; 104 algo = "sha256"; 137 algo = "sha256";
|
| /rk3399_rockchip-uboot/scripts/ |
| H A D | fit-unpack.sh | 123 openssl dgst -sha256 -binary -out ${OUT}/${NAME}.digest ${OUT}/${NAME} 133 openssl dgst -sha256 -binary -out ${OUT}/${NAME}.digest ${OUT}/${NAME}
|
| H A D | build-tftp-firmware.sh | 275 openssl dgst -sha256 -binary -out update.hash update.hdr
|
| H A D | avbtool.py | 3859 hasher = hashlib.sha256() 3866 hasher = hashlib.sha256()
|
| /rk3399_rockchip-uboot/lib/ |
| H A D | Makefile | 42 obj-$(CONFIG_SUPPORT_EMMC_RPMB) += sha256.o 58 obj-$(CONFIG_SHA256) += sha256.o
|
| /rk3399_rockchip-uboot/tools/rockchip/ |
| H A D | sha2.h | 139 void sha256(unsigned char hval[], const unsigned char data[], unsigned long len);
|
| H A D | sha2.c | 393 void sha256(unsigned char hval[], const unsigned char data[], in sha256() function
|
| /rk3399_rockchip-uboot/tools/ |
| H A D | Makefile | 116 lib/sha256.o \
|
| /rk3399_rockchip-uboot/doc/uImage.FIT/ |
| H A D | signature.txt | 370 do sha256 test
|
| /rk3399_rockchip-uboot/common/ |
| H A D | Kconfig | 635 digital signature and key from vemeta. Then use the RSA2048 and sha256
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | Kconfig | 558 Crypto checksum engine for sha1/sha256/sha512/md5.
|