Home
last modified time | relevance | path

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

/mcuboot-latest/boot/boot_serial/src/
Dboot_serial.c1215 char encoded_buf[BASE64_ENCODE_SIZE(sizeof(buf))]; in boot_serial_output() local
1251 base64_encode(encoded_buf, sizeof(encoded_buf), &enc_len, buf, totlen); in boot_serial_output()
1255 …base64_encode((unsigned char *)encoded_buf, sizeof(encoded_buf), &enc_len, (unsigned char *)buf, t… in boot_serial_output()
1258 totlen = base64_encode(buf, totlen, encoded_buf, 1); in boot_serial_output()
1270 boot_uf->write(&encoded_buf[out], len); in boot_serial_output()