Home
last modified time | relevance | path

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

/mcuboot-3.4.0/boot/boot_serial/src/
Dboot_serial.c1061 size_t enc_len; in boot_serial_output() local
1062 base64_encode(encoded_buf, sizeof(encoded_buf), &enc_len, buf, totlen); in boot_serial_output()
1063 totlen = enc_len; in boot_serial_output()
1065 size_t enc_len; in boot_serial_output() local
1066 …base64_encode((unsigned char *)encoded_buf, sizeof(encoded_buf), &enc_len, (unsigned char *)buf, t… in boot_serial_output()
1067 totlen = enc_len; in boot_serial_output()