Searched refs:BL2_HASH_SIZE (Results 1 – 2 of 2) sorted by relevance
30 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()
25 #ifndef BL2_HASH_SIZE26 #define BL2_HASH_SIZE 32 macro