Home
last modified time | relevance | path

Searched refs:INTEGRITY_CHECKER_REQUIRED_ALIGNMENT (Results 1 – 5 of 5) sorted by relevance

/trusted-firmware-m-latest/platform/ext/target/arm/rse/common/native_drivers/
Dintegrity_checker_drv.c159 uint32_t __ALIGNED(INTEGRITY_CHECKER_REQUIRED_ALIGNMENT) in integrity_checker_compute_value()
178 if (((uintptr_t)data % INTEGRITY_CHECKER_REQUIRED_ALIGNMENT) != 0) { in integrity_checker_compute_value()
183 if ((size % INTEGRITY_CHECKER_REQUIRED_ALIGNMENT) != 0) { in integrity_checker_compute_value()
188 if (((uintptr_t)value % INTEGRITY_CHECKER_REQUIRED_ALIGNMENT) != 0) { in integrity_checker_compute_value()
202 p_integrity_checker->icdl = size / INTEGRITY_CHECKER_REQUIRED_ALIGNMENT; in integrity_checker_compute_value()
239 uint32_t __ALIGNED(INTEGRITY_CHECKER_REQUIRED_ALIGNMENT) in integrity_checker_check_value()
257 if (((uintptr_t)data % INTEGRITY_CHECKER_REQUIRED_ALIGNMENT) != 0) { in integrity_checker_check_value()
262 if ((size % INTEGRITY_CHECKER_REQUIRED_ALIGNMENT) != 0) { in integrity_checker_check_value()
267 if (((uintptr_t)value % INTEGRITY_CHECKER_REQUIRED_ALIGNMENT) != 0 in integrity_checker_check_value()
268 || (value_size % INTEGRITY_CHECKER_REQUIRED_ALIGNMENT) != 0) { in integrity_checker_check_value()
[all …]
Dintegrity_checker_drv.h38 #define INTEGRITY_CHECKER_REQUIRED_ALIGNMENT 8 macro
/trusted-firmware-m-latest/platform/ext/target/arm/rse/common/provisioning/bundle_cm/
Dcm_provisioning_code.c69 uint8_t __ALIGNED(INTEGRITY_CHECKER_REQUIRED_ALIGNMENT) generated_key_buf[32]; in do_provision()
/trusted-firmware-m-latest/platform/ext/target/arm/drivers/lcm/
Dlcm_drv.c41 __ALIGNED(INTEGRITY_CHECKER_REQUIRED_ALIGNMENT)
449 __ALIGNED(INTEGRITY_CHECKER_REQUIRED_ALIGNMENT) in cm_to_dm()
549 __ALIGNED(INTEGRITY_CHECKER_REQUIRED_ALIGNMENT) in dm_to_se()
/trusted-firmware-m-latest/platform/ext/target/arm/rse/common/
Dotp_lcm.c1028 static uint8_t __ALIGNED(INTEGRITY_CHECKER_REQUIRED_ALIGNMENT) dummy_key_value[32] = { in tfm_plat_otp_secure_provisioning_start()