Home
last modified time | relevance | path

Searched refs:sha256 (Results 1 – 18 of 18) sorted by relevance

/rk3399_rockchip-uboot/test/trace/
H A Dtest-trace.sh17 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 Dsign-configs-sha256.its18 algo = "sha256";
29 algo = "sha256";
39 algo = "sha256,rsa2048";
H A Dsign-images-sha256.its18 algo = "sha256,rsa2048";
30 algo = "sha256,rsa2048";
/rk3399_rockchip-uboot/drivers/cpu/
H A Damp.its26 algo = "sha256";
42 algo = "sha256";
58 algo = "sha256";
72 algo = "sha256";
85 algo = "sha256,rsa2048";
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/
H A Dfit_nodes.sh55 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 DKconfig1237 0: none; 1: sha1; 2: sha256 RK big endian; 3: sha256 little endian.
/rk3399_rockchip-uboot/lib/avb/libavb_atx/
H A Davb_atx_validate.c44 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 DREADME.bcm7xxx85 algo = "sha256";
104 algo = "sha256";
137 algo = "sha256";
/rk3399_rockchip-uboot/scripts/
H A Dfit-unpack.sh123 openssl dgst -sha256 -binary -out ${OUT}/${NAME}.digest ${OUT}/${NAME}
133 openssl dgst -sha256 -binary -out ${OUT}/${NAME}.digest ${OUT}/${NAME}
H A Dbuild-tftp-firmware.sh275 openssl dgst -sha256 -binary -out update.hash update.hdr
H A Davbtool.py3859 hasher = hashlib.sha256()
3866 hasher = hashlib.sha256()
/rk3399_rockchip-uboot/lib/
H A DMakefile42 obj-$(CONFIG_SUPPORT_EMMC_RPMB) += sha256.o
58 obj-$(CONFIG_SHA256) += sha256.o
/rk3399_rockchip-uboot/tools/rockchip/
H A Dsha2.h139 void sha256(unsigned char hval[], const unsigned char data[], unsigned long len);
H A Dsha2.c393 void sha256(unsigned char hval[], const unsigned char data[], in sha256() function
/rk3399_rockchip-uboot/tools/
H A DMakefile116 lib/sha256.o \
/rk3399_rockchip-uboot/doc/uImage.FIT/
H A Dsignature.txt370 do sha256 test
/rk3399_rockchip-uboot/common/
H A DKconfig635 digital signature and key from vemeta. Then use the RSA2048 and sha256
/rk3399_rockchip-uboot/cmd/
H A DKconfig558 Crypto checksum engine for sha1/sha256/sha512/md5.