/mcuboot-3.7.0/boot/espressif/hal/src/esp32c2/ |
D | console_uart_custom.c | 16 void IRAM_ATTR esp_rom_uart_putc(char c) in esp_rom_uart_putc()
|
/mcuboot-3.7.0/boot/espressif/hal/src/esp32c3/ |
D | console_uart_custom.c | 16 void IRAM_ATTR esp_rom_uart_putc(char c) in esp_rom_uart_putc()
|
/mcuboot-3.7.0/boot/espressif/hal/src/esp32c6/ |
D | console_uart_custom.c | 17 void IRAM_ATTR esp_rom_uart_putc(char c) in esp_rom_uart_putc()
|
/mcuboot-3.7.0/boot/espressif/hal/src/esp32h2/ |
D | console_uart_custom.c | 17 void IRAM_ATTR esp_rom_uart_putc(char c) in esp_rom_uart_putc()
|
/mcuboot-3.7.0/boot/espressif/hal/src/esp32/ |
D | console_uart_custom.c | 18 void IRAM_ATTR esp_rom_uart_putc(char c) in esp_rom_uart_putc()
|
/mcuboot-3.7.0/ext/tinycrypt-sha512/lib/source/ |
D | sha512.c | 180 #define Ch(a, b, c)(((a) & (b)) ^ ((~(a)) & (c))) argument 181 #define Maj(a, b, c)(((a) & (b)) ^ ((a) & (c)) ^ ((b) & (c))) argument 183 static inline uint64_t BigEndian(const uint8_t **c) in BigEndian() 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 | 167 #define Ch(a, b, c)(((a) & (b)) ^ ((~(a)) & (c))) argument 168 #define Maj(a, b, c)(((a) & (b)) ^ ((a) & (c)) ^ ((b) & (c))) argument 170 static inline unsigned int BigEndian(const uint8_t **c) in BigEndian() 183 unsigned int a, b, c, d, e, f, g, h; in compress() local
|
D | ccm_mode.c | 39 int tc_ccm_config(TCCcmMode_t c, TCAesKeySched_t sched, uint8_t *nonce, in tc_ccm_config() 140 unsigned int plen, TCCcmMode_t c) in tc_ccm_generation_encryption() 201 unsigned int plen, TCCcmMode_t c) in tc_ccm_decryption_verification()
|
/mcuboot-3.7.0/boot/bootutil/include/bootutil/crypto/ |
D | aes_ctr.h | 66 …es_ctr_context *ctx, uint8_t *counter, const uint8_t *m, uint32_t mlen, size_t blk_off, uint8_t *c) in bootutil_aes_ctr_encrypt() 72 …il_aes_ctr_decrypt(bootutil_aes_ctr_context *ctx, uint8_t *counter, const uint8_t *c, uint32_t cle… in bootutil_aes_ctr_decrypt() 111 …_ctr_context *ctx, uint8_t *counter, const uint8_t *m, uint32_t mlen, uint32_t blk_off, uint8_t *c) in bootutil_aes_ctr_encrypt() 116 …il_aes_ctr_decrypt(bootutil_aes_ctr_context *ctx, uint8_t *counter, const uint8_t *c, uint32_t cle… in bootutil_aes_ctr_decrypt()
|
/mcuboot-3.7.0/boot/zephyr/ |
D | serial_adapter.c | 70 console_out(int c) in console_out() 238 uint8_t c; in boot_uart_fifo_init() local
|
/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 155 #define BYTES_TO_WORDS_4(a, b, c, d) 0x##d##c##b##a argument
|
/mcuboot-3.7.0/sim/mcuboot-sys/src/ |
D | lib.rs | 6 pub mod c; module
|
/mcuboot-3.7.0/ext/tinycrypt/tests/ |
D | test_ccm_mode.c | 81 struct tc_ccm_mode_struct c; in do_test() local 380 struct tc_ccm_mode_struct c; in test_vector_7() local 443 struct tc_ccm_mode_struct c; in test_vector_8() local
|
D | test_ctr_prng.c | 45 static uint8_t nibbleFromChar(char c) in nibbleFromChar()
|
/mcuboot-3.7.0/boot/cypress/libs/retarget_io_pdl/ |
D | cy_retarget_io_pdl.c | 189 static void cy_retarget_io_putchar(char c) in cy_retarget_io_putchar()
|
/mcuboot-3.7.0/boot/cypress/platforms/retarget_io_pdl/ |
D | cy_retarget_io_pdl.c | 189 static void cy_retarget_io_putchar(char c) in cy_retarget_io_putchar()
|
/mcuboot-3.7.0/boot/bootutil/include/bootutil/ |
D | fault_injection_hardening.h | 305 #define FIH_CALL2(f, ret, l, c, ...) \ argument
|