Searched refs:encoded_buf (Results 1 – 1 of 1) sorted by relevance
/mcuboot-latest/boot/boot_serial/src/ |
D | boot_serial.c | 1371 char encoded_buf[BASE64_ENCODE_SIZE(sizeof(buf))]; in boot_serial_output() local 1407 base64_encode(encoded_buf, sizeof(encoded_buf), &enc_len, buf, totlen); in boot_serial_output() 1411 …base64_encode((unsigned char *)encoded_buf, sizeof(encoded_buf), &enc_len, (unsigned char *)buf, t… in boot_serial_output() 1414 totlen = base64_encode(buf, totlen, encoded_buf, 1); in boot_serial_output() 1426 boot_uf->write(&encoded_buf[out], len); in boot_serial_output()
|