Searched refs:base64_decode (Results 1 – 1 of 1) sorted by relevance
147 #define base64_decode mbedtls_base64_decode macro1448 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()1462 rc = base64_decode(in, &out[*out_off]); in boot_serial_in_dec()