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