Searched refs:FIH_CALL2 (Results 1 – 1 of 1) sorted by relevance
/mcuboot-latest/boot/bootutil/include/bootutil/ |
D | fault_injection_hardening.h | 303 #define FIH_CALL(f, ret, ...) FIH_CALL2(f, ret, __LINE__, __COUNTER__, __VA_ARGS__) 305 #define FIH_CALL2(f, ret, l, c, ...) \ macro
|