/mcuboot-3.6.0/ext/mbedtls-asn1/src/ |
D | asn1parse.c | 47 size_t *len ) in mbedtls_asn1_get_len() 105 size_t *len, int tag ) in mbedtls_asn1_get_tag() 123 size_t len; in mbedtls_asn1_get_bool() local 142 size_t len; in asn1_get_tagged_int() local 201 size_t len; in mbedtls_asn1_get_mpi() local 248 int mbedtls_asn1_traverse_sequence_of( in mbedtls_asn1_traverse_sequence_of() 258 size_t len; in mbedtls_asn1_traverse_sequence_of() local 300 size_t *len ) in mbedtls_asn1_get_bitstring_null() 338 size_t len ) in asn1_get_sequence_of_cb() 384 size_t len; in mbedtls_asn1_get_alg() local [all …]
|
D | platform_util.c | 67 void mbedtls_platform_zeroize( void *buf, size_t len ) in mbedtls_platform_zeroize()
|
/mcuboot-3.6.0/ext/tinycrypt/lib/source/ |
D | ctr_prng.c | 53 static void arrInc(uint8_t arr[], unsigned int len) in arrInc() 79 unsigned int len = 0U; in tc_ctr_prng_update() local 131 unsigned int len = pLen; in tc_ctr_prng_init() local 177 unsigned int len = additionallen; in tc_ctr_prng_reseed() local 227 unsigned int len = additionallen; in tc_ctr_prng_generate() local 238 unsigned int len = 0U; in tc_ctr_prng_generate() local
|
D | utils.c | 51 void _set(void *to, uint8_t val, unsigned int len) in _set()
|
D | hmac_prng.c | 78 static void update(TCHmacPrng_t prng, const uint8_t *e, unsigned int len) in update()
|
/mcuboot-3.6.0/boot/zephyr/ |
D | boot_serial_extensions.c | 17 int len, zcbor_state_t *cs) in bs_peruser_system_specific()
|
D | boot_serial_extension_zephyr_basic.c | 31 const char *buffer, int len, in bs_custom_storage_erase()
|
D | serial_adapter.c | 53 int len; member 93 int len; in console_read() local
|
/mcuboot-3.6.0/boot/bootutil/include/bootutil/ |
D | sign_key.h | 38 const unsigned int *len; member
|
/mcuboot-3.6.0/boot/boot_serial/src/ |
D | boot_serial.c | 228 int len; in bs_list_img_ver() local 243 bs_list(char *buf, int len) 420 bs_set(char *buf, int len) 566 bs_list_set(uint8_t op, char *buf, int len) 631 bs_upload(char *buf, int len) 905 bs_echo(char *buf, int len) 956 bs_reset(char *buf, int len) 993 boot_serial_input(char *buf, int len) 1059 int len, out; local 1138 uint16_t len; local [all …]
|
/mcuboot-3.6.0/boot/cypress/cy_flash_pal/ |
D | cy_smif_psoc6.c | 77 size_t len) in psoc6_smif_read() 98 size_t len) in psoc6_smif_write()
|
D | cy_flash_map.c | 226 uint32_t len) in flash_area_read() 264 const void *src, uint32_t len) in flash_area_write() 315 int flash_area_erase(const struct flash_area *fa, uint32_t off, uint32_t len) in flash_area_erase() 464 void *dst, uint32_t len) in flash_area_read_is_empty()
|
/mcuboot-3.6.0/boot/boot_serial/test/src/testcases/ |
D | boot_serial_img_msg.c | 27 int len; in TEST_CASE() local
|
D | boot_serial_upload_bigger_image.c | 30 int len; in TEST_CASE() local
|
/mcuboot-3.6.0/boot/mbed/src/ |
D | flash_map_backend.cpp | 133 int flash_area_read(const struct flash_area* fap, uint32_t off, void* dst, uint32_t len) { in flash_area_read() 191 int flash_area_write(const struct flash_area* fap, uint32_t off, const void* src, uint32_t len) { in flash_area_write() 196 int flash_area_erase(const struct flash_area* fap, uint32_t off, uint32_t len) { in flash_area_erase()
|
/mcuboot-3.6.0/boot/boot_serial/test/src/ |
D | boot_test.c | 53 tx_msg(void *src, int len) in tx_msg()
|
/mcuboot-3.6.0/boot/bootutil/src/ |
D | encrypted.c | 106 size_t len; in parse_ec256_enckey() local 183 size_t len; in parse_x25519_enckey() local 248 uint16_t len; in hkdf() local 393 static int fake_rng(void *p_rng, unsigned char *output, size_t len) in fake_rng() 439 uint16_t len; in boot_enc_decrypt() local 612 uint16_t len; in boot_enc_load() local
|
D | tlv.c | 95 bootutil_tlv_iter_next(struct image_tlv_iter *it, uint32_t *off, uint16_t *len, in bootutil_tlv_iter_next()
|
D | image_ed25519.c | 34 size_t len; in bootutil_import_key() local
|
/mcuboot-3.6.0/boot/cypress/libs/retarget_io_pdl/ |
D | cy_retarget_io_pdl.c | 105 __attribute__((weak)) int _write (int fd, const char *ptr, int len) in _write() 158 __attribute__((weak)) int _read (int fd, char *ptr, int len) in _read()
|
/mcuboot-3.6.0/boot/cypress/platforms/retarget_io_pdl/ |
D | cy_retarget_io_pdl.c | 105 __attribute__((weak)) int _write (int fd, const char *ptr, int len) in _write() 158 __attribute__((weak)) int _read (int fd, char *ptr, int len) in _read()
|
/mcuboot-3.6.0/sim/mcuboot-sys/csupport/ |
D | run.c | 62 size_t len; in parse_pubkey() local 117 fake_rng(void *p_rng, unsigned char *output, size_t len) in fake_rng() 338 uint32_t len) in flash_area_read() 346 uint32_t len) in flash_area_write() 358 int flash_area_erase(const struct flash_area *area, uint32_t off, uint32_t len) in flash_area_erase()
|
/mcuboot-3.6.0/ext/tinycrypt/tests/ |
D | test_hmac_prng.c | 54 void show(const char *label, const uint8_t *s, size_t len) in show()
|
/mcuboot-3.6.0/boot/bootutil/include/bootutil/crypto/ |
D | ecdsa.h | 90 size_t len; in bootutil_import_key() local 138 size_t len; in bootutil_read_bigint() local 160 size_t len; in bootutil_decode_sig() local 483 size_t len; in bootutil_parse_eckey() local
|
/mcuboot-3.6.0/boot/nuttx/src/flash_map_backend/ |
D | flash_map_backend.c | 401 void *dst, uint32_t len) in flash_area_read() 469 const void *src, uint32_t len) in flash_area_write() 535 int flash_area_erase(const struct flash_area *fa, uint32_t off, uint32_t len) in flash_area_erase()
|