Home
last modified time | relevance | path

Searched refs:BL2_HASH_SIZE (Results 1 – 2 of 2) sorted by relevance

/trusted-firmware-m-3.6.0/bl1/bl1_2/
Dmain.c30 static uint8_t computed_bl2_hash[BL2_HASH_SIZE];
34 #if (BL2_HASH_SIZE == 32)
36 #elif (BL2_HASH_SIZE == 64)
47 .signer_id_size = BL2_HASH_SIZE, in collect_boot_measurement()
68 BL2_HASH_SIZE, &bl2_metadata, true)) { in collect_boot_measurement()
78 uint8_t stored_bl2_hash[BL2_HASH_SIZE]; in image_hash_check()
81 plat_err = tfm_plat_otp_read(PLAT_OTP_ID_BL2_IMAGE_HASH, BL2_HASH_SIZE, in image_hash_check()
89 BL2_HASH_SIZE); in image_hash_check()
/trusted-firmware-m-3.6.0/bl1/bl1_1/shared_lib/interface/
Dotp.h25 #ifndef BL2_HASH_SIZE
26 #define BL2_HASH_SIZE 32 macro