Searched defs:dest (Results 1 – 5 of 5) sorted by relevance
/mcuboot-latest/ext/tinycrypt/lib/source/ |
D | ecc_platform_specific.c | 74 int default_CSPRNG(uint8_t *dest, unsigned int size) { in default_CSPRNG()
|
D | ecc.c | 145 void uECC_vli_set(uECC_word_t *dest, const uECC_word_t *src, in uECC_vli_set()
|
/mcuboot-latest/boot/mbed/ |
D | mcuboot_main.cpp | 46 int default_CSPRNG(uint8_t *dest, unsigned int size) { return 0; } in default_CSPRNG()
|
/mcuboot-latest/boot/bootutil/src/ |
D | bootutil_priv.h | 362 static inline bool boot_u32_safe_add(uint32_t *dest, uint32_t a, uint32_t b) in boot_u32_safe_add() 381 static inline bool boot_u16_safe_add(uint16_t *dest, uint16_t a, uint16_t b) in boot_u16_safe_add()
|
/mcuboot-latest/boot/espressif/port/ |
D | esp_mcuboot.c | 151 static bool aligned_flash_read(uintptr_t addr, void *dest, size_t size) in aligned_flash_read()
|