Searched refs:maxout (Results 1 – 1 of 1) sorted by relevance
/mcuboot-latest/boot/boot_serial/src/ |
D | boot_serial.c | 1440 boot_serial_in_dec(char *in, int inlen, char *out, int *out_off, int maxout) in boot_serial_in_dec() argument 1448 err = base64_decode( &out[*out_off], maxout - *out_off, &rc, in, inlen - 2); in boot_serial_in_dec() 1454 …err = base64_decode((unsigned char *)&out[*out_off], maxout - *out_off, &rc, (unsigned char *)in, … in boot_serial_in_dec() 1459 if (*out_off + base64_decode_len(in) >= maxout) { in boot_serial_in_dec()
|