Home
last modified time | relevance | path

Searched refs:enc_len (Results 1 – 1 of 1) sorted by relevance

/mcuboot-2.7.6/boot/boot_serial/src/
Dboot_serial.c532 size_t enc_len; in boot_serial_output() local
533 base64_encode(encoded_buf, sizeof(encoded_buf), &enc_len, buf, totlen); in boot_serial_output()
534 totlen = enc_len; in boot_serial_output()