/mcuboot-3.7.0/boot/bootutil/include/bootutil/ |
D | boot_hooks.h | 39 #define BOOT_HOOK_CALL(f, ret_default, ...) f(__VA_ARGS__) argument 41 #define BOOT_HOOK_CALL_FIH(f, fih_ret_default, fih_rc, ...) \ argument 48 #define BOOT_HOOK_CALL(f, ret_default, ...) ret_default argument 50 #define BOOT_HOOK_CALL_FIH(f, fih_ret_default, fih_rc, ...) \ argument
|
D | fault_injection_hardening.h | 303 #define FIH_CALL(f, ret, ...) FIH_CALL2(f, ret, __LINE__, __COUNTER__, __VA_ARGS__) argument 305 #define FIH_CALL2(f, ret, l, c, ...) \ argument 319 #define FIH_CALL(f, ret, ...) \ argument
|
/mcuboot-3.7.0/ext/fiat/src/ |
D | curve25519.c | 89 #define assert_fe(f) \ argument 107 #define assert_fe_loose(f) \ argument 133 static void fe_tobytes(uint8_t s[32], const fe *f) { in fe_tobytes() 159 static void fe_add(fe_loose *h, const fe *f, const fe *g) { in fe_add() 168 static void fe_sub(fe_loose *h, const fe *f, const fe *g) { in fe_sub() 175 static void fe_carry(fe *h, const fe_loose* f) { in fe_carry() 190 static void fe_mul_ltt(fe_loose *h, const fe *f, const fe *g) { in fe_mul_ltt() 194 static void fe_mul_ttt(fe *h, const fe *f, const fe *g) { in fe_mul_ttt() 198 static void fe_mul_tlt(fe *h, const fe_loose *f, const fe *g) { in fe_mul_tlt() 202 static void fe_mul_ttl(fe *h, const fe *f, const fe_loose *g) { in fe_mul_ttl() [all …]
|
/mcuboot-3.7.0/boot/cypress/libs/retarget_io_pdl/ |
D | cy_retarget_io_pdl.c | 51 __attribute__((weak)) int fputc(int ch, FILE *f) in fputc() 134 __attribute__((weak)) int fgetc(FILE *f) in fgetc()
|
/mcuboot-3.7.0/boot/cypress/platforms/retarget_io_pdl/ |
D | cy_retarget_io_pdl.c | 51 __attribute__((weak)) int fputc(int ch, FILE *f) in fputc() 134 __attribute__((weak)) int fgetc(FILE *f) in fgetc()
|
/mcuboot-3.7.0/ext/mbedtls-asn1/include/mbedtls/ |
D | bignum.h | 44 #define MBEDTLS_MPI_CHK(f) \ argument
|
/mcuboot-3.7.0/ext/tinycrypt-sha512/lib/source/ |
D | sha512.c | 200 uint64_t a, b, c, d, e, f, g, h; in compress() local
|
/mcuboot-3.7.0/ext/tinycrypt/lib/source/ |
D | sha256.c | 183 unsigned int a, b, c, d, e, f, g, h; in compress() local
|
/mcuboot-3.7.0/boot/boot_serial/src/ |
D | boot_serial.c | 1194 boot_serial_read_console(const struct boot_uart_funcs *f,int timeout_in_ms) 1272 boot_serial_start(const struct boot_uart_funcs *f) 1285 boot_serial_check_start(const struct boot_uart_funcs *f, int timeout_in_ms)
|
/mcuboot-3.7.0/ext/tinycrypt/lib/include/tinycrypt/ |
D | ecc.h | 154 #define BYTES_TO_WORDS_8(a, b, c, d, e, f, g, h) 0x##d##c##b##a, 0x##h##g##f##e argument
|