Home
last modified time | relevance | path

Searched defs:f (Results 1 – 10 of 10) sorted by relevance

/mcuboot-3.7.0/boot/bootutil/include/bootutil/
Dboot_hooks.h39 #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
Dfault_injection_hardening.h303 #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/
Dcurve25519.c89 #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/
Dcy_retarget_io_pdl.c51 __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/
Dcy_retarget_io_pdl.c51 __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/
Dbignum.h44 #define MBEDTLS_MPI_CHK(f) \ argument
/mcuboot-3.7.0/ext/tinycrypt-sha512/lib/source/
Dsha512.c200 uint64_t a, b, c, d, e, f, g, h; in compress() local
/mcuboot-3.7.0/ext/tinycrypt/lib/source/
Dsha256.c183 unsigned int a, b, c, d, e, f, g, h; in compress() local
/mcuboot-3.7.0/boot/boot_serial/src/
Dboot_serial.c1194 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/
Decc.h154 #define BYTES_TO_WORDS_8(a, b, c, d, e, f, g, h) 0x##d##c##b##a, 0x##h##g##f##e argument